From cd33926ae0b262860a40c93fdf468614d849d53e Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Tue, 12 Dec 2023 09:55:54 +0100 Subject: [PATCH 1/2] docs: update copyright year based on creation date --- packages/assertions/assertionTests-td.js | 2 +- packages/assertions/assertionTests-tm.js | 2 +- packages/assertions/checkCoverage.js | 2 +- packages/assertions/example-scripts/manualCSV_noLogging.js | 2 +- packages/assertions/example-scripts/multipleInput.js | 2 +- packages/assertions/example-scripts/readFile_ConsoleLogging.js | 2 +- packages/assertions/example-scripts/simple.js | 2 +- packages/assertions/example-scripts/simpleTM.js | 2 +- packages/assertions/generate-changelog.js | 2 +- packages/assertions/generate-manual-csv.js | 2 +- packages/assertions/index.js | 2 +- packages/assertions/mergeResults.js | 2 +- packages/assertions/tests/index-test.js | 2 +- packages/assertions/update-list.js | 2 +- packages/assertions/util.js | 2 +- packages/cli/index.js | 2 +- packages/cli/tests/index-test.js | 2 +- packages/core/examples/scripts/failingTd.js | 2 +- packages/core/examples/scripts/multipleFiles.js | 2 +- packages/core/examples/scripts/readFile.js | 2 +- packages/core/examples/scripts/simple.js | 2 +- packages/core/index.js | 2 +- packages/core/jest.config.js | 2 +- packages/core/shared.js | 2 +- packages/core/tests/examples-invalid.test.js | 2 +- packages/core/tests/examples-valid.test.js | 2 +- packages/core/tests/examples-warning.test.js | 2 +- packages/core/tests/index.test.js | 2 +- packages/core/tests/protocol-detection.test.js | 2 +- packages/defaults/index.js | 2 +- packages/defaults/src/definitions.js | 2 +- packages/defaults/src/shared.js | 2 +- packages/defaults/src/util.js | 2 +- packages/defaults/tests/add.test.js | 2 +- packages/defaults/tests/examples.test.js | 2 +- packages/defaults/tests/remove.test.js | 2 +- packages/td_to_asyncapi/examples/updateExamples.js | 2 +- packages/td_to_asyncapi/index.js | 2 +- packages/td_to_asyncapi/src/definitions.js | 2 +- packages/td_to_asyncapi/src/genChannels.js | 2 +- packages/td_to_asyncapi/src/genRoot.js | 2 +- packages/td_to_asyncapi/src/utils.js | 2 +- packages/td_to_asyncapi/tests/genChannels.test.js | 2 +- packages/td_to_asyncapi/tests/genRoot.test.js | 2 +- packages/td_to_asyncapi/tests/index.test.js | 2 +- packages/td_to_asyncapi/tests/utils.test.js | 2 +- packages/td_to_openAPI/crawlPaths.js | 2 +- packages/td_to_openAPI/createInfo.js | 2 +- packages/td_to_openAPI/definitions.js | 2 +- packages/td_to_openAPI/examples/updateExamples.js | 2 +- packages/td_to_openAPI/genInteraction.js | 2 +- packages/td_to_openAPI/index.js | 2 +- packages/td_to_openAPI/mapSecurity.js | 2 +- packages/td_to_openAPI/tests/examples.test.js | 2 +- packages/td_to_openAPI/tests/genInteraction.test.js | 2 +- packages/td_to_openAPI/tests/index.test.js | 2 +- packages/td_to_openAPI/tests/mapSecurity.test.js | 2 +- packages/web/babel.config.js | 2 +- packages/web/jsonld-vis.js | 2 +- packages/web/script.js | 2 +- packages/web/test.js | 2 +- packages/web/util.js | 2 +- packages/web/util.test.js | 2 +- packages/web/vega-vis.js | 2 +- 64 files changed, 64 insertions(+), 64 deletions(-) diff --git a/packages/assertions/assertionTests-td.js b/packages/assertions/assertionTests-td.js index dd6a5efe2..328dd276a 100644 --- a/packages/assertions/assertionTests-td.js +++ b/packages/assertions/assertionTests-td.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/assertionTests-tm.js b/packages/assertions/assertionTests-tm.js index e03b4594c..678c0caff 100644 --- a/packages/assertions/assertionTests-tm.js +++ b/packages/assertions/assertionTests-tm.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/checkCoverage.js b/packages/assertions/checkCoverage.js index 39a17eb52..9b5c9d35e 100644 --- a/packages/assertions/checkCoverage.js +++ b/packages/assertions/checkCoverage.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/example-scripts/manualCSV_noLogging.js b/packages/assertions/example-scripts/manualCSV_noLogging.js index 44e03bee0..6b99008ff 100644 --- a/packages/assertions/example-scripts/manualCSV_noLogging.js +++ b/packages/assertions/example-scripts/manualCSV_noLogging.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/example-scripts/multipleInput.js b/packages/assertions/example-scripts/multipleInput.js index 723b59926..4359b8f6e 100644 --- a/packages/assertions/example-scripts/multipleInput.js +++ b/packages/assertions/example-scripts/multipleInput.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/example-scripts/readFile_ConsoleLogging.js b/packages/assertions/example-scripts/readFile_ConsoleLogging.js index c82ae659d..9791be53a 100644 --- a/packages/assertions/example-scripts/readFile_ConsoleLogging.js +++ b/packages/assertions/example-scripts/readFile_ConsoleLogging.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/example-scripts/simple.js b/packages/assertions/example-scripts/simple.js index 41dc086dc..d63f2fecd 100644 --- a/packages/assertions/example-scripts/simple.js +++ b/packages/assertions/example-scripts/simple.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/example-scripts/simpleTM.js b/packages/assertions/example-scripts/simpleTM.js index 2dc3bcd4c..7b44400b2 100644 --- a/packages/assertions/example-scripts/simpleTM.js +++ b/packages/assertions/example-scripts/simpleTM.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/generate-changelog.js b/packages/assertions/generate-changelog.js index 3a520b7cf..61eb321ee 100644 --- a/packages/assertions/generate-changelog.js +++ b/packages/assertions/generate-changelog.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/generate-manual-csv.js b/packages/assertions/generate-manual-csv.js index c36a9bad5..8cecd1d71 100644 --- a/packages/assertions/generate-manual-csv.js +++ b/packages/assertions/generate-manual-csv.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/index.js b/packages/assertions/index.js index 878f7235e..7da09afa1 100644 --- a/packages/assertions/index.js +++ b/packages/assertions/index.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/mergeResults.js b/packages/assertions/mergeResults.js index d257e02cd..84d623646 100644 --- a/packages/assertions/mergeResults.js +++ b/packages/assertions/mergeResults.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/tests/index-test.js b/packages/assertions/tests/index-test.js index 923aaad93..7532bbad4 100644 --- a/packages/assertions/tests/index-test.js +++ b/packages/assertions/tests/index-test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/update-list.js b/packages/assertions/update-list.js index 80df9c665..6b3ed8e66 100644 --- a/packages/assertions/update-list.js +++ b/packages/assertions/update-list.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/assertions/util.js b/packages/assertions/util.js index 393612549..586c4308f 100644 --- a/packages/assertions/util.js +++ b/packages/assertions/util.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/cli/index.js b/packages/cli/index.js index 01ca04281..5d0674690 100644 --- a/packages/cli/index.js +++ b/packages/cli/index.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/cli/tests/index-test.js b/packages/cli/tests/index-test.js index bd1a9d4a9..756877536 100644 --- a/packages/cli/tests/index-test.js +++ b/packages/cli/tests/index-test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/core/examples/scripts/failingTd.js b/packages/core/examples/scripts/failingTd.js index e1e23b363..7451ae6ec 100644 --- a/packages/core/examples/scripts/failingTd.js +++ b/packages/core/examples/scripts/failingTd.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/core/examples/scripts/multipleFiles.js b/packages/core/examples/scripts/multipleFiles.js index 8ab55e34e..605d64f3b 100644 --- a/packages/core/examples/scripts/multipleFiles.js +++ b/packages/core/examples/scripts/multipleFiles.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/core/examples/scripts/readFile.js b/packages/core/examples/scripts/readFile.js index be4178879..5933dbfc8 100644 --- a/packages/core/examples/scripts/readFile.js +++ b/packages/core/examples/scripts/readFile.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/core/examples/scripts/simple.js b/packages/core/examples/scripts/simple.js index 092782cb6..a1d5c8364 100644 --- a/packages/core/examples/scripts/simple.js +++ b/packages/core/examples/scripts/simple.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/core/index.js b/packages/core/index.js index ffd915812..eb2d2a4ba 100644 --- a/packages/core/index.js +++ b/packages/core/index.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/core/jest.config.js b/packages/core/jest.config.js index 1c3853461..1b1d59876 100644 --- a/packages/core/jest.config.js +++ b/packages/core/jest.config.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/core/shared.js b/packages/core/shared.js index 9a8b8f4c2..bf137c63a 100644 --- a/packages/core/shared.js +++ b/packages/core/shared.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/core/tests/examples-invalid.test.js b/packages/core/tests/examples-invalid.test.js index ff0402b7e..52b12e424 100644 --- a/packages/core/tests/examples-invalid.test.js +++ b/packages/core/tests/examples-invalid.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/core/tests/examples-valid.test.js b/packages/core/tests/examples-valid.test.js index 266979020..25b7e1736 100644 --- a/packages/core/tests/examples-valid.test.js +++ b/packages/core/tests/examples-valid.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/core/tests/examples-warning.test.js b/packages/core/tests/examples-warning.test.js index fee63692b..9d1f4d520 100644 --- a/packages/core/tests/examples-warning.test.js +++ b/packages/core/tests/examples-warning.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/core/tests/index.test.js b/packages/core/tests/index.test.js index 652079147..8f5124be2 100644 --- a/packages/core/tests/index.test.js +++ b/packages/core/tests/index.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/core/tests/protocol-detection.test.js b/packages/core/tests/protocol-detection.test.js index 8df809dc9..41f57b1e6 100644 --- a/packages/core/tests/protocol-detection.test.js +++ b/packages/core/tests/protocol-detection.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/defaults/index.js b/packages/defaults/index.js index 9ae4fbcc3..e10356746 100644 --- a/packages/defaults/index.js +++ b/packages/defaults/index.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/defaults/src/definitions.js b/packages/defaults/src/definitions.js index 2cfcdd64c..c7083fc61 100644 --- a/packages/defaults/src/definitions.js +++ b/packages/defaults/src/definitions.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/defaults/src/shared.js b/packages/defaults/src/shared.js index 929795d18..4124267f2 100644 --- a/packages/defaults/src/shared.js +++ b/packages/defaults/src/shared.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/defaults/src/util.js b/packages/defaults/src/util.js index 31c799da4..9c3843ff5 100644 --- a/packages/defaults/src/util.js +++ b/packages/defaults/src/util.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/defaults/tests/add.test.js b/packages/defaults/tests/add.test.js index 92f29fedc..6d74db094 100644 --- a/packages/defaults/tests/add.test.js +++ b/packages/defaults/tests/add.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/defaults/tests/examples.test.js b/packages/defaults/tests/examples.test.js index 85cd94209..ced97d1bb 100644 --- a/packages/defaults/tests/examples.test.js +++ b/packages/defaults/tests/examples.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/defaults/tests/remove.test.js b/packages/defaults/tests/remove.test.js index 776001983..d8172af2a 100644 --- a/packages/defaults/tests/remove.test.js +++ b/packages/defaults/tests/remove.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_asyncapi/examples/updateExamples.js b/packages/td_to_asyncapi/examples/updateExamples.js index 9d1563dc6..bdb8021fc 100644 --- a/packages/td_to_asyncapi/examples/updateExamples.js +++ b/packages/td_to_asyncapi/examples/updateExamples.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_asyncapi/index.js b/packages/td_to_asyncapi/index.js index d52751315..28a215538 100644 --- a/packages/td_to_asyncapi/index.js +++ b/packages/td_to_asyncapi/index.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_asyncapi/src/definitions.js b/packages/td_to_asyncapi/src/definitions.js index a4cdec172..65d33dc13 100644 --- a/packages/td_to_asyncapi/src/definitions.js +++ b/packages/td_to_asyncapi/src/definitions.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_asyncapi/src/genChannels.js b/packages/td_to_asyncapi/src/genChannels.js index 97d26e758..0b113924e 100644 --- a/packages/td_to_asyncapi/src/genChannels.js +++ b/packages/td_to_asyncapi/src/genChannels.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_asyncapi/src/genRoot.js b/packages/td_to_asyncapi/src/genRoot.js index 533e07641..742a70c43 100644 --- a/packages/td_to_asyncapi/src/genRoot.js +++ b/packages/td_to_asyncapi/src/genRoot.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_asyncapi/src/utils.js b/packages/td_to_asyncapi/src/utils.js index 221260a25..5bc657917 100644 --- a/packages/td_to_asyncapi/src/utils.js +++ b/packages/td_to_asyncapi/src/utils.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_asyncapi/tests/genChannels.test.js b/packages/td_to_asyncapi/tests/genChannels.test.js index 5a6a35a8b..4c9457836 100644 --- a/packages/td_to_asyncapi/tests/genChannels.test.js +++ b/packages/td_to_asyncapi/tests/genChannels.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_asyncapi/tests/genRoot.test.js b/packages/td_to_asyncapi/tests/genRoot.test.js index feefac4d9..4c84f071b 100644 --- a/packages/td_to_asyncapi/tests/genRoot.test.js +++ b/packages/td_to_asyncapi/tests/genRoot.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_asyncapi/tests/index.test.js b/packages/td_to_asyncapi/tests/index.test.js index d660084aa..939eff7c3 100644 --- a/packages/td_to_asyncapi/tests/index.test.js +++ b/packages/td_to_asyncapi/tests/index.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_asyncapi/tests/utils.test.js b/packages/td_to_asyncapi/tests/utils.test.js index 4bfa13ded..7445531df 100644 --- a/packages/td_to_asyncapi/tests/utils.test.js +++ b/packages/td_to_asyncapi/tests/utils.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_openAPI/crawlPaths.js b/packages/td_to_openAPI/crawlPaths.js index 05fa91174..37621cee7 100644 --- a/packages/td_to_openAPI/crawlPaths.js +++ b/packages/td_to_openAPI/crawlPaths.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_openAPI/createInfo.js b/packages/td_to_openAPI/createInfo.js index c0b60575f..eb5ebf750 100644 --- a/packages/td_to_openAPI/createInfo.js +++ b/packages/td_to_openAPI/createInfo.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_openAPI/definitions.js b/packages/td_to_openAPI/definitions.js index da579fc8b..cf11e5bcf 100644 --- a/packages/td_to_openAPI/definitions.js +++ b/packages/td_to_openAPI/definitions.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_openAPI/examples/updateExamples.js b/packages/td_to_openAPI/examples/updateExamples.js index a28081ef0..4fd30d753 100644 --- a/packages/td_to_openAPI/examples/updateExamples.js +++ b/packages/td_to_openAPI/examples/updateExamples.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_openAPI/genInteraction.js b/packages/td_to_openAPI/genInteraction.js index 56f104c98..018217180 100644 --- a/packages/td_to_openAPI/genInteraction.js +++ b/packages/td_to_openAPI/genInteraction.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_openAPI/index.js b/packages/td_to_openAPI/index.js index b979bd934..46b54ecbb 100644 --- a/packages/td_to_openAPI/index.js +++ b/packages/td_to_openAPI/index.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_openAPI/mapSecurity.js b/packages/td_to_openAPI/mapSecurity.js index 98c6f4b26..8b22c8f7f 100644 --- a/packages/td_to_openAPI/mapSecurity.js +++ b/packages/td_to_openAPI/mapSecurity.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_openAPI/tests/examples.test.js b/packages/td_to_openAPI/tests/examples.test.js index 11e607086..0f10a25ec 100644 --- a/packages/td_to_openAPI/tests/examples.test.js +++ b/packages/td_to_openAPI/tests/examples.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_openAPI/tests/genInteraction.test.js b/packages/td_to_openAPI/tests/genInteraction.test.js index 50a43746e..3585f1f26 100644 --- a/packages/td_to_openAPI/tests/genInteraction.test.js +++ b/packages/td_to_openAPI/tests/genInteraction.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_openAPI/tests/index.test.js b/packages/td_to_openAPI/tests/index.test.js index d6fd7fdad..649d9dea8 100644 --- a/packages/td_to_openAPI/tests/index.test.js +++ b/packages/td_to_openAPI/tests/index.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/td_to_openAPI/tests/mapSecurity.test.js b/packages/td_to_openAPI/tests/mapSecurity.test.js index a6dec2e8b..4e6ca1b4b 100644 --- a/packages/td_to_openAPI/tests/mapSecurity.test.js +++ b/packages/td_to_openAPI/tests/mapSecurity.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/web/babel.config.js b/packages/web/babel.config.js index 70614053c..7bec2d55c 100644 --- a/packages/web/babel.config.js +++ b/packages/web/babel.config.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/web/jsonld-vis.js b/packages/web/jsonld-vis.js index 8d70fddd1..4415baa87 100644 --- a/packages/web/jsonld-vis.js +++ b/packages/web/jsonld-vis.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/web/script.js b/packages/web/script.js index e088a33e1..1e663019f 100644 --- a/packages/web/script.js +++ b/packages/web/script.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/web/test.js b/packages/web/test.js index d80e604c0..6ae4cda05 100644 --- a/packages/web/test.js +++ b/packages/web/test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/web/util.js b/packages/web/util.js index cf5deba34..ef658d0d2 100644 --- a/packages/web/util.js +++ b/packages/web/util.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2020 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/web/util.test.js b/packages/web/util.test.js index 6e3a17cd1..579c153ea 100644 --- a/packages/web/util.test.js +++ b/packages/web/util.test.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/packages/web/vega-vis.js b/packages/web/vega-vis.js index 4e01f9a3e..bab74dc13 100644 --- a/packages/web/vega-vis.js +++ b/packages/web/vega-vis.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Contributors to the Eclipse Foundation + * Copyright (c) 2022 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. From 6de41c011b678487829c46fb37dbb9788844057d Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Tue, 12 Dec 2023 14:12:36 +0100 Subject: [PATCH 2/2] refactor: add copyright preamble to missing files --- .../td_to_asyncapi/tests/mapSecurity.test.js | 14 ++++++++++++++ packages/web-new/playwright.config.js | 16 +++++++++++++++- packages/web-new/tests/test.spec.js | 16 +++++++++++++++- 3 files changed, 44 insertions(+), 2 deletions(-) diff --git a/packages/td_to_asyncapi/tests/mapSecurity.test.js b/packages/td_to_asyncapi/tests/mapSecurity.test.js index a181ee64a..b61e3b8bc 100644 --- a/packages/td_to_asyncapi/tests/mapSecurity.test.js +++ b/packages/td_to_asyncapi/tests/mapSecurity.test.js @@ -1,3 +1,17 @@ +/******************************************************************************** + * Copyright (c) 2023 Contributors to the Eclipse Foundation + * + * See the NOTICE file(s) distributed with this work for additional + * information regarding copyright ownership. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v. 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0, or the W3C Software Notice and + * Document License (2015-05-13) which is available at + * https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document. + * + * SPDX-License-Identifier: EPL-2.0 OR W3C-20150513 + ********************************************************************************/ /** * @file Modules test for mapSecurity.js, test its functionality by hardcoded example -> expected output pairs */ diff --git a/packages/web-new/playwright.config.js b/packages/web-new/playwright.config.js index 9863ec7f7..9e18e04c0 100644 --- a/packages/web-new/playwright.config.js +++ b/packages/web-new/playwright.config.js @@ -1,3 +1,17 @@ +/******************************************************************************** + * Copyright (c) 2023 Contributors to the Eclipse Foundation + * + * See the NOTICE file(s) distributed with this work for additional + * information regarding copyright ownership. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v. 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0, or the W3C Software Notice and + * Document License (2015-05-13) which is available at + * https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document. + * + * SPDX-License-Identifier: EPL-2.0 OR W3C-20150513 + ********************************************************************************/ // @ts-check const { defineConfig, devices } = require('@playwright/test'); @@ -56,4 +70,4 @@ module.exports = defineConfig({ url: 'http://127.0.0.1:5100', reuseExistingServer: !process.env.CI, }, -}); \ No newline at end of file +}); diff --git a/packages/web-new/tests/test.spec.js b/packages/web-new/tests/test.spec.js index 524e9f6c7..452cd4066 100644 --- a/packages/web-new/tests/test.spec.js +++ b/packages/web-new/tests/test.spec.js @@ -1,3 +1,17 @@ +/******************************************************************************** + * Copyright (c) 2023 Contributors to the Eclipse Foundation + * + * See the NOTICE file(s) distributed with this work for additional + * information regarding copyright ownership. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v. 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0, or the W3C Software Notice and + * Document License (2015-05-13) which is available at + * https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document. + * + * SPDX-License-Identifier: EPL-2.0 OR W3C-20150513 + ********************************************************************************/ const { test, expect } = require('@playwright/test'); //Open the playground app before any test is runned @@ -2267,4 +2281,4 @@ test.describe("Visualization view functionality", () => { const expectedFilename = 'Tree-visualization.png' expect(download.suggestedFilename()).toBe(expectedFilename) }) -}) \ No newline at end of file +})