Skip to content

Commit f244c61

Browse files
committed
Bump copyright year to 2025
1 parent fd0bbc7 commit f244c61

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ References
125125

126126
License
127127
-------
128-
Copyright (C) 2014-2022 Andrew Gaul
128+
Copyright (C) 2014-2025 Andrew Gaul
129129

130130
Licensed under the Apache License, Version 2.0

modernizer-maven-annotations/src/main/java/org/gaul/modernizer_maven_annotations/SuppressModernizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Andrew Gaul <[email protected]>
2+
* Copyright 2014-2025 Andrew Gaul <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

modernizer-maven-plugin/src/it/issue-28-option-disabled/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2022 Andrew Gaul <[email protected]>
1+
# Copyright 2014-2025 Andrew Gaul <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

modernizer-maven-plugin/src/it/issue-28-option-disabled/src/main/java/org/gaul/it/Generated.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Andrew Gaul <[email protected]>
2+
* Copyright 2014-2025 Andrew Gaul <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

modernizer-maven-plugin/src/it/issue-28-option-disabled/src/main/java/org/gaul/it/TestClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Andrew Gaul <[email protected]>
2+
* Copyright 2014-2025 Andrew Gaul <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

modernizer-maven-plugin/src/it/issue-28-option-disabled/verify.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Andrew Gaul <[email protected]>
2+
* Copyright 2014-2025 Andrew Gaul <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

modernizer-maven-plugin/src/it/issue-28-option-enabled/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2022 Andrew Gaul <[email protected]>
1+
# Copyright 2014-2025 Andrew Gaul <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

modernizer-maven-plugin/src/it/issue-28-option-enabled/src/main/java/org/gaul/it/Generated.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Andrew Gaul <[email protected]>
2+
* Copyright 2014-2025 Andrew Gaul <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

modernizer-maven-plugin/src/it/issue-28-option-enabled/src/main/java/org/gaul/it/TestClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Andrew Gaul <[email protected]>
2+
* Copyright 2014-2025 Andrew Gaul <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

modernizer-maven-plugin/src/main/java/org/gaul/modernizer_maven_plugin/Modernizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Andrew Gaul <[email protected]>
2+
* Copyright 2014-2025 Andrew Gaul <[email protected]>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)