diff --git a/backend/src/app/graph/arrow.clj b/backend/src/app/graph/arrow.clj index 55be1b8b64..f1e4715ba2 100644 --- a/backend/src/app/graph/arrow.clj +++ b/backend/src/app/graph/arrow.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.arrow "Bulk Ladybug ingest through in-memory Arrow. diff --git a/backend/src/app/graph/debug.clj b/backend/src/app/graph/debug.clj index 277b1ae177..10e206941c 100644 --- a/backend/src/app/graph/debug.clj +++ b/backend/src/app/graph/debug.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.debug "In-memory Ladybug sessions for the debug graph console." diff --git a/backend/src/app/graph/ingest.clj b/backend/src/app/graph/ingest.clj index af0644ee4d..2e6d9bed1f 100644 --- a/backend/src/app/graph/ingest.clj +++ b/backend/src/app/graph/ingest.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.ingest "Penpot file -> Ladybug graph projection." diff --git a/backend/src/app/graph/ladybug.clj b/backend/src/app/graph/ladybug.clj index 81d117c26e..44c4bd1f64 100644 --- a/backend/src/app/graph/ladybug.clj +++ b/backend/src/app/graph/ladybug.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.ladybug "Ladybug access layer for graph-backed Penpot. diff --git a/backend/src/app/graph/meta.clj b/backend/src/app/graph/meta.clj index 129babd1fa..074ff6461f 100644 --- a/backend/src/app/graph/meta.clj +++ b/backend/src/app/graph/meta.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.meta "`GraphMeta`: the graph's own account of who built it and from what. diff --git a/backend/src/app/graph/projection/document.clj b/backend/src/app/graph/projection/document.clj index 9d0eec6851..c513f3e13a 100644 --- a/backend/src/app/graph/projection/document.clj +++ b/backend/src/app/graph/projection/document.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.projection.document "Project a Penpot file-data map into Ladybug nodes and structural edges. diff --git a/backend/src/app/graph/projection/transforms.clj b/backend/src/app/graph/projection/transforms.clj index dc87392983..e37da3d477 100644 --- a/backend/src/app/graph/projection/transforms.clj +++ b/backend/src/app/graph/projection/transforms.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.projection.transforms "Derived graph links: edges a reader could compute from the projected diff --git a/backend/src/app/graph/report.clj b/backend/src/app/graph/report.clj index f026ff3a52..41c332013d 100644 --- a/backend/src/app/graph/report.clj +++ b/backend/src/app/graph/report.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.report (:require diff --git a/backend/src/app/graph/schema.clj b/backend/src/app/graph/schema.clj index 0aace14bea..63a84b577e 100644 --- a/backend/src/app/graph/schema.clj +++ b/backend/src/app/graph/schema.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.schema "Ladybug DDL facade for the graph-backed Penpot vertical slice. diff --git a/backend/src/app/graph/schema/contract.clj b/backend/src/app/graph/schema/contract.clj index 684a12dd2e..284ece55e8 100644 --- a/backend/src/app/graph/schema/contract.clj +++ b/backend/src/app/graph/schema/contract.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.schema.contract "Deliberate choices in Penpot's graph schema, recorded as data. diff --git a/backend/src/app/graph/schema/nodes.clj b/backend/src/app/graph/schema/nodes.clj index c81802415d..be88fb7d7c 100644 --- a/backend/src/app/graph/schema/nodes.clj +++ b/backend/src/app/graph/schema/nodes.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.schema.nodes "Single source of truth for graph node tables. diff --git a/backend/src/app/graph/schema/projection.clj b/backend/src/app/graph/schema/projection.clj index 4d0e969329..0302c722bd 100644 --- a/backend/src/app/graph/schema/projection.clj +++ b/backend/src/app/graph/schema/projection.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.schema.projection "Derive Ladybug node column schemas from Penpot Malli sources. diff --git a/backend/src/app/graph/schema/types.clj b/backend/src/app/graph/schema/types.clj index a905d92dcc..a2787a7b89 100644 --- a/backend/src/app/graph/schema/types.clj +++ b/backend/src/app/graph/schema/types.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.schema.types "Map Malli schemas to Ladybug column types. diff --git a/backend/src/app/graph/schema/values.clj b/backend/src/app/graph/schema/values.clj index e93b74f499..12988dfbc3 100644 --- a/backend/src/app/graph/schema/values.clj +++ b/backend/src/app/graph/schema/values.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.schema.values "Shape a Penpot value into the plain data its Ladybug column type wants. diff --git a/backend/src/app/graph/stats.clj b/backend/src/app/graph/stats.clj index 06a4eb2330..19c5dc67d5 100644 --- a/backend/src/app/graph/stats.clj +++ b/backend/src/app/graph/stats.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.stats (:require diff --git a/backend/src/app/graph/sync.clj b/backend/src/app/graph/sync.clj index cb32fe2d47..d69405e5fb 100644 --- a/backend/src/app/graph/sync.clj +++ b/backend/src/app/graph/sync.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.graph.sync "Incremental Ladybug graph updates from Penpot file-change events." diff --git a/backend/src/app/rpc/commands/plugins.clj b/backend/src/app/rpc/commands/plugins.clj index 989f59ef36..4d6b8eb8c6 100644 --- a/backend/src/app/rpc/commands/plugins.clj +++ b/backend/src/app/rpc/commands/plugins.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.rpc.commands.plugins (:require diff --git a/backend/src/app/storage/pending_gc.clj b/backend/src/app/storage/pending_gc.clj index 7b8f04ff13..df161f40c9 100644 --- a/backend/src/app/storage/pending_gc.clj +++ b/backend/src/app/storage/pending_gc.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.storage.pending-gc "A maintenance task that reclaims storage objects created in 'pending' diff --git a/backend/src/app/tasks/demo_purge.clj b/backend/src/app/tasks/demo_purge.clj index 429816c053..a77fb36e09 100644 --- a/backend/src/app/tasks/demo_purge.clj +++ b/backend/src/app/tasks/demo_purge.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.tasks.demo-purge "Task handler for delayed demo profile deletion. Submitted at demo diff --git a/backend/test/backend_tests/demo_test.clj b/backend/test/backend_tests/demo_test.clj index da1cc342c9..66b8c04ddf 100644 --- a/backend/test/backend_tests/demo_test.clj +++ b/backend/test/backend_tests/demo_test.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns backend-tests.demo-test (:require diff --git a/backend/test/backend_tests/graph_binder_gate_test.clj b/backend/test/backend_tests/graph_binder_gate_test.clj index 508bf9d60d..84ad8c598c 100644 --- a/backend/test/backend_tests/graph_binder_gate_test.clj +++ b/backend/test/backend_tests/graph_binder_gate_test.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns backend-tests.graph-binder-gate-test "Binder gate for the incremental-sync statement templates. diff --git a/backend/test/backend_tests/graph_sync_parity_test.clj b/backend/test/backend_tests/graph_sync_parity_test.clj index c7eff4c34e..a0a07d4365 100644 --- a/backend/test/backend_tests/graph_sync_parity_test.clj +++ b/backend/test/backend_tests/graph_sync_parity_test.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns backend-tests.graph-sync-parity-test "Cold projection and incremental sync are two implementations of one mapping, diff --git a/backend/test/backend_tests/passwords_test.clj b/backend/test/backend_tests/passwords_test.clj index 75a880a5de..9aa9e80f44 100644 --- a/backend/test/backend_tests/passwords_test.clj +++ b/backend/test/backend_tests/passwords_test.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns backend-tests.passwords-test (:require diff --git a/backend/test/backend_tests/rpc_demo_test.clj b/backend/test/backend_tests/rpc_demo_test.clj index 3bda13fc61..b3561ade93 100644 --- a/backend/test/backend_tests/rpc_demo_test.clj +++ b/backend/test/backend_tests/rpc_demo_test.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns backend-tests.rpc-demo-test (:require diff --git a/backend/test/backend_tests/rpc_plugins_test.clj b/backend/test/backend_tests/rpc_plugins_test.clj index 9850d90ba9..cb895d4395 100644 --- a/backend/test/backend_tests/rpc_plugins_test.clj +++ b/backend/test/backend_tests/rpc_plugins_test.clj @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns backend-tests.rpc-plugins-test (:require diff --git a/common/src/app/common/types/path/fit.cljc b/common/src/app/common/types/path/fit.cljc index 486822a79f..7c31359f7d 100644 --- a/common/src/app/common/types/path/fit.cljc +++ b/common/src/app/common/types/path/fit.cljc @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.common.types.path.fit "Curve fitting helpers." diff --git a/common/src/app/common/types/path/selection.cljc b/common/src/app/common/types/path/selection.cljc index 826047431b..203ed0e11d 100644 --- a/common/src/app/common/types/path/selection.cljc +++ b/common/src/app/common/types/path/selection.cljc @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.common.types.path.selection "Transforms selected path nodes and handlers." diff --git a/common/src/app/common/types/tokens_status.cljc b/common/src/app/common/types/tokens_status.cljc index c2953cc4c1..c341ee27e4 100644 --- a/common/src/app/common/types/tokens_status.cljc +++ b/common/src/app/common/types/tokens_status.cljc @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.common.types.tokens-status (:require diff --git a/common/test/common_tests/files_migrations_0026_test.cljc b/common/test/common_tests/files_migrations_0026_test.cljc index 92dde088e8..cc68368ee0 100644 --- a/common/test/common_tests/files_migrations_0026_test.cljc +++ b/common/test/common_tests/files_migrations_0026_test.cljc @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns common-tests.files-migrations-0026-test (:require diff --git a/common/test/common_tests/types/tokens_status_test.cljc b/common/test/common_tests/types/tokens_status_test.cljc index d2ebb81dd3..a677f82cf9 100644 --- a/common/test/common_tests/types/tokens_status_test.cljc +++ b/common/test/common_tests/types/tokens_status_test.cljc @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns common-tests.types.tokens-status-test (:require diff --git a/exporter/src/app/auth.cljs b/exporter/src/app/auth.cljs index d6ac0cf042..0bcfb27199 100644 --- a/exporter/src/app/auth.cljs +++ b/exporter/src/app/auth.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.auth "Resolves the caller's session cookie to a real profile id. diff --git a/exporter/src/app/handlers/export.cljs b/exporter/src/app/handlers/export.cljs index a7b309f652..65f5a7bcd6 100644 --- a/exporter/src/app/handlers/export.cljs +++ b/exporter/src/app/handlers/export.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.handlers.export "Handle export jobs" diff --git a/exporter/src/app/handlers/jobs.cljs b/exporter/src/app/handlers/jobs.cljs index eca18e8cca..08c687a3d7 100644 --- a/exporter/src/app/handlers/jobs.cljs +++ b/exporter/src/app/handlers/jobs.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.handlers.jobs "REST surface for export jobs, under `/api/export/jobs`. diff --git a/exporter/src/app/jobs.cljs b/exporter/src/app/jobs.cljs index 2630c847c7..e3497b2861 100644 --- a/exporter/src/app/jobs.cljs +++ b/exporter/src/app/jobs.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.jobs "Export job model and lifecycle. diff --git a/exporter/src/app/jobs/scheduler.cljs b/exporter/src/app/jobs/scheduler.cljs index efad44d99f..320689d90d 100644 --- a/exporter/src/app/jobs/scheduler.cljs +++ b/exporter/src/app/jobs/scheduler.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.jobs.scheduler "Admission control for export jobs. diff --git a/exporter/src/app/jobs/store.cljs b/exporter/src/app/jobs/store.cljs index 502c2d0676..3cfb27b951 100644 --- a/exporter/src/app/jobs/store.cljs +++ b/exporter/src/app/jobs/store.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.jobs.store "Redis persistence for export jobs. diff --git a/exporter/src/app/jobs/utils.cljs b/exporter/src/app/jobs/utils.cljs index 37480bb706..1aca381616 100644 --- a/exporter/src/app/jobs/utils.cljs +++ b/exporter/src/app/jobs/utils.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.jobs.utils "Temp file ownership for export jobs. diff --git a/exporter/src/app/router.cljs b/exporter/src/app/router.cljs index 991ab60a24..7b763edc8a 100644 --- a/exporter/src/app/router.cljs +++ b/exporter/src/app/router.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.router "Method + path dispatch. diff --git a/exporter/src/app/wasm/pool.cljs b/exporter/src/app/wasm/pool.cljs index 64f8c9d05e..e9e8ded681 100644 --- a/exporter/src/app/wasm/pool.cljs +++ b/exporter/src/app/wasm/pool.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.wasm.pool "Pool of headless render workers. diff --git a/exporter/src/app/wasm/render.cljs b/exporter/src/app/wasm/render.cljs index cedd3fd025..77e53a9e6b 100644 --- a/exporter/src/app/wasm/render.cljs +++ b/exporter/src/app/wasm/render.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.wasm.render "Headless render pipeline: renders exports with the render-wasm Skia pipeline, diff --git a/exporter/src/app/wasm/worker.cljs b/exporter/src/app/wasm/worker.cljs index c58f0f9cb2..5e5aeec5fc 100644 --- a/exporter/src/app/wasm/worker.cljs +++ b/exporter/src/app/wasm/worker.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.wasm.worker "Render worker entry point. diff --git a/exporter/test/exporter_tests/export_shapes_test.cljs b/exporter/test/exporter_tests/export_shapes_test.cljs index d512cabd78..23a682a295 100644 --- a/exporter/test/exporter_tests/export_shapes_test.cljs +++ b/exporter/test/exporter_tests/export_shapes_test.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns exporter-tests.export-shapes-test "Chunking of the browser backend." diff --git a/exporter/test/exporter_tests/jobs_test.cljs b/exporter/test/exporter_tests/jobs_test.cljs index 899c0f350f..c8baa9b9fd 100644 --- a/exporter/test/exporter_tests/jobs_test.cljs +++ b/exporter/test/exporter_tests/jobs_test.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns exporter-tests.jobs-test "Job state machine. Runs without redis: a store write with no connection is diff --git a/exporter/test/exporter_tests/scheduler_test.cljs b/exporter/test/exporter_tests/scheduler_test.cljs index 48c3791632..04349480bf 100644 --- a/exporter/test/exporter_tests/scheduler_test.cljs +++ b/exporter/test/exporter_tests/scheduler_test.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns exporter-tests.scheduler-test "Admission control. A headless job leases one render worker for its whole run, diff --git a/exporter/test/exporter_tests/wasm_pool_test.cljs b/exporter/test/exporter_tests/wasm_pool_test.cljs index 4bf85eaa82..80837626e2 100644 --- a/exporter/test/exporter_tests/wasm_pool_test.cljs +++ b/exporter/test/exporter_tests/wasm_pool_test.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns exporter-tests.wasm-pool-test "Worker leasing, against a stub pool: `with-worker` must give the worker back diff --git a/frontend/src/app/main/data/workspace/path/clipboard.cljs b/frontend/src/app/main/data/workspace/path/clipboard.cljs index 003b555e6b..5d1e0f5bab 100644 --- a/frontend/src/app/main/data/workspace/path/clipboard.cljs +++ b/frontend/src/app/main/data/workspace/path/clipboard.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.main.data.workspace.path.clipboard (:require diff --git a/frontend/src/app/main/ui/workspace/viewport/path_state.cljs b/frontend/src/app/main/ui/workspace/viewport/path_state.cljs index 0f1d7da23b..7f31441904 100644 --- a/frontend/src/app/main/ui/workspace/viewport/path_state.cljs +++ b/frontend/src/app/main/ui/workspace/viewport/path_state.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns app.main.ui.workspace.viewport.path-state (:require diff --git a/frontend/test/frontend_tests/logic/path_actions_test.cljs b/frontend/test/frontend_tests/logic/path_actions_test.cljs index 09451937ee..b191f7e8a4 100644 --- a/frontend/test/frontend_tests/logic/path_actions_test.cljs +++ b/frontend/test/frontend_tests/logic/path_actions_test.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns frontend-tests.logic.path-actions-test (:require diff --git a/frontend/test/frontend_tests/logic/path_clipboard_test.cljs b/frontend/test/frontend_tests/logic/path_clipboard_test.cljs index 5e79a7447a..8ecf867c4f 100644 --- a/frontend/test/frontend_tests/logic/path_clipboard_test.cljs +++ b/frontend/test/frontend_tests/logic/path_clipboard_test.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns frontend-tests.logic.path-clipboard-test diff --git a/frontend/test/frontend_tests/logic/path_helpers_test.cljs b/frontend/test/frontend_tests/logic/path_helpers_test.cljs index ba0c28038f..ed86104201 100644 --- a/frontend/test/frontend_tests/logic/path_helpers_test.cljs +++ b/frontend/test/frontend_tests/logic/path_helpers_test.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns frontend-tests.logic.path-helpers-test diff --git a/frontend/test/frontend_tests/logic/path_lifecycle_test.cljs b/frontend/test/frontend_tests/logic/path_lifecycle_test.cljs index 66b20090c8..c73eddd205 100644 --- a/frontend/test/frontend_tests/logic/path_lifecycle_test.cljs +++ b/frontend/test/frontend_tests/logic/path_lifecycle_test.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns frontend-tests.logic.path-lifecycle-test diff --git a/frontend/test/frontend_tests/logic/path_test_helpers.cljs b/frontend/test/frontend_tests/logic/path_test_helpers.cljs index d55fcd17a4..d34060ecca 100644 --- a/frontend/test/frontend_tests/logic/path_test_helpers.cljs +++ b/frontend/test/frontend_tests/logic/path_test_helpers.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns frontend-tests.logic.path-test-helpers diff --git a/frontend/test/frontend_tests/logic/path_tools_test.cljs b/frontend/test/frontend_tests/logic/path_tools_test.cljs index fd286ff728..f8a806f5af 100644 --- a/frontend/test/frontend_tests/logic/path_tools_test.cljs +++ b/frontend/test/frontend_tests/logic/path_tools_test.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns frontend-tests.logic.path-tools-test diff --git a/frontend/test/frontend_tests/logic/wasm_modifiers_nil_id_test.cljs b/frontend/test/frontend_tests/logic/wasm_modifiers_nil_id_test.cljs index e3e50ccecc..ed26f86d20 100644 --- a/frontend/test/frontend_tests/logic/wasm_modifiers_nil_id_test.cljs +++ b/frontend/test/frontend_tests/logic/wasm_modifiers_nil_id_test.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns frontend-tests.logic.wasm-modifiers-nil-id-test "Reproduces the production crash \"Cannot read properties of null diff --git a/frontend/test/frontend_tests/plugins/flex_test.cljs b/frontend/test/frontend_tests/plugins/flex_test.cljs index 8bfd3ceac0..9cf5e68442 100644 --- a/frontend/test/frontend_tests/plugins/flex_test.cljs +++ b/frontend/test/frontend_tests/plugins/flex_test.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns frontend-tests.plugins.flex-test (:require diff --git a/frontend/test/frontend_tests/plugins/user_test.cljs b/frontend/test/frontend_tests/plugins/user_test.cljs index 99c83081bd..620d527318 100644 --- a/frontend/test/frontend_tests/plugins/user_test.cljs +++ b/frontend/test/frontend_tests/plugins/user_test.cljs @@ -2,7 +2,7 @@ ;; License, v. 2.0. If a copy of the MPL was not distributed with this ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; -;; Copyright (c) KALEIDOS INC Sucursal en España SL +;; Copyright (c) KALEIDOS SUBSIDIARY SL (ns frontend-tests.plugins.user-test (:require diff --git a/scripts/replace-copyright.sh b/scripts/replace-copyright.sh index f910d0a20d..93fc8476ec 100755 --- a/scripts/replace-copyright.sh +++ b/scripts/replace-copyright.sh @@ -173,9 +173,11 @@ main() { fi done - # Get tracked files matching our extensions - local files - files=$(git ls-files | grep -E "\.(${EXTENSIONS})$" || true) + # Get tracked files matching our extensions, excluding this script itself + # (it mentions the search string in its own usage docs). + local files script_name + script_name=$(basename "$0") + files=$(git ls-files | grep -E "\.(${EXTENSIONS})$" | grep -v -F "$script_name" || true) if [[ -z "$files" ]]; then log_warn "No tracked files found matching extensions: ${EXTENSIONS}"