From 51b5e440b5ef2326a8292ee3750c50c888d00980 Mon Sep 17 00:00:00 2001 From: Sebastian Holtkamp Date: Thu, 9 Jan 2025 10:03:48 +0100 Subject: [PATCH] Increase inception year to 2025 --- build.properties | 2 +- gulpfile.js | 2 +- pom.xml | 4 ++-- src/main/config/assembly.xml | 2 +- src/main/js/bundles/dn_popups-draggable/PopupsDraggable.ts | 2 +- src/main/js/bundles/dn_popups-draggable/module.ts | 2 +- src/main/js/bundles/dn_popups-draggable/nls/bundle.js | 2 +- src/main/js/bundles/dn_popups-draggable/nls/de/bundle.js | 2 +- src/main/js/bundles/dn_popups-draggable/tests/all.ts | 2 +- src/main/js/bundles/interactjs/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 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/build.properties b/build.properties index e97229c..55bd176 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ # -# Copyright (C) 2023 con terra GmbH (info@conterra.de) +# Copyright (C) 2025 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 db71c86..548e1f1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 con terra GmbH (info@conterra.de) + * Copyright (C) 2025 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 73fb2b0..58343da 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@