From a48e40b7c42ec9ff9c40d4376c83c932ad0a3d72 Mon Sep 17 00:00:00 2001 From: Marius Austerschulte Date: Mon, 24 Jun 2024 11:17:53 +0200 Subject: [PATCH] Updated copyright year in files --- build.properties | 2 +- gulpfile.js | 2 +- src/main/config/assembly.xml | 4 ++-- src/main/js/bundles/dn_intro/Action.ts | 2 +- src/main/js/bundles/dn_intro/ActionFactory.ts | 2 +- src/main/js/bundles/dn_intro/ElementAction.ts | 2 +- src/main/js/bundles/dn_intro/NavIndexStorage.ts | 2 +- src/main/js/bundles/dn_intro/Tool.ts | 2 +- src/main/js/bundles/dn_intro/ToolAction.ts | 2 +- src/main/js/bundles/dn_intro/Tour.ts | 2 +- src/main/js/bundles/dn_intro/TourEvents.ts | 2 +- src/main/js/bundles/dn_intro/build.config.js | 2 +- src/main/js/bundles/dn_intro/module.ts | 2 +- src/main/js/bundles/dn_intro/nls/bundle.js | 2 +- src/main/js/bundles/dn_intro/nls/de/bundle.js | 2 +- .../bundles/dn_intro/tests/ActionFactoryTest.ts | 2 +- .../bundles/dn_intro/tests/ElementActionTest.ts | 2 +- .../tests/LocalVariableNavIndexStorageTest.ts | 2 +- src/main/js/bundles/dn_intro/tests/TestTool.ts | 16 ++++++++++++++++ .../js/bundles/dn_intro/tests/ToolActionTest.ts | 2 +- src/main/js/bundles/dn_intro/tests/all.ts | 2 +- src/main/js/bundles/driver/index.js | 2 +- src/test/resources/application.properties | 2 +- src/test/webapp/index.html | 2 +- src/test/webapp/init.css | 2 +- src/test/webapp/js/tests/init-packs.js | 2 +- src/test/webapp/js/tests/runTests.html | 2 +- src/test/webapp/js/tests/test-init.js | 2 +- src/test/webapp/login.css | 2 +- 29 files changed, 45 insertions(+), 29 deletions(-) diff --git a/build.properties b/build.properties index e97229c..8f06767 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ # -# Copyright (C) 2023 con terra GmbH (info@conterra.de) +# Copyright (C) 2024 con terra GmbH (info@conterra.de) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gulpfile.js b/gulpfile.js index 96ab44e..a5aa53c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 con terra GmbH (info@conterra.de) + * Copyright (C) 2024 con terra GmbH (info@conterra.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/config/assembly.xml b/src/main/config/assembly.xml index 0441c06..f07643e 100644 --- a/src/main/config/assembly.xml +++ b/src/main/config/assembly.xml @@ -1,6 +1,6 @@