Skip to content

Commit e79546c

Browse files
authored
SONARJAVA-4745: Update license headers (#4625)
1 parent 9280b9c commit e79546c

2,123 files changed

Lines changed: 2124 additions & 2124 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.

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Code Quality and Security for Java
2-
Copyright (C) 2012-2022 SonarSource SA
2+
Copyright (C) 2012-2024 SonarSource SA
33
mailto:info AT sonarsource DOT com
44

55
This product includes software developed at
6-
SonarSource (http://www.sonarsource.com/).
6+
SonarSource (http://www.sonarsource.com/).

README.md

Lines changed: 1 addition & 1 deletion

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/MyJavaFileCheckRegistrar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2023 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2012-2024 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java;

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/MyJavaRulesDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2023 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2012-2024 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java;

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/MyJavaRulesPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2023 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2012-2024 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java;

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/RulesList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2023 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2012-2024 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java;

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/checks/AvoidAnnotationRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2023 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2012-2024 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java.checks;

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/checks/AvoidBrandInMethodNamesRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2023 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2012-2024 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java.checks;

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/checks/AvoidMethodDeclarationRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2023 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2012-2024 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
package org.sonar.samples.java.checks;

docs/java-custom-rules-example/src/main/java/org/sonar/samples/java/checks/AvoidSuperClassRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2012-2023 SonarSource SA - mailto:info AT sonarsource DOT com
2+
* Copyright (C) 2012-2024 SonarSource SA - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
/*

0 commit comments

Comments
 (0)