Skip to content

Commit 8462c9e

Browse files
minor: Bump year to
1 parent de32916 commit 8462c9e

34 files changed

+34
-34
lines changed

config/java.header

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-2023 the original author or authors.
3+
// Copyright (C) 2001-2024 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/it/java/org/checkstyle/plugins/sonar/CheckJarTest.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-2023 the original author or authors.
3+
// Copyright (C) 2001-2024 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/it/java/org/checkstyle/plugins/sonar/RunPluginTest.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-2023 the original author or authors.
3+
// Copyright (C) 2001-2024 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/org/sonar/plugins/checkstyle/CheckstyleAuditListener.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-2023 the original author or authors.
3+
// Copyright (C) 2001-2024 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/org/sonar/plugins/checkstyle/CheckstyleConfiguration.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-2023 the original author or authors.
3+
// Copyright (C) 2001-2024 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/org/sonar/plugins/checkstyle/CheckstyleConstants.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-2023 the original author or authors.
3+
// Copyright (C) 2001-2024 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/org/sonar/plugins/checkstyle/CheckstyleExecutor.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-2023 the original author or authors.
3+
// Copyright (C) 2001-2024 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/org/sonar/plugins/checkstyle/CheckstylePlugin.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-2023 the original author or authors.
3+
// Copyright (C) 2001-2024 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/org/sonar/plugins/checkstyle/CheckstyleProfileExporter.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-2023 the original author or authors.
3+
// Copyright (C) 2001-2024 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/org/sonar/plugins/checkstyle/CheckstyleProfileImporter.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-2023 the original author or authors.
3+
// Copyright (C) 2001-2024 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)