Skip to content

Commit d7e8be7

Browse files
SONARXML-208 Add date of license date change to README (#319)
1 parent 3a15aa6 commit d7e8be7

File tree

3 files changed

+24
-21
lines changed

3 files changed

+24
-21
lines changed

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
XML
2-
Copyright (C) 2010-2017 SonarSource SA
2+
Copyright (C) 2010-2024 SonarSource SA
33
mailto:info AT sonarsource DOT com
44

55
This product includes software developed at

README.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
Code Quality and Security for XML [![Build Status](https://api.cirrus-ci.com/github/SonarSource/sonar-xml.svg?branch=master)](https://cirrus-ci.com/github/SonarSource/sonar-xml) [![Quality Gate Status](https://next.sonarqube.com/sonarqube/api/project_badges/measure?project=org.sonarsource.xml%3Axml&metric=alert_status)](https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.xml%3Axml) [![Coverage](https://next.sonarqube.com/sonarqube/api/project_badges/measure?project=org.sonarsource.xml%3Axml&metric=coverage)](https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.xml%3Axml)
2-
==========
3-
4-
This SonarSource project is a code analyzer for XML files.
5-
6-
Project homepage:
7-
https://redirect.sonarsource.com/plugins/xml.html
8-
9-
Issue tracking:
10-
https://jira.sonarsource.com/browse/SONARXML/
11-
12-
13-
License
14-
--------
15-
16-
Copyright 2010-2024 SonarSource.
17-
18-
Licensed under the [SONAR Source-Available License v1.0](https://www.sonarsource.com/license/ssal/)
1+
Code Quality and Security for XML [![Build Status](https://api.cirrus-ci.com/github/SonarSource/sonar-xml.svg?branch=master)](https://cirrus-ci.com/github/SonarSource/sonar-xml) [![Quality Gate Status](https://next.sonarqube.com/sonarqube/api/project_badges/measure?project=org.sonarsource.xml%3Axml&metric=alert_status)](https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.xml%3Axml) [![Coverage](https://next.sonarqube.com/sonarqube/api/project_badges/measure?project=org.sonarsource.xml%3Axml&metric=coverage)](https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.xml%3Axml)
2+
==========
3+
4+
This SonarSource project is a code analyzer for XML files.
5+
6+
Project homepage:
7+
https://redirect.sonarsource.com/plugins/xml.html
8+
9+
Issue tracking:
10+
https://jira.sonarsource.com/browse/SONARXML/
11+
12+
13+
License
14+
--------
15+
16+
Copyright 2010-2024 SonarSource.
17+
18+
SonarQube analyzers released after November 29, 2024, including patch fixes for prior versions, are published under the [Sonar Source-Available License Version 1 (SSALv1)](LICENSE.txt).
19+
20+
See individual files for details that specify the license applicable to each file.
21+
Files subject to the SSALv1 will be noted in their headers.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
<licenses>
2525
<license>
26-
<name>SONAR Source-Available License v1.0</name>
27-
<url>https://www.sonarsource.com/license/ssal/</url>
26+
<name>SSALv1</name>
27+
<url>https://sonarsource.com/license/ssal/</url>
2828
<distribution>repo</distribution>
2929
</license>
3030
</licenses>

0 commit comments

Comments
 (0)