Skip to content

Commit 343350f

Browse files
SONARJAVA-6229 Update license headers for custom plugin template
1 parent 643e39b commit 343350f

33 files changed

+33
-33
lines changed

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) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) SonarSource Sàrl - 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) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) SonarSource Sàrl - 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) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) SonarSource Sàrl - 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) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) SonarSource Sàrl - 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) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) SonarSource Sàrl - 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) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) SonarSource Sàrl - 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) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) SonarSource Sàrl - 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) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) SonarSource Sàrl - mailto:info AT sonarsource DOT com
33
* This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.
44
*/
55
/*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) SonarSource Sàrl - 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/MyCustomSubscriptionRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) ${license.years} SonarSource Sàrl - mailto:info AT sonarsource DOT com
2+
* Copyright (C) SonarSource Sàrl - 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;

0 commit comments

Comments
 (0)