diff --git a/pom.xml b/pom.xml
index 27d7e873..74bea11e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,10 @@
certain apache-commons libraries and logging facades/frameworks.
jar
+
+ 2019
https://github.com/cuioss/cui-java-tools/
@@ -95,4 +99,20 @@
provided
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+
+ org.projectlombok
+ lombok
+
+
+
+
+
+
diff --git a/src/main/java/de/cuioss/tools/ToolsLogMessages.java b/src/main/java/de/cuioss/tools/ToolsLogMessages.java
index b75adfc1..c6c12537 100644
--- a/src/main/java/de/cuioss/tools/ToolsLogMessages.java
+++ b/src/main/java/de/cuioss/tools/ToolsLogMessages.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/base/BooleanOperations.java b/src/main/java/de/cuioss/tools/base/BooleanOperations.java
index 2a3aa11d..5126974d 100644
--- a/src/main/java/de/cuioss/tools/base/BooleanOperations.java
+++ b/src/main/java/de/cuioss/tools/base/BooleanOperations.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/base/Preconditions.java b/src/main/java/de/cuioss/tools/base/Preconditions.java
index 4af2d309..6c40a377 100644
--- a/src/main/java/de/cuioss/tools/base/Preconditions.java
+++ b/src/main/java/de/cuioss/tools/base/Preconditions.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/base/package-info.java b/src/main/java/de/cuioss/tools/base/package-info.java
index 386e7516..d81c2fe5 100644
--- a/src/main/java/de/cuioss/tools/base/package-info.java
+++ b/src/main/java/de/cuioss/tools/base/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/codec/DecoderException.java b/src/main/java/de/cuioss/tools/codec/DecoderException.java
index 99041fc0..d1b3ff0a 100644
--- a/src/main/java/de/cuioss/tools/codec/DecoderException.java
+++ b/src/main/java/de/cuioss/tools/codec/DecoderException.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/codec/EncoderException.java b/src/main/java/de/cuioss/tools/codec/EncoderException.java
index 779f161a..a2638197 100644
--- a/src/main/java/de/cuioss/tools/codec/EncoderException.java
+++ b/src/main/java/de/cuioss/tools/codec/EncoderException.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/codec/Hex.java b/src/main/java/de/cuioss/tools/codec/Hex.java
index 5226c949..820aa453 100644
--- a/src/main/java/de/cuioss/tools/codec/Hex.java
+++ b/src/main/java/de/cuioss/tools/codec/Hex.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/codec/package-info.java b/src/main/java/de/cuioss/tools/codec/package-info.java
index 919bcb2d..d05e97e2 100644
--- a/src/main/java/de/cuioss/tools/codec/package-info.java
+++ b/src/main/java/de/cuioss/tools/codec/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/collect/CollectionBuilder.java b/src/main/java/de/cuioss/tools/collect/CollectionBuilder.java
index 18b0cd5a..90a96ddd 100644
--- a/src/main/java/de/cuioss/tools/collect/CollectionBuilder.java
+++ b/src/main/java/de/cuioss/tools/collect/CollectionBuilder.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/collect/CollectionLiterals.java b/src/main/java/de/cuioss/tools/collect/CollectionLiterals.java
index 3493e022..cc2cfe1b 100644
--- a/src/main/java/de/cuioss/tools/collect/CollectionLiterals.java
+++ b/src/main/java/de/cuioss/tools/collect/CollectionLiterals.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/collect/MapBuilder.java b/src/main/java/de/cuioss/tools/collect/MapBuilder.java
index 07eb6402..40779bc1 100644
--- a/src/main/java/de/cuioss/tools/collect/MapBuilder.java
+++ b/src/main/java/de/cuioss/tools/collect/MapBuilder.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/collect/MapDifference.java b/src/main/java/de/cuioss/tools/collect/MapDifference.java
index b98582b4..f8281dd8 100644
--- a/src/main/java/de/cuioss/tools/collect/MapDifference.java
+++ b/src/main/java/de/cuioss/tools/collect/MapDifference.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/collect/MapDifferenceImpl.java b/src/main/java/de/cuioss/tools/collect/MapDifferenceImpl.java
index 1451da03..13f30ddf 100644
--- a/src/main/java/de/cuioss/tools/collect/MapDifferenceImpl.java
+++ b/src/main/java/de/cuioss/tools/collect/MapDifferenceImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/collect/MoreCollections.java b/src/main/java/de/cuioss/tools/collect/MoreCollections.java
index a351dc2d..2daa8fe9 100644
--- a/src/main/java/de/cuioss/tools/collect/MoreCollections.java
+++ b/src/main/java/de/cuioss/tools/collect/MoreCollections.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/collect/PartialArrayList.java b/src/main/java/de/cuioss/tools/collect/PartialArrayList.java
index 45e8c4c4..68c52c01 100644
--- a/src/main/java/de/cuioss/tools/collect/PartialArrayList.java
+++ b/src/main/java/de/cuioss/tools/collect/PartialArrayList.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/collect/PartialCollection.java b/src/main/java/de/cuioss/tools/collect/PartialCollection.java
index e5615dc6..4eb6baef 100644
--- a/src/main/java/de/cuioss/tools/collect/PartialCollection.java
+++ b/src/main/java/de/cuioss/tools/collect/PartialCollection.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/collect/package-info.java b/src/main/java/de/cuioss/tools/collect/package-info.java
index f861ab66..11eb1c95 100644
--- a/src/main/java/de/cuioss/tools/collect/package-info.java
+++ b/src/main/java/de/cuioss/tools/collect/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/concurrent/ConcurrentTools.java b/src/main/java/de/cuioss/tools/concurrent/ConcurrentTools.java
index 3899a713..6e4f0fcf 100644
--- a/src/main/java/de/cuioss/tools/concurrent/ConcurrentTools.java
+++ b/src/main/java/de/cuioss/tools/concurrent/ConcurrentTools.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/concurrent/RingBuffer.java b/src/main/java/de/cuioss/tools/concurrent/RingBuffer.java
index d6ea87a3..35cb5da5 100644
--- a/src/main/java/de/cuioss/tools/concurrent/RingBuffer.java
+++ b/src/main/java/de/cuioss/tools/concurrent/RingBuffer.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/concurrent/RingBufferStatistics.java b/src/main/java/de/cuioss/tools/concurrent/RingBufferStatistics.java
index f08ebef6..c1b6f1e3 100644
--- a/src/main/java/de/cuioss/tools/concurrent/RingBufferStatistics.java
+++ b/src/main/java/de/cuioss/tools/concurrent/RingBufferStatistics.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/concurrent/StopWatch.java b/src/main/java/de/cuioss/tools/concurrent/StopWatch.java
index 58d06bb3..be446d0a 100644
--- a/src/main/java/de/cuioss/tools/concurrent/StopWatch.java
+++ b/src/main/java/de/cuioss/tools/concurrent/StopWatch.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/concurrent/StripedRingBuffer.java b/src/main/java/de/cuioss/tools/concurrent/StripedRingBuffer.java
index 853cb8f8..c9626201 100644
--- a/src/main/java/de/cuioss/tools/concurrent/StripedRingBuffer.java
+++ b/src/main/java/de/cuioss/tools/concurrent/StripedRingBuffer.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/concurrent/StripedRingBufferStatistics.java b/src/main/java/de/cuioss/tools/concurrent/StripedRingBufferStatistics.java
index b49d257d..84be74ba 100644
--- a/src/main/java/de/cuioss/tools/concurrent/StripedRingBufferStatistics.java
+++ b/src/main/java/de/cuioss/tools/concurrent/StripedRingBufferStatistics.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/concurrent/Ticker.java b/src/main/java/de/cuioss/tools/concurrent/Ticker.java
index 15ea4df3..4cdc8031 100644
--- a/src/main/java/de/cuioss/tools/concurrent/Ticker.java
+++ b/src/main/java/de/cuioss/tools/concurrent/Ticker.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/concurrent/package-info.java b/src/main/java/de/cuioss/tools/concurrent/package-info.java
index 6e720e41..03a7ad95 100644
--- a/src/main/java/de/cuioss/tools/concurrent/package-info.java
+++ b/src/main/java/de/cuioss/tools/concurrent/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/SimpleFormatter.java b/src/main/java/de/cuioss/tools/formatting/SimpleFormatter.java
index 172b8e57..deb8f918 100644
--- a/src/main/java/de/cuioss/tools/formatting/SimpleFormatter.java
+++ b/src/main/java/de/cuioss/tools/formatting/SimpleFormatter.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/package-info.java b/src/main/java/de/cuioss/tools/formatting/package-info.java
index 29467b5c..84f44efd 100644
--- a/src/main/java/de/cuioss/tools/formatting/package-info.java
+++ b/src/main/java/de/cuioss/tools/formatting/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/template/FormatterSupport.java b/src/main/java/de/cuioss/tools/formatting/template/FormatterSupport.java
index 3b467d61..17dc9f64 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/FormatterSupport.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/FormatterSupport.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/template/TemplateFormatter.java b/src/main/java/de/cuioss/tools/formatting/template/TemplateFormatter.java
index 4c6459cb..51256483 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/TemplateFormatter.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/TemplateFormatter.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/template/TemplateFormatterImpl.java b/src/main/java/de/cuioss/tools/formatting/template/TemplateFormatterImpl.java
index 041d57c8..f9e2f22f 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/TemplateFormatterImpl.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/TemplateFormatterImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/template/TemplateManager.java b/src/main/java/de/cuioss/tools/formatting/template/TemplateManager.java
index 0b171d8d..94e319fc 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/TemplateManager.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/TemplateManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/template/Validator.java b/src/main/java/de/cuioss/tools/formatting/template/Validator.java
index 7b231b2f..e850ccf9 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/Validator.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/Validator.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/template/lexer/BracketLexer.java b/src/main/java/de/cuioss/tools/formatting/template/lexer/BracketLexer.java
index e5fe964c..b1cfa83a 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/lexer/BracketLexer.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/lexer/BracketLexer.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/template/lexer/Lexer.java b/src/main/java/de/cuioss/tools/formatting/template/lexer/Lexer.java
index db3cbbab..31a14a2f 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/lexer/Lexer.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/lexer/Lexer.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/template/lexer/LexerBuilder.java b/src/main/java/de/cuioss/tools/formatting/template/lexer/LexerBuilder.java
index 1535a112..c5238712 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/lexer/LexerBuilder.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/lexer/LexerBuilder.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.de)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -108,7 +108,9 @@ public Lexer build(final F source) {
public Lexer build(final Class sourceType) {
try {
return build(sourceType.getDeclaredConstructor().newInstance());
- } catch (final RuntimeException | InstantiationException | IllegalAccessException
+ }
+ /*TODO: Catch specific not RuntimeException. Suppress: // cui-rewrite:disable InvalidExceptionUsageRecipe*/
+ catch (final RuntimeException | InstantiationException | IllegalAccessException
| InvocationTargetException | NoSuchMethodException e) {
throw new IllegalStateException(
"Class '" + sourceType + "' should provide an accessible default constructor.", e);
diff --git a/src/main/java/de/cuioss/tools/formatting/template/lexer/package-info.java b/src/main/java/de/cuioss/tools/formatting/template/lexer/package-info.java
index 28052f4f..aa9c1efa 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/lexer/package-info.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/lexer/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/template/package-info.java b/src/main/java/de/cuioss/tools/formatting/template/package-info.java
index e29c9a73..b9f2bcbd 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/package-info.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/template/token/ActionToken.java b/src/main/java/de/cuioss/tools/formatting/template/token/ActionToken.java
index ccfc9b42..fa4adb2e 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/token/ActionToken.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/token/ActionToken.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/template/token/StringToken.java b/src/main/java/de/cuioss/tools/formatting/template/token/StringToken.java
index 1b056286..59cbc8d2 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/token/StringToken.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/token/StringToken.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/template/token/Token.java b/src/main/java/de/cuioss/tools/formatting/template/token/Token.java
index 992221fe..5659b095 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/token/Token.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/token/Token.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/formatting/template/token/package-info.java b/src/main/java/de/cuioss/tools/formatting/template/token/package-info.java
index 8d82f782..d2380d26 100644
--- a/src/main/java/de/cuioss/tools/formatting/template/token/package-info.java
+++ b/src/main/java/de/cuioss/tools/formatting/template/token/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/ClassPathLoader.java b/src/main/java/de/cuioss/tools/io/ClassPathLoader.java
index 178725a7..0fcbb1bd 100644
--- a/src/main/java/de/cuioss/tools/io/ClassPathLoader.java
+++ b/src/main/java/de/cuioss/tools/io/ClassPathLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/FileLoader.java b/src/main/java/de/cuioss/tools/io/FileLoader.java
index d5990acb..5d67e401 100644
--- a/src/main/java/de/cuioss/tools/io/FileLoader.java
+++ b/src/main/java/de/cuioss/tools/io/FileLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/FileLoaderUtility.java b/src/main/java/de/cuioss/tools/io/FileLoaderUtility.java
index b4a493ae..183ea8fa 100644
--- a/src/main/java/de/cuioss/tools/io/FileLoaderUtility.java
+++ b/src/main/java/de/cuioss/tools/io/FileLoaderUtility.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/FileReaderWriter.java b/src/main/java/de/cuioss/tools/io/FileReaderWriter.java
index ed8b0791..c3728752 100644
--- a/src/main/java/de/cuioss/tools/io/FileReaderWriter.java
+++ b/src/main/java/de/cuioss/tools/io/FileReaderWriter.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/FileSystemLoader.java b/src/main/java/de/cuioss/tools/io/FileSystemLoader.java
index a39da789..7f76f176 100644
--- a/src/main/java/de/cuioss/tools/io/FileSystemLoader.java
+++ b/src/main/java/de/cuioss/tools/io/FileSystemLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/FileTypePrefix.java b/src/main/java/de/cuioss/tools/io/FileTypePrefix.java
index c3a8f194..444400fa 100644
--- a/src/main/java/de/cuioss/tools/io/FileTypePrefix.java
+++ b/src/main/java/de/cuioss/tools/io/FileTypePrefix.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/FileWriter.java b/src/main/java/de/cuioss/tools/io/FileWriter.java
index 8bf7e58b..5810a2bb 100644
--- a/src/main/java/de/cuioss/tools/io/FileWriter.java
+++ b/src/main/java/de/cuioss/tools/io/FileWriter.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/FilenameUtils.java b/src/main/java/de/cuioss/tools/io/FilenameUtils.java
index b83941c7..40a474c1 100644
--- a/src/main/java/de/cuioss/tools/io/FilenameUtils.java
+++ b/src/main/java/de/cuioss/tools/io/FilenameUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/IOCase.java b/src/main/java/de/cuioss/tools/io/IOCase.java
index e40e0775..92514a44 100644
--- a/src/main/java/de/cuioss/tools/io/IOCase.java
+++ b/src/main/java/de/cuioss/tools/io/IOCase.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/IOStreams.java b/src/main/java/de/cuioss/tools/io/IOStreams.java
index e1000d30..667f8750 100644
--- a/src/main/java/de/cuioss/tools/io/IOStreams.java
+++ b/src/main/java/de/cuioss/tools/io/IOStreams.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/MorePaths.java b/src/main/java/de/cuioss/tools/io/MorePaths.java
index 3a1126dc..688d56b8 100644
--- a/src/main/java/de/cuioss/tools/io/MorePaths.java
+++ b/src/main/java/de/cuioss/tools/io/MorePaths.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/PathTraversalSecurity.java b/src/main/java/de/cuioss/tools/io/PathTraversalSecurity.java
index e12fdb3e..516c99e3 100644
--- a/src/main/java/de/cuioss/tools/io/PathTraversalSecurity.java
+++ b/src/main/java/de/cuioss/tools/io/PathTraversalSecurity.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/StructuredFilename.java b/src/main/java/de/cuioss/tools/io/StructuredFilename.java
index 90a63e6b..f5b99fb7 100644
--- a/src/main/java/de/cuioss/tools/io/StructuredFilename.java
+++ b/src/main/java/de/cuioss/tools/io/StructuredFilename.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/UrlLoader.java b/src/main/java/de/cuioss/tools/io/UrlLoader.java
index a6729717..4f58e063 100644
--- a/src/main/java/de/cuioss/tools/io/UrlLoader.java
+++ b/src/main/java/de/cuioss/tools/io/UrlLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/io/package-info.java b/src/main/java/de/cuioss/tools/io/package-info.java
index d40b2075..631b46a4 100644
--- a/src/main/java/de/cuioss/tools/io/package-info.java
+++ b/src/main/java/de/cuioss/tools/io/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/lang/LocaleUtils.java b/src/main/java/de/cuioss/tools/lang/LocaleUtils.java
index 7dda8db4..d3059144 100644
--- a/src/main/java/de/cuioss/tools/lang/LocaleUtils.java
+++ b/src/main/java/de/cuioss/tools/lang/LocaleUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/lang/MoreArrays.java b/src/main/java/de/cuioss/tools/lang/MoreArrays.java
index 165bf0b4..f054de92 100644
--- a/src/main/java/de/cuioss/tools/lang/MoreArrays.java
+++ b/src/main/java/de/cuioss/tools/lang/MoreArrays.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/lang/MoreObjects.java b/src/main/java/de/cuioss/tools/lang/MoreObjects.java
index 35c2d089..a2fb8c94 100644
--- a/src/main/java/de/cuioss/tools/lang/MoreObjects.java
+++ b/src/main/java/de/cuioss/tools/lang/MoreObjects.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/lang/package-info.java b/src/main/java/de/cuioss/tools/lang/package-info.java
index 978d2c3d..c0f29d1a 100644
--- a/src/main/java/de/cuioss/tools/lang/package-info.java
+++ b/src/main/java/de/cuioss/tools/lang/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/logging/CuiLogger.java b/src/main/java/de/cuioss/tools/logging/CuiLogger.java
index 062593c7..d7a682a6 100644
--- a/src/main/java/de/cuioss/tools/logging/CuiLogger.java
+++ b/src/main/java/de/cuioss/tools/logging/CuiLogger.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/logging/CuiLoggerFactory.java b/src/main/java/de/cuioss/tools/logging/CuiLoggerFactory.java
index 79b92c4b..3e809208 100644
--- a/src/main/java/de/cuioss/tools/logging/CuiLoggerFactory.java
+++ b/src/main/java/de/cuioss/tools/logging/CuiLoggerFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/logging/LogLevel.java b/src/main/java/de/cuioss/tools/logging/LogLevel.java
index 9897ac75..1e414384 100644
--- a/src/main/java/de/cuioss/tools/logging/LogLevel.java
+++ b/src/main/java/de/cuioss/tools/logging/LogLevel.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/logging/LogRecord.java b/src/main/java/de/cuioss/tools/logging/LogRecord.java
index 94de4d30..9de1a522 100644
--- a/src/main/java/de/cuioss/tools/logging/LogRecord.java
+++ b/src/main/java/de/cuioss/tools/logging/LogRecord.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/logging/LogRecordModel.java b/src/main/java/de/cuioss/tools/logging/LogRecordModel.java
index 0db4b3d3..b4549030 100644
--- a/src/main/java/de/cuioss/tools/logging/LogRecordModel.java
+++ b/src/main/java/de/cuioss/tools/logging/LogRecordModel.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/logging/package-info.java b/src/main/java/de/cuioss/tools/logging/package-info.java
index 068d2c2b..52f573bd 100644
--- a/src/main/java/de/cuioss/tools/logging/package-info.java
+++ b/src/main/java/de/cuioss/tools/logging/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/net/IDNInternetAddress.java b/src/main/java/de/cuioss/tools/net/IDNInternetAddress.java
index 4bee5a06..e1036bfe 100644
--- a/src/main/java/de/cuioss/tools/net/IDNInternetAddress.java
+++ b/src/main/java/de/cuioss/tools/net/IDNInternetAddress.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/net/ParameterFilter.java b/src/main/java/de/cuioss/tools/net/ParameterFilter.java
index e62a298c..ed59d9d8 100644
--- a/src/main/java/de/cuioss/tools/net/ParameterFilter.java
+++ b/src/main/java/de/cuioss/tools/net/ParameterFilter.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/net/UrlHelper.java b/src/main/java/de/cuioss/tools/net/UrlHelper.java
index b6f9fde5..4153de4b 100644
--- a/src/main/java/de/cuioss/tools/net/UrlHelper.java
+++ b/src/main/java/de/cuioss/tools/net/UrlHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/net/UrlParameter.java b/src/main/java/de/cuioss/tools/net/UrlParameter.java
index 5f32a9f5..e3bb5afb 100644
--- a/src/main/java/de/cuioss/tools/net/UrlParameter.java
+++ b/src/main/java/de/cuioss/tools/net/UrlParameter.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/net/package-info.java b/src/main/java/de/cuioss/tools/net/package-info.java
index 642c5c19..7247cb51 100644
--- a/src/main/java/de/cuioss/tools/net/package-info.java
+++ b/src/main/java/de/cuioss/tools/net/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/net/ssl/KeyAlgorithm.java b/src/main/java/de/cuioss/tools/net/ssl/KeyAlgorithm.java
index 38fee441..8c421bdd 100644
--- a/src/main/java/de/cuioss/tools/net/ssl/KeyAlgorithm.java
+++ b/src/main/java/de/cuioss/tools/net/ssl/KeyAlgorithm.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/net/ssl/KeyHolderType.java b/src/main/java/de/cuioss/tools/net/ssl/KeyHolderType.java
index 5ef39d4b..71267a3d 100644
--- a/src/main/java/de/cuioss/tools/net/ssl/KeyHolderType.java
+++ b/src/main/java/de/cuioss/tools/net/ssl/KeyHolderType.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/net/ssl/KeyMaterialHolder.java b/src/main/java/de/cuioss/tools/net/ssl/KeyMaterialHolder.java
index 84bfb493..0bb3ec83 100644
--- a/src/main/java/de/cuioss/tools/net/ssl/KeyMaterialHolder.java
+++ b/src/main/java/de/cuioss/tools/net/ssl/KeyMaterialHolder.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/net/ssl/KeyStoreProvider.java b/src/main/java/de/cuioss/tools/net/ssl/KeyStoreProvider.java
index 514c737a..8584073c 100644
--- a/src/main/java/de/cuioss/tools/net/ssl/KeyStoreProvider.java
+++ b/src/main/java/de/cuioss/tools/net/ssl/KeyStoreProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/net/ssl/KeyStoreType.java b/src/main/java/de/cuioss/tools/net/ssl/KeyStoreType.java
index dade9242..74c65052 100644
--- a/src/main/java/de/cuioss/tools/net/ssl/KeyStoreType.java
+++ b/src/main/java/de/cuioss/tools/net/ssl/KeyStoreType.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/net/ssl/package-info.java b/src/main/java/de/cuioss/tools/net/ssl/package-info.java
index cf14b68d..e1812dec 100644
--- a/src/main/java/de/cuioss/tools/net/ssl/package-info.java
+++ b/src/main/java/de/cuioss/tools/net/ssl/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/package-info.java b/src/main/java/de/cuioss/tools/package-info.java
index 3e76695b..b628ada3 100644
--- a/src/main/java/de/cuioss/tools/package-info.java
+++ b/src/main/java/de/cuioss/tools/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/property/PropertyHolder.java b/src/main/java/de/cuioss/tools/property/PropertyHolder.java
index 9ecf68b9..ae4d230b 100644
--- a/src/main/java/de/cuioss/tools/property/PropertyHolder.java
+++ b/src/main/java/de/cuioss/tools/property/PropertyHolder.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/property/PropertyMemberInfo.java b/src/main/java/de/cuioss/tools/property/PropertyMemberInfo.java
index baca094a..acfcd311 100644
--- a/src/main/java/de/cuioss/tools/property/PropertyMemberInfo.java
+++ b/src/main/java/de/cuioss/tools/property/PropertyMemberInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/property/PropertyReadWrite.java b/src/main/java/de/cuioss/tools/property/PropertyReadWrite.java
index 895e02a8..5e86f26e 100644
--- a/src/main/java/de/cuioss/tools/property/PropertyReadWrite.java
+++ b/src/main/java/de/cuioss/tools/property/PropertyReadWrite.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/property/PropertyUtil.java b/src/main/java/de/cuioss/tools/property/PropertyUtil.java
index 1652fa7d..c1410ac3 100644
--- a/src/main/java/de/cuioss/tools/property/PropertyUtil.java
+++ b/src/main/java/de/cuioss/tools/property/PropertyUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/property/package-info.java b/src/main/java/de/cuioss/tools/property/package-info.java
index 66b004df..bac8199b 100644
--- a/src/main/java/de/cuioss/tools/property/package-info.java
+++ b/src/main/java/de/cuioss/tools/property/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/reflect/FieldWrapper.java b/src/main/java/de/cuioss/tools/reflect/FieldWrapper.java
index 27d9beef..564479d1 100644
--- a/src/main/java/de/cuioss/tools/reflect/FieldWrapper.java
+++ b/src/main/java/de/cuioss/tools/reflect/FieldWrapper.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/reflect/MoreReflection.java b/src/main/java/de/cuioss/tools/reflect/MoreReflection.java
index 0514ee88..d2754919 100644
--- a/src/main/java/de/cuioss/tools/reflect/MoreReflection.java
+++ b/src/main/java/de/cuioss/tools/reflect/MoreReflection.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/reflect/package-info.java b/src/main/java/de/cuioss/tools/reflect/package-info.java
index e021f236..d04d813b 100644
--- a/src/main/java/de/cuioss/tools/reflect/package-info.java
+++ b/src/main/java/de/cuioss/tools/reflect/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/string/Joiner.java b/src/main/java/de/cuioss/tools/string/Joiner.java
index ebc73fe9..e8d90f50 100644
--- a/src/main/java/de/cuioss/tools/string/Joiner.java
+++ b/src/main/java/de/cuioss/tools/string/Joiner.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/string/JoinerConfig.java b/src/main/java/de/cuioss/tools/string/JoinerConfig.java
index 8a593f1d..fe3a3126 100644
--- a/src/main/java/de/cuioss/tools/string/JoinerConfig.java
+++ b/src/main/java/de/cuioss/tools/string/JoinerConfig.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/string/MoreStrings.java b/src/main/java/de/cuioss/tools/string/MoreStrings.java
index 9bb97f6c..0b735474 100644
--- a/src/main/java/de/cuioss/tools/string/MoreStrings.java
+++ b/src/main/java/de/cuioss/tools/string/MoreStrings.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/string/Splitter.java b/src/main/java/de/cuioss/tools/string/Splitter.java
index c35b19ec..bde37f85 100644
--- a/src/main/java/de/cuioss/tools/string/Splitter.java
+++ b/src/main/java/de/cuioss/tools/string/Splitter.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/string/SplitterConfig.java b/src/main/java/de/cuioss/tools/string/SplitterConfig.java
index f91f51a7..598a87e7 100644
--- a/src/main/java/de/cuioss/tools/string/SplitterConfig.java
+++ b/src/main/java/de/cuioss/tools/string/SplitterConfig.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/string/TextSplitter.java b/src/main/java/de/cuioss/tools/string/TextSplitter.java
index 9d938698..42a7682a 100644
--- a/src/main/java/de/cuioss/tools/string/TextSplitter.java
+++ b/src/main/java/de/cuioss/tools/string/TextSplitter.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/de/cuioss/tools/string/package-info.java b/src/main/java/de/cuioss/tools/string/package-info.java
index 9afb2487..9018bc36 100644
--- a/src/main/java/de/cuioss/tools/string/package-info.java
+++ b/src/main/java/de/cuioss/tools/string/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/java/module-info.java b/src/main/java/module-info.java
index 53d267ff..04748638 100644
--- a/src/main/java/module-info.java
+++ b/src/main/java/module-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/base/BooleanOperationsTest.java b/src/test/java/de/cuioss/tools/base/BooleanOperationsTest.java
index 6cacf7dd..9896c6b9 100644
--- a/src/test/java/de/cuioss/tools/base/BooleanOperationsTest.java
+++ b/src/test/java/de/cuioss/tools/base/BooleanOperationsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/base/PreconditionsTest.java b/src/test/java/de/cuioss/tools/base/PreconditionsTest.java
index 8a6610ce..3686163e 100644
--- a/src/test/java/de/cuioss/tools/base/PreconditionsTest.java
+++ b/src/test/java/de/cuioss/tools/base/PreconditionsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/codec/HexTest.java b/src/test/java/de/cuioss/tools/codec/HexTest.java
index 8cc2ef3f..0b34e27f 100644
--- a/src/test/java/de/cuioss/tools/codec/HexTest.java
+++ b/src/test/java/de/cuioss/tools/codec/HexTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/collect/CollectionBuilderTest.java b/src/test/java/de/cuioss/tools/collect/CollectionBuilderTest.java
index 1df8605b..04d5afa2 100644
--- a/src/test/java/de/cuioss/tools/collect/CollectionBuilderTest.java
+++ b/src/test/java/de/cuioss/tools/collect/CollectionBuilderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/collect/CollectionLiteralsTest.java b/src/test/java/de/cuioss/tools/collect/CollectionLiteralsTest.java
index e19f076d..dd520e3c 100644
--- a/src/test/java/de/cuioss/tools/collect/CollectionLiteralsTest.java
+++ b/src/test/java/de/cuioss/tools/collect/CollectionLiteralsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/collect/MapBuilderTest.java b/src/test/java/de/cuioss/tools/collect/MapBuilderTest.java
index 680a96b3..a746470a 100644
--- a/src/test/java/de/cuioss/tools/collect/MapBuilderTest.java
+++ b/src/test/java/de/cuioss/tools/collect/MapBuilderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/collect/MoreCollectionsTest.java b/src/test/java/de/cuioss/tools/collect/MoreCollectionsTest.java
index 3bc64ae7..9b3279d4 100644
--- a/src/test/java/de/cuioss/tools/collect/MoreCollectionsTest.java
+++ b/src/test/java/de/cuioss/tools/collect/MoreCollectionsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/collect/PartialArrayListTest.java b/src/test/java/de/cuioss/tools/collect/PartialArrayListTest.java
index e4e4f23e..c1acc2d8 100644
--- a/src/test/java/de/cuioss/tools/collect/PartialArrayListTest.java
+++ b/src/test/java/de/cuioss/tools/collect/PartialArrayListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/concurrent/ConcurrentToolsTest.java b/src/test/java/de/cuioss/tools/concurrent/ConcurrentToolsTest.java
index 1cca9353..9a500943 100644
--- a/src/test/java/de/cuioss/tools/concurrent/ConcurrentToolsTest.java
+++ b/src/test/java/de/cuioss/tools/concurrent/ConcurrentToolsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/concurrent/FakeTicker.java b/src/test/java/de/cuioss/tools/concurrent/FakeTicker.java
index 2cde74ec..526f6a14 100644
--- a/src/test/java/de/cuioss/tools/concurrent/FakeTicker.java
+++ b/src/test/java/de/cuioss/tools/concurrent/FakeTicker.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/concurrent/RingBufferStatisticsTest.java b/src/test/java/de/cuioss/tools/concurrent/RingBufferStatisticsTest.java
index aafb301d..4172dced 100644
--- a/src/test/java/de/cuioss/tools/concurrent/RingBufferStatisticsTest.java
+++ b/src/test/java/de/cuioss/tools/concurrent/RingBufferStatisticsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/concurrent/RingBufferTest.java b/src/test/java/de/cuioss/tools/concurrent/RingBufferTest.java
index 7a662b35..5310e6f6 100644
--- a/src/test/java/de/cuioss/tools/concurrent/RingBufferTest.java
+++ b/src/test/java/de/cuioss/tools/concurrent/RingBufferTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/concurrent/StopWatchTest.java b/src/test/java/de/cuioss/tools/concurrent/StopWatchTest.java
index 4e37de67..e0237ea8 100644
--- a/src/test/java/de/cuioss/tools/concurrent/StopWatchTest.java
+++ b/src/test/java/de/cuioss/tools/concurrent/StopWatchTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/concurrent/StripedRingBufferTest.java b/src/test/java/de/cuioss/tools/concurrent/StripedRingBufferTest.java
index b3fb22cd..2ab0492e 100644
--- a/src/test/java/de/cuioss/tools/concurrent/StripedRingBufferTest.java
+++ b/src/test/java/de/cuioss/tools/concurrent/StripedRingBufferTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/SimpleFormatterTest.java b/src/test/java/de/cuioss/tools/formatting/SimpleFormatterTest.java
index 9a0777e4..6d62eac1 100644
--- a/src/test/java/de/cuioss/tools/formatting/SimpleFormatterTest.java
+++ b/src/test/java/de/cuioss/tools/formatting/SimpleFormatterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/support/AddressDto.java b/src/test/java/de/cuioss/tools/formatting/support/AddressDto.java
index 865c4170..e8a7aa8e 100644
--- a/src/test/java/de/cuioss/tools/formatting/support/AddressDto.java
+++ b/src/test/java/de/cuioss/tools/formatting/support/AddressDto.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/support/PersonAddress.java b/src/test/java/de/cuioss/tools/formatting/support/PersonAddress.java
index 374fcf31..21c1bbc5 100644
--- a/src/test/java/de/cuioss/tools/formatting/support/PersonAddress.java
+++ b/src/test/java/de/cuioss/tools/formatting/support/PersonAddress.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/support/PersonAddressGenerator.java b/src/test/java/de/cuioss/tools/formatting/support/PersonAddressGenerator.java
index 93aca311..57ae721c 100644
--- a/src/test/java/de/cuioss/tools/formatting/support/PersonAddressGenerator.java
+++ b/src/test/java/de/cuioss/tools/formatting/support/PersonAddressGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/support/PersonName.java b/src/test/java/de/cuioss/tools/formatting/support/PersonName.java
index cc66c6f1..1b5b69d9 100644
--- a/src/test/java/de/cuioss/tools/formatting/support/PersonName.java
+++ b/src/test/java/de/cuioss/tools/formatting/support/PersonName.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/support/PersonNameTest.java b/src/test/java/de/cuioss/tools/formatting/support/PersonNameTest.java
index 334901f6..1fe87198 100644
--- a/src/test/java/de/cuioss/tools/formatting/support/PersonNameTest.java
+++ b/src/test/java/de/cuioss/tools/formatting/support/PersonNameTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/support/TransferAddressDto.java b/src/test/java/de/cuioss/tools/formatting/support/TransferAddressDto.java
index 8aa248b6..c96816f3 100644
--- a/src/test/java/de/cuioss/tools/formatting/support/TransferAddressDto.java
+++ b/src/test/java/de/cuioss/tools/formatting/support/TransferAddressDto.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/template/TemplateFormatterTest.java b/src/test/java/de/cuioss/tools/formatting/template/TemplateFormatterTest.java
index ad179a62..1e014e34 100644
--- a/src/test/java/de/cuioss/tools/formatting/template/TemplateFormatterTest.java
+++ b/src/test/java/de/cuioss/tools/formatting/template/TemplateFormatterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/template/TemplateManagerTest.java b/src/test/java/de/cuioss/tools/formatting/template/TemplateManagerTest.java
index bfa94694..4f32a35a 100644
--- a/src/test/java/de/cuioss/tools/formatting/template/TemplateManagerTest.java
+++ b/src/test/java/de/cuioss/tools/formatting/template/TemplateManagerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/template/WrongDataObject.java b/src/test/java/de/cuioss/tools/formatting/template/WrongDataObject.java
index 84e2d92f..a036c133 100644
--- a/src/test/java/de/cuioss/tools/formatting/template/WrongDataObject.java
+++ b/src/test/java/de/cuioss/tools/formatting/template/WrongDataObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/template/lexer/BracketLexerTest.java b/src/test/java/de/cuioss/tools/formatting/template/lexer/BracketLexerTest.java
index ed9ac554..1afb2c0f 100644
--- a/src/test/java/de/cuioss/tools/formatting/template/lexer/BracketLexerTest.java
+++ b/src/test/java/de/cuioss/tools/formatting/template/lexer/BracketLexerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/template/lexer/LexerTest.java b/src/test/java/de/cuioss/tools/formatting/template/lexer/LexerTest.java
index 78df9eda..106ae6ba 100644
--- a/src/test/java/de/cuioss/tools/formatting/template/lexer/LexerTest.java
+++ b/src/test/java/de/cuioss/tools/formatting/template/lexer/LexerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/template/lexer/NoPublicZeroArgConstructor.java b/src/test/java/de/cuioss/tools/formatting/template/lexer/NoPublicZeroArgConstructor.java
index bd5c0a8d..876b53ed 100644
--- a/src/test/java/de/cuioss/tools/formatting/template/lexer/NoPublicZeroArgConstructor.java
+++ b/src/test/java/de/cuioss/tools/formatting/template/lexer/NoPublicZeroArgConstructor.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/template/lexer/WrongFormatterSupportImplWithEmptyAttributeList.java b/src/test/java/de/cuioss/tools/formatting/template/lexer/WrongFormatterSupportImplWithEmptyAttributeList.java
index 2be8d147..1d3b969d 100644
--- a/src/test/java/de/cuioss/tools/formatting/template/lexer/WrongFormatterSupportImplWithEmptyAttributeList.java
+++ b/src/test/java/de/cuioss/tools/formatting/template/lexer/WrongFormatterSupportImplWithEmptyAttributeList.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/template/lexer/WrongFormatterSupportImplWithMissingAttributeList.java b/src/test/java/de/cuioss/tools/formatting/template/lexer/WrongFormatterSupportImplWithMissingAttributeList.java
index e22887c1..cd1df8be 100644
--- a/src/test/java/de/cuioss/tools/formatting/template/lexer/WrongFormatterSupportImplWithMissingAttributeList.java
+++ b/src/test/java/de/cuioss/tools/formatting/template/lexer/WrongFormatterSupportImplWithMissingAttributeList.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/template/token/ActionTokenTest.java b/src/test/java/de/cuioss/tools/formatting/template/token/ActionTokenTest.java
index c8f22081..9a126f60 100644
--- a/src/test/java/de/cuioss/tools/formatting/template/token/ActionTokenTest.java
+++ b/src/test/java/de/cuioss/tools/formatting/template/token/ActionTokenTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/formatting/template/token/StringTokenTest.java b/src/test/java/de/cuioss/tools/formatting/template/token/StringTokenTest.java
index 73ce4b63..e342f2ab 100644
--- a/src/test/java/de/cuioss/tools/formatting/template/token/StringTokenTest.java
+++ b/src/test/java/de/cuioss/tools/formatting/template/token/StringTokenTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/ClassPathLoaderTest.java b/src/test/java/de/cuioss/tools/io/ClassPathLoaderTest.java
index 96a6212e..61696ea1 100644
--- a/src/test/java/de/cuioss/tools/io/ClassPathLoaderTest.java
+++ b/src/test/java/de/cuioss/tools/io/ClassPathLoaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/FileLoaderUtilityTest.java b/src/test/java/de/cuioss/tools/io/FileLoaderUtilityTest.java
index 788d4490..4605497c 100644
--- a/src/test/java/de/cuioss/tools/io/FileLoaderUtilityTest.java
+++ b/src/test/java/de/cuioss/tools/io/FileLoaderUtilityTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/FileSystemLoaderTest.java b/src/test/java/de/cuioss/tools/io/FileSystemLoaderTest.java
index d63e7073..103aed19 100644
--- a/src/test/java/de/cuioss/tools/io/FileSystemLoaderTest.java
+++ b/src/test/java/de/cuioss/tools/io/FileSystemLoaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/FileTypePrefixTest.java b/src/test/java/de/cuioss/tools/io/FileTypePrefixTest.java
index fbf21576..1a0b5092 100644
--- a/src/test/java/de/cuioss/tools/io/FileTypePrefixTest.java
+++ b/src/test/java/de/cuioss/tools/io/FileTypePrefixTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/FilenameUtilsTest.java b/src/test/java/de/cuioss/tools/io/FilenameUtilsTest.java
index 062e36bf..841cb033 100644
--- a/src/test/java/de/cuioss/tools/io/FilenameUtilsTest.java
+++ b/src/test/java/de/cuioss/tools/io/FilenameUtilsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/FilenameUtilsWildcardTest.java b/src/test/java/de/cuioss/tools/io/FilenameUtilsWildcardTest.java
index c2290900..64568c55 100644
--- a/src/test/java/de/cuioss/tools/io/FilenameUtilsWildcardTest.java
+++ b/src/test/java/de/cuioss/tools/io/FilenameUtilsWildcardTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/IOCaseTest.java b/src/test/java/de/cuioss/tools/io/IOCaseTest.java
index 3318528e..36b55620 100644
--- a/src/test/java/de/cuioss/tools/io/IOCaseTest.java
+++ b/src/test/java/de/cuioss/tools/io/IOCaseTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/IOStreamsCopyTest.java b/src/test/java/de/cuioss/tools/io/IOStreamsCopyTest.java
index 31d052bc..99e9e2e9 100644
--- a/src/test/java/de/cuioss/tools/io/IOStreamsCopyTest.java
+++ b/src/test/java/de/cuioss/tools/io/IOStreamsCopyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/IOStreamsTest.java b/src/test/java/de/cuioss/tools/io/IOStreamsTest.java
index 89c69f88..5a19b5e7 100644
--- a/src/test/java/de/cuioss/tools/io/IOStreamsTest.java
+++ b/src/test/java/de/cuioss/tools/io/IOStreamsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/MorePathsTest.java b/src/test/java/de/cuioss/tools/io/MorePathsTest.java
index 4acbabbf..dcc83c40 100644
--- a/src/test/java/de/cuioss/tools/io/MorePathsTest.java
+++ b/src/test/java/de/cuioss/tools/io/MorePathsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/PathTraversalSecurityTest.java b/src/test/java/de/cuioss/tools/io/PathTraversalSecurityTest.java
index 1d90a69b..ebc3472b 100644
--- a/src/test/java/de/cuioss/tools/io/PathTraversalSecurityTest.java
+++ b/src/test/java/de/cuioss/tools/io/PathTraversalSecurityTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/StructuredFilenameTest.java b/src/test/java/de/cuioss/tools/io/StructuredFilenameTest.java
index 65850538..3d91fb17 100644
--- a/src/test/java/de/cuioss/tools/io/StructuredFilenameTest.java
+++ b/src/test/java/de/cuioss/tools/io/StructuredFilenameTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/UrlLoaderTest.java b/src/test/java/de/cuioss/tools/io/UrlLoaderTest.java
index a82f772e..cb2f2f14 100644
--- a/src/test/java/de/cuioss/tools/io/UrlLoaderTest.java
+++ b/src/test/java/de/cuioss/tools/io/UrlLoaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/support/NullInputStream.java b/src/test/java/de/cuioss/tools/io/support/NullInputStream.java
index 99518671..27290ae8 100644
--- a/src/test/java/de/cuioss/tools/io/support/NullInputStream.java
+++ b/src/test/java/de/cuioss/tools/io/support/NullInputStream.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/support/NullOutputStream.java b/src/test/java/de/cuioss/tools/io/support/NullOutputStream.java
index a703ba00..5447471d 100644
--- a/src/test/java/de/cuioss/tools/io/support/NullOutputStream.java
+++ b/src/test/java/de/cuioss/tools/io/support/NullOutputStream.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/support/NullReader.java b/src/test/java/de/cuioss/tools/io/support/NullReader.java
index e9901746..01a02338 100644
--- a/src/test/java/de/cuioss/tools/io/support/NullReader.java
+++ b/src/test/java/de/cuioss/tools/io/support/NullReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/support/NullWriter.java b/src/test/java/de/cuioss/tools/io/support/NullWriter.java
index 95bc6971..baf727f3 100644
--- a/src/test/java/de/cuioss/tools/io/support/NullWriter.java
+++ b/src/test/java/de/cuioss/tools/io/support/NullWriter.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/support/ProxyInputStream.java b/src/test/java/de/cuioss/tools/io/support/ProxyInputStream.java
index 64e23d67..16864218 100644
--- a/src/test/java/de/cuioss/tools/io/support/ProxyInputStream.java
+++ b/src/test/java/de/cuioss/tools/io/support/ProxyInputStream.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/support/ProxyOutputStream.java b/src/test/java/de/cuioss/tools/io/support/ProxyOutputStream.java
index 9647afe3..c79ae6bc 100644
--- a/src/test/java/de/cuioss/tools/io/support/ProxyOutputStream.java
+++ b/src/test/java/de/cuioss/tools/io/support/ProxyOutputStream.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/support/YellOnCloseInputStream.java b/src/test/java/de/cuioss/tools/io/support/YellOnCloseInputStream.java
index 27a6215a..eed67b2a 100644
--- a/src/test/java/de/cuioss/tools/io/support/YellOnCloseInputStream.java
+++ b/src/test/java/de/cuioss/tools/io/support/YellOnCloseInputStream.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/io/support/YellOnFlushAndCloseOutputStream.java b/src/test/java/de/cuioss/tools/io/support/YellOnFlushAndCloseOutputStream.java
index 7488faaa..34db5953 100644
--- a/src/test/java/de/cuioss/tools/io/support/YellOnFlushAndCloseOutputStream.java
+++ b/src/test/java/de/cuioss/tools/io/support/YellOnFlushAndCloseOutputStream.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/lang/LocaleUtilsTest.java b/src/test/java/de/cuioss/tools/lang/LocaleUtilsTest.java
index cc4f4653..915918ab 100644
--- a/src/test/java/de/cuioss/tools/lang/LocaleUtilsTest.java
+++ b/src/test/java/de/cuioss/tools/lang/LocaleUtilsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/lang/MoreArraysTest.java b/src/test/java/de/cuioss/tools/lang/MoreArraysTest.java
index 1ff17be8..b304b8f7 100644
--- a/src/test/java/de/cuioss/tools/lang/MoreArraysTest.java
+++ b/src/test/java/de/cuioss/tools/lang/MoreArraysTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/lang/MoreObjectsTest.java b/src/test/java/de/cuioss/tools/lang/MoreObjectsTest.java
index bf09c394..d6b7afdd 100644
--- a/src/test/java/de/cuioss/tools/lang/MoreObjectsTest.java
+++ b/src/test/java/de/cuioss/tools/lang/MoreObjectsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/logging/CuiLoggerFactoryTest.java b/src/test/java/de/cuioss/tools/logging/CuiLoggerFactoryTest.java
index 775038a7..2bb12529 100644
--- a/src/test/java/de/cuioss/tools/logging/CuiLoggerFactoryTest.java
+++ b/src/test/java/de/cuioss/tools/logging/CuiLoggerFactoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/logging/CuiLoggerTest.java b/src/test/java/de/cuioss/tools/logging/CuiLoggerTest.java
index 5104977e..0f1803b9 100644
--- a/src/test/java/de/cuioss/tools/logging/CuiLoggerTest.java
+++ b/src/test/java/de/cuioss/tools/logging/CuiLoggerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/logging/LogLevelTest.java b/src/test/java/de/cuioss/tools/logging/LogLevelTest.java
index 1425d470..37ef7140 100644
--- a/src/test/java/de/cuioss/tools/logging/LogLevelTest.java
+++ b/src/test/java/de/cuioss/tools/logging/LogLevelTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/logging/LogRecordModelTest.java b/src/test/java/de/cuioss/tools/logging/LogRecordModelTest.java
index 51b739ad..5736ed3a 100644
--- a/src/test/java/de/cuioss/tools/logging/LogRecordModelTest.java
+++ b/src/test/java/de/cuioss/tools/logging/LogRecordModelTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/logging/TestLogHandler.java b/src/test/java/de/cuioss/tools/logging/TestLogHandler.java
index 603468fc..3f99d8fb 100644
--- a/src/test/java/de/cuioss/tools/logging/TestLogHandler.java
+++ b/src/test/java/de/cuioss/tools/logging/TestLogHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/net/IDNInternetAddressTest.java b/src/test/java/de/cuioss/tools/net/IDNInternetAddressTest.java
index a74c5429..5a88e8e0 100644
--- a/src/test/java/de/cuioss/tools/net/IDNInternetAddressTest.java
+++ b/src/test/java/de/cuioss/tools/net/IDNInternetAddressTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/net/ParameterFilterTest.java b/src/test/java/de/cuioss/tools/net/ParameterFilterTest.java
index 86f29384..1704faaf 100644
--- a/src/test/java/de/cuioss/tools/net/ParameterFilterTest.java
+++ b/src/test/java/de/cuioss/tools/net/ParameterFilterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/net/UrlHelperTest.java b/src/test/java/de/cuioss/tools/net/UrlHelperTest.java
index d60df7b2..499853a3 100644
--- a/src/test/java/de/cuioss/tools/net/UrlHelperTest.java
+++ b/src/test/java/de/cuioss/tools/net/UrlHelperTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/net/UrlParameterTest.java b/src/test/java/de/cuioss/tools/net/UrlParameterTest.java
index 83e827af..10b053ef 100644
--- a/src/test/java/de/cuioss/tools/net/UrlParameterTest.java
+++ b/src/test/java/de/cuioss/tools/net/UrlParameterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/net/ssl/KeyMaterialHolderTest.java b/src/test/java/de/cuioss/tools/net/ssl/KeyMaterialHolderTest.java
index 5f492120..6ebd7060 100644
--- a/src/test/java/de/cuioss/tools/net/ssl/KeyMaterialHolderTest.java
+++ b/src/test/java/de/cuioss/tools/net/ssl/KeyMaterialHolderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/net/ssl/KeyStoreProviderTest.java b/src/test/java/de/cuioss/tools/net/ssl/KeyStoreProviderTest.java
index 3b163ee8..2e3ef534 100644
--- a/src/test/java/de/cuioss/tools/net/ssl/KeyStoreProviderTest.java
+++ b/src/test/java/de/cuioss/tools/net/ssl/KeyStoreProviderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/net/ssl/KeystoreInformation.java b/src/test/java/de/cuioss/tools/net/ssl/KeystoreInformation.java
index 557d2916..e20d92da 100644
--- a/src/test/java/de/cuioss/tools/net/ssl/KeystoreInformation.java
+++ b/src/test/java/de/cuioss/tools/net/ssl/KeystoreInformation.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/PropertyHolderTest.java b/src/test/java/de/cuioss/tools/property/PropertyHolderTest.java
index 7a11f317..b815d33c 100644
--- a/src/test/java/de/cuioss/tools/property/PropertyHolderTest.java
+++ b/src/test/java/de/cuioss/tools/property/PropertyHolderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/PropertyMemberInfoTest.java b/src/test/java/de/cuioss/tools/property/PropertyMemberInfoTest.java
index bfb5f913..35e78086 100644
--- a/src/test/java/de/cuioss/tools/property/PropertyMemberInfoTest.java
+++ b/src/test/java/de/cuioss/tools/property/PropertyMemberInfoTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/PropertyReadWriteTest.java b/src/test/java/de/cuioss/tools/property/PropertyReadWriteTest.java
index f8423389..59230941 100644
--- a/src/test/java/de/cuioss/tools/property/PropertyReadWriteTest.java
+++ b/src/test/java/de/cuioss/tools/property/PropertyReadWriteTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/PropertyUtilTest.java b/src/test/java/de/cuioss/tools/property/PropertyUtilTest.java
index 6f811f3b..c89a4a42 100644
--- a/src/test/java/de/cuioss/tools/property/PropertyUtilTest.java
+++ b/src/test/java/de/cuioss/tools/property/PropertyUtilTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/support/BeanForTestingTypeResolving.java b/src/test/java/de/cuioss/tools/property/support/BeanForTestingTypeResolving.java
index 13de0e5e..b798ad36 100644
--- a/src/test/java/de/cuioss/tools/property/support/BeanForTestingTypeResolving.java
+++ b/src/test/java/de/cuioss/tools/property/support/BeanForTestingTypeResolving.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/support/BeanWithBuilderStyleAccessor.java b/src/test/java/de/cuioss/tools/property/support/BeanWithBuilderStyleAccessor.java
index 1cf8f6ef..e4a7fb02 100644
--- a/src/test/java/de/cuioss/tools/property/support/BeanWithBuilderStyleAccessor.java
+++ b/src/test/java/de/cuioss/tools/property/support/BeanWithBuilderStyleAccessor.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/support/BeanWithIndexedOnlyProperty.java b/src/test/java/de/cuioss/tools/property/support/BeanWithIndexedOnlyProperty.java
index 6798c137..385fa67e 100644
--- a/src/test/java/de/cuioss/tools/property/support/BeanWithIndexedOnlyProperty.java
+++ b/src/test/java/de/cuioss/tools/property/support/BeanWithIndexedOnlyProperty.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/support/BeanWithMethodOverload.java b/src/test/java/de/cuioss/tools/property/support/BeanWithMethodOverload.java
index db937142..b0a675a6 100644
--- a/src/test/java/de/cuioss/tools/property/support/BeanWithMethodOverload.java
+++ b/src/test/java/de/cuioss/tools/property/support/BeanWithMethodOverload.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/support/BeanWithPrimitives.java b/src/test/java/de/cuioss/tools/property/support/BeanWithPrimitives.java
index 5b033fb4..70cc724f 100644
--- a/src/test/java/de/cuioss/tools/property/support/BeanWithPrimitives.java
+++ b/src/test/java/de/cuioss/tools/property/support/BeanWithPrimitives.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/support/BeanWithReadWriteProperties.java b/src/test/java/de/cuioss/tools/property/support/BeanWithReadWriteProperties.java
index 4076fd5c..6a58e2c8 100644
--- a/src/test/java/de/cuioss/tools/property/support/BeanWithReadWriteProperties.java
+++ b/src/test/java/de/cuioss/tools/property/support/BeanWithReadWriteProperties.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/support/BeanWithUnusualAttributeCasing.java b/src/test/java/de/cuioss/tools/property/support/BeanWithUnusualAttributeCasing.java
index c3937f43..395c0ccf 100644
--- a/src/test/java/de/cuioss/tools/property/support/BeanWithUnusualAttributeCasing.java
+++ b/src/test/java/de/cuioss/tools/property/support/BeanWithUnusualAttributeCasing.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/support/ExplodingBean.java b/src/test/java/de/cuioss/tools/property/support/ExplodingBean.java
index 0001ddeb..3378b388 100644
--- a/src/test/java/de/cuioss/tools/property/support/ExplodingBean.java
+++ b/src/test/java/de/cuioss/tools/property/support/ExplodingBean.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/support/GenericTypeWithLowerBoundType.java b/src/test/java/de/cuioss/tools/property/support/GenericTypeWithLowerBoundType.java
index a3394f17..4bad1453 100644
--- a/src/test/java/de/cuioss/tools/property/support/GenericTypeWithLowerBoundType.java
+++ b/src/test/java/de/cuioss/tools/property/support/GenericTypeWithLowerBoundType.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/support/InaccessibleBeanProvider.java b/src/test/java/de/cuioss/tools/property/support/InaccessibleBeanProvider.java
index 951b291d..132611b0 100644
--- a/src/test/java/de/cuioss/tools/property/support/InaccessibleBeanProvider.java
+++ b/src/test/java/de/cuioss/tools/property/support/InaccessibleBeanProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/property/support/StringTypedGenericType.java b/src/test/java/de/cuioss/tools/property/support/StringTypedGenericType.java
index 574d1388..2e8d00c5 100644
--- a/src/test/java/de/cuioss/tools/property/support/StringTypedGenericType.java
+++ b/src/test/java/de/cuioss/tools/property/support/StringTypedGenericType.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/reflect/FieldWrapperTest.java b/src/test/java/de/cuioss/tools/reflect/FieldWrapperTest.java
index 5a374bba..14a0660e 100644
--- a/src/test/java/de/cuioss/tools/reflect/FieldWrapperTest.java
+++ b/src/test/java/de/cuioss/tools/reflect/FieldWrapperTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/reflect/MoreReflectionTest.java b/src/test/java/de/cuioss/tools/reflect/MoreReflectionTest.java
index 6dfead4d..9371375e 100644
--- a/src/test/java/de/cuioss/tools/reflect/MoreReflectionTest.java
+++ b/src/test/java/de/cuioss/tools/reflect/MoreReflectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/reflect/support/BaseAnnotatedClass.java b/src/test/java/de/cuioss/tools/reflect/support/BaseAnnotatedClass.java
index 5d2f88dc..322cc670 100644
--- a/src/test/java/de/cuioss/tools/reflect/support/BaseAnnotatedClass.java
+++ b/src/test/java/de/cuioss/tools/reflect/support/BaseAnnotatedClass.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/reflect/support/ChildAnnotatedClass.java b/src/test/java/de/cuioss/tools/reflect/support/ChildAnnotatedClass.java
index 01de3eb5..1e2e2e93 100644
--- a/src/test/java/de/cuioss/tools/reflect/support/ChildAnnotatedClass.java
+++ b/src/test/java/de/cuioss/tools/reflect/support/ChildAnnotatedClass.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/reflect/support/FieldNameClass.java b/src/test/java/de/cuioss/tools/reflect/support/FieldNameClass.java
index bb842672..a5bebda0 100644
--- a/src/test/java/de/cuioss/tools/reflect/support/FieldNameClass.java
+++ b/src/test/java/de/cuioss/tools/reflect/support/FieldNameClass.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/reflect/support/MethodNameClass.java b/src/test/java/de/cuioss/tools/reflect/support/MethodNameClass.java
index e1d97cee..1807b191 100644
--- a/src/test/java/de/cuioss/tools/reflect/support/MethodNameClass.java
+++ b/src/test/java/de/cuioss/tools/reflect/support/MethodNameClass.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/reflect/support/NestedGenericBaseClass.java b/src/test/java/de/cuioss/tools/reflect/support/NestedGenericBaseClass.java
index 4ce0e05d..0f93bd76 100644
--- a/src/test/java/de/cuioss/tools/reflect/support/NestedGenericBaseClass.java
+++ b/src/test/java/de/cuioss/tools/reflect/support/NestedGenericBaseClass.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/reflect/support/NestedGenericSample.java b/src/test/java/de/cuioss/tools/reflect/support/NestedGenericSample.java
index bbeafe07..e0cda7da 100644
--- a/src/test/java/de/cuioss/tools/reflect/support/NestedGenericSample.java
+++ b/src/test/java/de/cuioss/tools/reflect/support/NestedGenericSample.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/reflect/support/NotAnnotatedClass.java b/src/test/java/de/cuioss/tools/reflect/support/NotAnnotatedClass.java
index 9eda008c..250099cb 100644
--- a/src/test/java/de/cuioss/tools/reflect/support/NotAnnotatedClass.java
+++ b/src/test/java/de/cuioss/tools/reflect/support/NotAnnotatedClass.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/reflect/support/StringTypedArrayList.java b/src/test/java/de/cuioss/tools/reflect/support/StringTypedArrayList.java
index 2c8960cd..cfcb70c0 100644
--- a/src/test/java/de/cuioss/tools/reflect/support/StringTypedArrayList.java
+++ b/src/test/java/de/cuioss/tools/reflect/support/StringTypedArrayList.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/string/JoinerConfigTest.java b/src/test/java/de/cuioss/tools/string/JoinerConfigTest.java
index b5aeabb3..f0f02480 100644
--- a/src/test/java/de/cuioss/tools/string/JoinerConfigTest.java
+++ b/src/test/java/de/cuioss/tools/string/JoinerConfigTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/string/JoinerTest.java b/src/test/java/de/cuioss/tools/string/JoinerTest.java
index 8925eca0..749ef44f 100644
--- a/src/test/java/de/cuioss/tools/string/JoinerTest.java
+++ b/src/test/java/de/cuioss/tools/string/JoinerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/string/MoreStringsTest.java b/src/test/java/de/cuioss/tools/string/MoreStringsTest.java
index 810d716d..4205ac57 100644
--- a/src/test/java/de/cuioss/tools/string/MoreStringsTest.java
+++ b/src/test/java/de/cuioss/tools/string/MoreStringsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/string/SplitterConfigTest.java b/src/test/java/de/cuioss/tools/string/SplitterConfigTest.java
index d09b425c..e81af763 100644
--- a/src/test/java/de/cuioss/tools/string/SplitterConfigTest.java
+++ b/src/test/java/de/cuioss/tools/string/SplitterConfigTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/string/SplitterTest.java b/src/test/java/de/cuioss/tools/string/SplitterTest.java
index 944f15f0..baa92deb 100644
--- a/src/test/java/de/cuioss/tools/string/SplitterTest.java
+++ b/src/test/java/de/cuioss/tools/string/SplitterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/string/TextSplitterTest.java b/src/test/java/de/cuioss/tools/string/TextSplitterTest.java
index 847dc6af..b3909cfd 100644
--- a/src/test/java/de/cuioss/tools/string/TextSplitterTest.java
+++ b/src/test/java/de/cuioss/tools/string/TextSplitterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/support/ExceptionHelper.java b/src/test/java/de/cuioss/tools/support/ExceptionHelper.java
index c4f44a4f..ab231245 100644
--- a/src/test/java/de/cuioss/tools/support/ExceptionHelper.java
+++ b/src/test/java/de/cuioss/tools/support/ExceptionHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/support/ObjectMethodsAsserts.java b/src/test/java/de/cuioss/tools/support/ObjectMethodsAsserts.java
index 10b9241d..fc0d0243 100644
--- a/src/test/java/de/cuioss/tools/support/ObjectMethodsAsserts.java
+++ b/src/test/java/de/cuioss/tools/support/ObjectMethodsAsserts.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/support/ReflectionUtil.java b/src/test/java/de/cuioss/tools/support/ReflectionUtil.java
index 23860cf1..1d76f52a 100644
--- a/src/test/java/de/cuioss/tools/support/ReflectionUtil.java
+++ b/src/test/java/de/cuioss/tools/support/ReflectionUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/support/StringCaseShuffler.java b/src/test/java/de/cuioss/tools/support/StringCaseShuffler.java
index 18d15680..38e9d096 100644
--- a/src/test/java/de/cuioss/tools/support/StringCaseShuffler.java
+++ b/src/test/java/de/cuioss/tools/support/StringCaseShuffler.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.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/test/java/de/cuioss/tools/support/TestDataGenerator.java b/src/test/java/de/cuioss/tools/support/TestDataGenerator.java
index b8b7cc5c..89348f71 100644
--- a/src/test/java/de/cuioss/tools/support/TestDataGenerator.java
+++ b/src/test/java/de/cuioss/tools/support/TestDataGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright © 2025 CUI-OpenSource-Software (info@cuioss.de)
+ * Copyright © 2019-present CUI-OpenSource-Software (info@cuioss.de)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.