Skip to content

Commit

Permalink
update copyright years to include 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Feb 11, 2025
1 parent 7cf127b commit fb50cad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public final class About implements IVersionProvider {
private static final String ARTIFACT_ID = "${project.artifactId}";
private static final String BUILD_TIMESTAMP = "${build-helper-maven-plugin.build.timestamp}";
private static final String COMMIT = "${git.commit.id}";
private static final String COPYRIGHT = "Copyright (c) 2024 held jointly by the individual authors.";
private static final String COPYRIGHT = "Copyright (c) 2024-2025 held jointly by the individual authors.";
private static final String LICENSE = "Licensed Apache License 2.0.";
private static final String VERSION = "${project.version}";

Expand Down

0 comments on commit fb50cad

Please sign in to comment.