diff --git a/javadoc-expected-tree-generator/ExpectedParseTreeGenerator.java b/javadoc-expected-tree-generator/ExpectedParseTreeGenerator.java index 15ee50b0..f1973212 100644 --- a/javadoc-expected-tree-generator/ExpectedParseTreeGenerator.java +++ b/javadoc-expected-tree-generator/ExpectedParseTreeGenerator.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/CliArgsValidator.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/CliArgsValidator.java index 7cafc4f5..7c0d7f14 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/CliArgsValidator.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/CliArgsValidator.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/FilesystemUtils.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/FilesystemUtils.java index 4f3da3a2..9f8c4888 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/FilesystemUtils.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/FilesystemUtils.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/Main.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/Main.java index 14ff8f24..930c4e0c 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/Main.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/Main.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/CheckstyleRecord.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/CheckstyleRecord.java index ae355b95..126a037d 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/CheckstyleRecord.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/CheckstyleRecord.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/CliOptions.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/CliOptions.java index 594b4eb4..4347c2c2 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/CliOptions.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/CliOptions.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/CompareMode.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/CompareMode.java index 1f1f4b0c..e54b1158 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/CompareMode.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/CompareMode.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/DiffReport.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/DiffReport.java index 1e82f2a6..98465627 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/DiffReport.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/DiffReport.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/DiffUtils.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/DiffUtils.java index c803ef46..65c70576 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/DiffUtils.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/DiffUtils.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/MergedConfigurationModule.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/MergedConfigurationModule.java index ccefbd47..531efac7 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/MergedConfigurationModule.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/MergedConfigurationModule.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/Statistics.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/Statistics.java index 18c1d9c0..fbb729d9 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/Statistics.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/Statistics.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/package-info.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/package-info.java index fbfe4145..754692c8 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/package-info.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/data/package-info.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/package-info.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/package-info.java index 966fec10..d1915bf2 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/package-info.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/package-info.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/CheckstyleConfigurationsParser.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/CheckstyleConfigurationsParser.java index fb2ec3a2..9db9a2f6 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/CheckstyleConfigurationsParser.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/CheckstyleConfigurationsParser.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/CheckstyleReportsParser.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/CheckstyleReportsParser.java index 4c29cb96..6a61fa5c 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/CheckstyleReportsParser.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/CheckstyleReportsParser.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/CheckstyleTextParser.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/CheckstyleTextParser.java index 8b46ae01..ac872265 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/CheckstyleTextParser.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/CheckstyleTextParser.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/ConfigurationMerger.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/ConfigurationMerger.java index b89963dc..9ce459e9 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/ConfigurationMerger.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/ConfigurationMerger.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/ConfigurationModule.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/ConfigurationModule.java index bc4f19e4..667a6289 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/ConfigurationModule.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/ConfigurationModule.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/EmptyXmlEventReader.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/EmptyXmlEventReader.java index 8d5f0296..39f4a937 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/EmptyXmlEventReader.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/EmptyXmlEventReader.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/JgitUtils.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/JgitUtils.java index 1cf21b68..b11323d4 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/JgitUtils.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/JgitUtils.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/StaxUtils.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/StaxUtils.java index a2150da4..d63243ce 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/StaxUtils.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/StaxUtils.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/package-info.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/package-info.java index 1ca59833..3de5d4fb 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/package-info.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/parser/package-info.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/AnchorCounter.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/AnchorCounter.java index 2ea494dc..cd3658f3 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/AnchorCounter.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/AnchorCounter.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/SiteGenerator.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/SiteGenerator.java index db820019..0001c79b 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/SiteGenerator.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/SiteGenerator.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/TextTransform.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/TextTransform.java index 1137150d..0732282f 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/TextTransform.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/TextTransform.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/XrefGenerator.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/XrefGenerator.java index 2351abb4..a2e472eb 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/XrefGenerator.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/XrefGenerator.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/package-info.java b/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/package-info.java index a5c21ff1..dbcaf674 100644 --- a/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/package-info.java +++ b/patch-diff-report-tool/src/main/java/com/github/checkstyle/site/package-info.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/test/java/com/github/checkstyle/CliArgsValidatorTest.java b/patch-diff-report-tool/src/test/java/com/github/checkstyle/CliArgsValidatorTest.java index c2655a3e..b8d36e84 100644 --- a/patch-diff-report-tool/src/test/java/com/github/checkstyle/CliArgsValidatorTest.java +++ b/patch-diff-report-tool/src/test/java/com/github/checkstyle/CliArgsValidatorTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/test/java/com/github/checkstyle/DiffUtilsTest.java b/patch-diff-report-tool/src/test/java/com/github/checkstyle/DiffUtilsTest.java index 4fcc69f6..c03ac4f9 100644 --- a/patch-diff-report-tool/src/test/java/com/github/checkstyle/DiffUtilsTest.java +++ b/patch-diff-report-tool/src/test/java/com/github/checkstyle/DiffUtilsTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/test/java/com/github/checkstyle/FileSystemUtilsTest.java b/patch-diff-report-tool/src/test/java/com/github/checkstyle/FileSystemUtilsTest.java index c8ea8436..61b18e8b 100644 --- a/patch-diff-report-tool/src/test/java/com/github/checkstyle/FileSystemUtilsTest.java +++ b/patch-diff-report-tool/src/test/java/com/github/checkstyle/FileSystemUtilsTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/test/java/com/github/checkstyle/MainTest.java b/patch-diff-report-tool/src/test/java/com/github/checkstyle/MainTest.java index c6bad506..983b0cdb 100644 --- a/patch-diff-report-tool/src/test/java/com/github/checkstyle/MainTest.java +++ b/patch-diff-report-tool/src/test/java/com/github/checkstyle/MainTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/test/java/com/github/checkstyle/internal/AbstractTest.java b/patch-diff-report-tool/src/test/java/com/github/checkstyle/internal/AbstractTest.java index e10bd6ba..69ba3001 100644 --- a/patch-diff-report-tool/src/test/java/com/github/checkstyle/internal/AbstractTest.java +++ b/patch-diff-report-tool/src/test/java/com/github/checkstyle/internal/AbstractTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/CheckstyleConfigurationsParserTest.java b/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/CheckstyleConfigurationsParserTest.java index 56e56f11..dac4e1de 100644 --- a/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/CheckstyleConfigurationsParserTest.java +++ b/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/CheckstyleConfigurationsParserTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/CheckstyleReportsParserTest.java b/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/CheckstyleReportsParserTest.java index 02e6d05c..98f7d904 100644 --- a/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/CheckstyleReportsParserTest.java +++ b/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/CheckstyleReportsParserTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/CheckstyleTextParserTest.java b/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/CheckstyleTextParserTest.java index b392ab71..2693d88d 100644 --- a/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/CheckstyleTextParserTest.java +++ b/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/CheckstyleTextParserTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/ConfigurationMergerTest.java b/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/ConfigurationMergerTest.java index da68c6ff..73d14ff1 100644 --- a/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/ConfigurationMergerTest.java +++ b/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/ConfigurationMergerTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/JgitUtilsTest.java b/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/JgitUtilsTest.java index 9619c2a2..732821a9 100644 --- a/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/JgitUtilsTest.java +++ b/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/JgitUtilsTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/StaxUtilsTest.java b/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/StaxUtilsTest.java index f536af69..bc15edad 100644 --- a/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/StaxUtilsTest.java +++ b/patch-diff-report-tool/src/test/java/com/github/checkstyle/parser/StaxUtilsTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/patch-diff-report-tool/src/test/java/com/github/checkstyle/site/SiteGeneratorTest.java b/patch-diff-report-tool/src/test/java/com/github/checkstyle/site/SiteGeneratorTest.java index 0e3a6022..90b0a673 100644 --- a/patch-diff-report-tool/src/test/java/com/github/checkstyle/site/SiteGeneratorTest.java +++ b/patch-diff-report-tool/src/test/java/com/github/checkstyle/site/SiteGeneratorTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/CliOptions.java b/releasenotes-builder/src/main/java/com/github/checkstyle/CliOptions.java index 43d0910b..e62c97eb 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/CliOptions.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/CliOptions.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/CliProcessor.java b/releasenotes-builder/src/main/java/com/github/checkstyle/CliProcessor.java index f504b765..1abcab3c 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/CliProcessor.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/CliProcessor.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/Main.java b/releasenotes-builder/src/main/java/com/github/checkstyle/Main.java index 3f39f8d5..ddea99d3 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/Main.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/Main.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/MainProcess.java b/releasenotes-builder/src/main/java/com/github/checkstyle/MainProcess.java index 71810466..e9d1a4a6 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/MainProcess.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/MainProcess.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/git/CsGit.java b/releasenotes-builder/src/main/java/com/github/checkstyle/git/CsGit.java index 30b7430a..bf9f8511 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/git/CsGit.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/git/CsGit.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/git/package-info.java b/releasenotes-builder/src/main/java/com/github/checkstyle/git/package-info.java index a049a817..171d90eb 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/git/package-info.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/git/package-info.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/github/CommitMessage.java b/releasenotes-builder/src/main/java/com/github/checkstyle/github/CommitMessage.java index 48090e43..befd9c94 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/github/CommitMessage.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/github/CommitMessage.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/github/CsGitHub.java b/releasenotes-builder/src/main/java/com/github/checkstyle/github/CsGitHub.java index 4f0148f6..31bbaf88 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/github/CsGitHub.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/github/CsGitHub.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/github/NotesBuilder.java b/releasenotes-builder/src/main/java/com/github/checkstyle/github/NotesBuilder.java index c81eb712..90b575fb 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/github/NotesBuilder.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/github/NotesBuilder.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/github/package-info.java b/releasenotes-builder/src/main/java/com/github/checkstyle/github/package-info.java index aea1dc25..8f5b29da 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/github/package-info.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/github/package-info.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/globals/Constants.java b/releasenotes-builder/src/main/java/com/github/checkstyle/globals/Constants.java index ee3f1385..08d2d520 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/globals/Constants.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/globals/Constants.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/globals/ReleaseNotesMessage.java b/releasenotes-builder/src/main/java/com/github/checkstyle/globals/ReleaseNotesMessage.java index fbe06a45..cc40e0fb 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/globals/ReleaseNotesMessage.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/globals/ReleaseNotesMessage.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/globals/Result.java b/releasenotes-builder/src/main/java/com/github/checkstyle/globals/Result.java index 0ab9969f..b2a1efcb 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/globals/Result.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/globals/Result.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/globals/package-info.java b/releasenotes-builder/src/main/java/com/github/checkstyle/globals/package-info.java index 6b48e49d..9dee9667 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/globals/package-info.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/globals/package-info.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/package-info.java b/releasenotes-builder/src/main/java/com/github/checkstyle/package-info.java index 0134df06..cff3373a 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/package-info.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/package-info.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/publishers/TwitterPublisher.java b/releasenotes-builder/src/main/java/com/github/checkstyle/publishers/TwitterPublisher.java index 3d0e1df4..67bd86a4 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/publishers/TwitterPublisher.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/publishers/TwitterPublisher.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/publishers/package-info.java b/releasenotes-builder/src/main/java/com/github/checkstyle/publishers/package-info.java index 87f81cbc..858de2a6 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/publishers/package-info.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/publishers/package-info.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/templates/TemplateProcessor.java b/releasenotes-builder/src/main/java/com/github/checkstyle/templates/TemplateProcessor.java index b4bd83fe..fa1fcd71 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/templates/TemplateProcessor.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/templates/TemplateProcessor.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/main/java/com/github/checkstyle/templates/package-info.java b/releasenotes-builder/src/main/java/com/github/checkstyle/templates/package-info.java index 3678e4b5..3c21c464 100644 --- a/releasenotes-builder/src/main/java/com/github/checkstyle/templates/package-info.java +++ b/releasenotes-builder/src/main/java/com/github/checkstyle/templates/package-info.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/test/java/com/github/checkstyle/MainTest.java b/releasenotes-builder/src/test/java/com/github/checkstyle/MainTest.java index 127acb5c..4c97f605 100644 --- a/releasenotes-builder/src/test/java/com/github/checkstyle/MainTest.java +++ b/releasenotes-builder/src/test/java/com/github/checkstyle/MainTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/test/java/com/github/checkstyle/github/CommitMessageTest.java b/releasenotes-builder/src/test/java/com/github/checkstyle/github/CommitMessageTest.java index ad95cb58..4d4e30ea 100644 --- a/releasenotes-builder/src/test/java/com/github/checkstyle/github/CommitMessageTest.java +++ b/releasenotes-builder/src/test/java/com/github/checkstyle/github/CommitMessageTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/test/java/com/github/checkstyle/internal/AbstractPathTestSupport.java b/releasenotes-builder/src/test/java/com/github/checkstyle/internal/AbstractPathTestSupport.java index f165cd5b..06be8a5d 100644 --- a/releasenotes-builder/src/test/java/com/github/checkstyle/internal/AbstractPathTestSupport.java +++ b/releasenotes-builder/src/test/java/com/github/checkstyle/internal/AbstractPathTestSupport.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/test/java/com/github/checkstyle/internal/AbstractReleaseNotesTestSupport.java b/releasenotes-builder/src/test/java/com/github/checkstyle/internal/AbstractReleaseNotesTestSupport.java index 562982c0..d6f9c57e 100644 --- a/releasenotes-builder/src/test/java/com/github/checkstyle/internal/AbstractReleaseNotesTestSupport.java +++ b/releasenotes-builder/src/test/java/com/github/checkstyle/internal/AbstractReleaseNotesTestSupport.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/test/java/com/github/checkstyle/internal/GhIssueUtil.java b/releasenotes-builder/src/test/java/com/github/checkstyle/internal/GhIssueUtil.java index b8aa1cfd..0381450e 100644 --- a/releasenotes-builder/src/test/java/com/github/checkstyle/internal/GhIssueUtil.java +++ b/releasenotes-builder/src/test/java/com/github/checkstyle/internal/GhIssueUtil.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/test/java/com/github/checkstyle/internal/RevCommitUtil.java b/releasenotes-builder/src/test/java/com/github/checkstyle/internal/RevCommitUtil.java index caa06b6f..10b6a9b7 100644 --- a/releasenotes-builder/src/test/java/com/github/checkstyle/internal/RevCommitUtil.java +++ b/releasenotes-builder/src/test/java/com/github/checkstyle/internal/RevCommitUtil.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/releasenotes-builder/src/test/java/com/github/checkstyle/templates/TemplateProcessorTest.java b/releasenotes-builder/src/test/java/com/github/checkstyle/templates/TemplateProcessorTest.java index b4b46f67..aada48e7 100644 --- a/releasenotes-builder/src/test/java/com/github/checkstyle/templates/TemplateProcessorTest.java +++ b/releasenotes-builder/src/test/java/com/github/checkstyle/templates/TemplateProcessorTest.java @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code and other text files for adherence to a set of rules. -// Copyright (C) 2001-2024 the original author or authors. +// Copyright (C) 2001-2025 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public