From e70cfc240eb594c1b3e0c0dbdfad5e3f2d2121f0 Mon Sep 17 00:00:00 2001 From: Sebastian Holtkamp Date: Mon, 16 Dec 2024 11:33:20 +0100 Subject: [PATCH] Update inception year --- build.properties | 2 +- gulpfile.js | 2 +- pom.xml | 4 ++-- src/main/config/assembly.xml | 2 +- src/main/js/apps/sample/nls/bundle.js | 2 +- src/main/js/apps/sample/nls/de/bundle.js | 2 +- src/main/js/bundles/dn_imprintprivacy/ToolHandler.js | 2 +- src/main/js/bundles/dn_imprintprivacy/css/styles.css | 2 +- src/main/js/bundles/dn_imprintprivacy/main.js | 2 +- src/main/js/bundles/dn_imprintprivacy/module.js | 2 +- src/main/js/bundles/dn_imprintprivacy/nls/bundle.js | 2 +- src/main/js/bundles/dn_imprintprivacy/nls/de/bundle.js | 2 +- src/main/js/bundles/dn_imprintprivacy/tests/all.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 +- 20 files changed, 21 insertions(+), 21 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 b63c63c..94efc53 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/pom.xml b/pom.xml index 0527c36..1422ea1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@