Skip to content

Commit 6b58d41

Browse files
committed
chore: set Copyright year to 2024
1 parent d7f2ca3 commit 6b58d41

84 files changed

Lines changed: 87 additions & 87 deletions

File tree

Some content is hidden

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<name>ecoCode - Java language</name>
1212
<description>Provides rules to reduce the environmental footprint of your Java programs</description>
13-
<inceptionYear>2023</inceptionYear>
13+
<inceptionYear>2024</inceptionYear>
1414

1515
<url>https://github.com/green-code-initiative/ecoCode-java</url>
1616
<organization>

src/it/test-projects/ecocode-java-plugin-test-project/src/main/java/fr/greencodeinitiative/java/checks/AvoidMultipleIfElseStatementInterfaceNoIssue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ecoCode - Java language - Provides rules to reduce the environmental footprint of your Java programs
3-
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
3+
* Copyright © 2024 Green Code Initiative (https://www.ecocode.io)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/it/test-projects/ecocode-java-plugin-test-project/src/main/java/fr/greencodeinitiative/java/checks/AvoidMultipleIfElseStatementNoBlockNoIssue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ecoCode - Java language - Provides rules to reduce the environmental footprint of your Java programs
3-
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
3+
* Copyright © 2024 Green Code Initiative (https://www.ecocode.io)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/it/test-projects/ecocode-java-plugin-test-project/src/main/java/fr/greencodeinitiative/java/checks/AvoidSpringRepositoryCallInLoopCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ecoCode - Java language - Provides rules to reduce the environmental footprint of your Java programs
3-
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
3+
* Copyright © 2024 Green Code Initiative (https://www.ecocode.io)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/it/test-projects/ecocode-java-plugin-test-project/src/main/java/fr/greencodeinitiative/java/checks/AvoidSpringRepositoryCallInStreamCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ecoCode - Java language - Provides rules to reduce the environmental footprint of your Java programs
3-
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
3+
* Copyright © 2024 Green Code Initiative (https://www.ecocode.io)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/org/greencodeinitiative/java/JavaCheckRegistrar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ecoCode - Java language - Provides rules to reduce the environmental footprint of your Java programs
3-
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
3+
* Copyright © 2024 Green Code Initiative (https://www.ecocode.io)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/org/greencodeinitiative/java/JavaEcoCodeWayProfile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ecoCode - Java language - Provides rules to reduce the environmental footprint of your Java programs
3-
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
3+
* Copyright © 2024 Green Code Initiative (https://www.ecocode.io)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/org/greencodeinitiative/java/JavaPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ecoCode - Java language - Provides rules to reduce the environmental footprint of your Java programs
3-
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
3+
* Copyright © 2024 Green Code Initiative (https://www.ecocode.io)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/org/greencodeinitiative/java/JavaRulesDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ecoCode - Java language - Provides rules to reduce the environmental footprint of your Java programs
3-
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
3+
* Copyright © 2024 Green Code Initiative (https://www.ecocode.io)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/org/greencodeinitiative/java/checks/ArrayCopyCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ecoCode - Java language - Provides rules to reduce the environmental footprint of your Java programs
3-
* Copyright © 2023 Green Code Initiative (https://www.ecocode.io)
3+
* Copyright © 2024 Green Code Initiative (https://www.ecocode.io)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)