Skip to content

Commit 8afff68

Browse files
committed
minor: bump year to 2022
1 parent a725be8 commit 8afff68

33 files changed

+33
-33
lines changed

src/main/java/com/github/checkstyle/regression/Main.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

src/main/java/com/github/checkstyle/regression/configuration/ConfigGenerator.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

src/main/java/com/github/checkstyle/regression/configuration/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

src/main/java/com/github/checkstyle/regression/data/GitChange.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

src/main/java/com/github/checkstyle/regression/data/ModuleExtractInfo.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

src/main/java/com/github/checkstyle/regression/data/ModuleInfo.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

src/main/java/com/github/checkstyle/regression/data/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

src/main/java/com/github/checkstyle/regression/extract/CheckstyleInjector.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

src/main/java/com/github/checkstyle/regression/extract/ExtractInfoProcessor.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

src/main/java/com/github/checkstyle/regression/extract/InjectException.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)