-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SONARHTML-269 Update license to SONAR Source-Available License v1.0 (…
…SSALv1)
- Loading branch information
1 parent
c65bf83
commit 4b070f2
Showing
267 changed files
with
2,835 additions
and
3,078 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<parent> | ||
<groupId>org.sonarsource.parent</groupId> | ||
<artifactId>parent</artifactId> | ||
<version>71.0.0.1314</version> | ||
<version>81.0.0.2300</version> | ||
</parent> | ||
|
||
<groupId>org.sonarsource.html</groupId> | ||
|
@@ -22,6 +22,13 @@ | |
<organization> | ||
<name>SonarSource and Matthijs Galesloot</name> | ||
</organization> | ||
<licenses> | ||
<license> | ||
<name>SSALv1</name> | ||
<url>https://sonarsource.com/license/ssal/</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<developers> | ||
<developer> | ||
<id>mgalesloot</id> | ||
|
@@ -58,9 +65,7 @@ | |
|
||
<properties> | ||
<revision>3.5-SNAPSHOT</revision> | ||
<license.name>AL2</license.name> | ||
<license.owner>SonarSource SA and Matthijs Galesloot</license.owner> | ||
<license.mailto>[email protected]</license.mailto> | ||
<gitRepositoryName>sonar-html</gitRepositoryName> | ||
|
||
<jakarta.el.version>4.0.2</jakarta.el.version> | ||
|
21 changes: 10 additions & 11 deletions
21
sonar-html-plugin/src/main/java/org/sonar/plugins/html/HtmlPlugin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 10 additions & 11 deletions
21
sonar-html-plugin/src/main/java/org/sonar/plugins/html/analyzers/ComplexityVisitor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 10 additions & 11 deletions
21
sonar-html-plugin/src/main/java/org/sonar/plugins/html/analyzers/PageCountLines.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 10 additions & 11 deletions
21
sonar-html-plugin/src/main/java/org/sonar/plugins/html/analyzers/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 10 additions & 11 deletions
21
sonar-html-plugin/src/main/java/org/sonar/plugins/html/api/BufferStack.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 10 additions & 11 deletions
21
sonar-html-plugin/src/main/java/org/sonar/plugins/html/api/Helpers.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 10 additions & 11 deletions
21
sonar-html-plugin/src/main/java/org/sonar/plugins/html/api/HtmlConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 10 additions & 11 deletions
21
...tml-plugin/src/main/java/org/sonar/plugins/html/api/accessibility/AccessibilityUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 10 additions & 12 deletions
22
sonar-html-plugin/src/main/java/org/sonar/plugins/html/api/accessibility/Aria.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 10 additions & 12 deletions
22
sonar-html-plugin/src/main/java/org/sonar/plugins/html/api/accessibility/AriaProperty.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 10 additions & 12 deletions
22
sonar-html-plugin/src/main/java/org/sonar/plugins/html/api/accessibility/AriaRole.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.