Skip to content

Commit b947989

Browse files
guillaume-dequennesonartech
authored andcommitted
SONARPY-4014 Update parent pom to 87.0.0.3057 (#1041)
GitOrigin-RevId: 2e7e792b13b4a267ce09121e77919afb10120b94
1 parent 90b61d2 commit b947989

1,795 files changed

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2025 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.python;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2025 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.python;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2025 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.python;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2025 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.python.checks;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2025 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.python.checks;

docs/python-custom-rules-example/src/main/java/org/sonar/samples/python/checks/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2025 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
@ParametersAreNonnullByDefault

docs/python-custom-rules-example/src/main/java/org/sonar/samples/python/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2025 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
@ParametersAreNonnullByDefault
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Copyright (C) ${license.years} ${license.owner} - ${license.mailto}
1+
Copyright (C) ${license.owner} - ${license.mailto}
22
This code is released under [MIT No Attribution](https://opensource.org/licenses/MIT-0) license.

docs/python-custom-rules-example/src/test/java/org/sonar/samples/python/CustomPythonRuleRepositoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2025 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.python;

docs/python-custom-rules-example/src/test/java/org/sonar/samples/python/CustomPythonRulesPluginTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011-2025 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.python;

0 commit comments

Comments
 (0)