Skip to content

Commit 468977f

Browse files
committed
minor: bump year to 2022
1 parent 0eeafb6 commit 468977f

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 for adherence to a set of rules.
3-
// Copyright (C) 2001-2021 the original author or authors.
3+
// Copyright (C) 2001-2022 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 for adherence to a set of rules.
3-
// Copyright (C) 2001-2021 the original author or authors.
3+
// Copyright (C) 2001-2022 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 for adherence to a set of rules.
3-
// Copyright (C) 2001-2021 the original author or authors.
3+
// Copyright (C) 2001-2022 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 for adherence to a set of rules.
3-
// Copyright (C) 2001-2021 the original author or authors.
3+
// Copyright (C) 2001-2022 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 for adherence to a set of rules.
3-
// Copyright (C) 2001-2021 the original author or authors.
3+
// Copyright (C) 2001-2022 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 for adherence to a set of rules.
3-
// Copyright (C) 2001-2021 the original author or authors.
3+
// Copyright (C) 2001-2022 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 for adherence to a set of rules.
3-
// Copyright (C) 2001-2021 the original author or authors.
3+
// Copyright (C) 2001-2022 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 for adherence to a set of rules.
3-
// Copyright (C) 2001-2021 the original author or authors.
3+
// Copyright (C) 2001-2022 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 for adherence to a set of rules.
3-
// Copyright (C) 2001-2021 the original author or authors.
3+
// Copyright (C) 2001-2022 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 for adherence to a set of rules.
3-
// Copyright (C) 2001-2021 the original author or authors.
3+
// Copyright (C) 2001-2022 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)