Skip to content

Commit f01cb81

Browse files
minor: Bump year to 2025
1 parent 356ffe2 commit f01cb81

File tree

156 files changed

+156
-156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+156
-156
lines changed

sevntu-checks/src/main/java/com/github/sevntu/checkstyle/SevntuUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////////////////////
22
// checkstyle: Checks Java source code and other text files for adherence to a set of rules.
3-
// Copyright (C) 2001-2024 the original author or authors.
3+
// Copyright (C) 2001-2025 the original author or authors.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/annotation/ForbidAnnotationCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////////////////////
22
// checkstyle: Checks Java source code and other text files for adherence to a set of rules.
3-
// Copyright (C) 2001-2024 the original author or authors.
3+
// Copyright (C) 2001-2025 the original author or authors.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/annotation/ForbidAnnotationElementValueCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////////////////////
22
// checkstyle: Checks Java source code and other text files for adherence to a set of rules.
3-
// Copyright (C) 2001-2024 the original author or authors.
3+
// Copyright (C) 2001-2025 the original author or authors.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/annotation/RequiredParameterForAnnotationCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////////////////////
22
// checkstyle: Checks Java source code and other text files for adherence to a set of rules.
3-
// Copyright (C) 2001-2024 the original author or authors.
3+
// Copyright (C) 2001-2025 the original author or authors.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/annotation/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////////////////////
22
// checkstyle: Checks Java source code and other text files for adherence to a set of rules.
3-
// Copyright (C) 2001-2024 the original author or authors.
3+
// Copyright (C) 2001-2025 the original author or authors.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/coding/AvoidConstantAsFirstOperandInConditionCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////////////////////
22
// checkstyle: Checks Java source code and other text files for adherence to a set of rules.
3-
// Copyright (C) 2001-2024 the original author or authors.
3+
// Copyright (C) 2001-2025 the original author or authors.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/coding/AvoidDefaultSerializableInInnerClassesCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////////////////////
22
// checkstyle: Checks Java source code and other text files for adherence to a set of rules.
3-
// Copyright (C) 2001-2024 the original author or authors.
3+
// Copyright (C) 2001-2025 the original author or authors.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/coding/AvoidHidingCauseExceptionCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////////////////////
22
// checkstyle: Checks Java source code and other text files for adherence to a set of rules.
3-
// Copyright (C) 2001-2024 the original author or authors.
3+
// Copyright (C) 2001-2025 the original author or authors.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/coding/AvoidModifiersForTypesCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////////////////////
22
// checkstyle: Checks Java source code and other text files for adherence to a set of rules.
3-
// Copyright (C) 2001-2024 the original author or authors.
3+
// Copyright (C) 2001-2025 the original author or authors.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/coding/AvoidNotShortCircuitOperatorsForBooleanCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////////////////////
22
// checkstyle: Checks Java source code and other text files for adherence to a set of rules.
3-
// Copyright (C) 2001-2024 the original author or authors.
3+
// Copyright (C) 2001-2025 the original author or authors.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)