Skip to content

Commit c302ce2

Browse files
Update parent pom to 82.0.0.2314 and update license to SSALv1
1 parent cbf9fe0 commit c302ce2

File tree

3 files changed

+190
-169
lines changed

3 files changed

+190
-169
lines changed

LICENSE.txt

Lines changed: 184 additions & 165 deletions
Original file line numberDiff line numberDiff line change
@@ -1,165 +1,184 @@
1-
GNU LESSER GENERAL PUBLIC LICENSE
2-
Version 3, 29 June 2007
3-
4-
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5-
Everyone is permitted to copy and distribute verbatim copies
6-
of this license document, but changing it is not allowed.
7-
8-
9-
This version of the GNU Lesser General Public License incorporates
10-
the terms and conditions of version 3 of the GNU General Public
11-
License, supplemented by the additional permissions listed below.
12-
13-
0. Additional Definitions.
14-
15-
As used herein, "this License" refers to version 3 of the GNU Lesser
16-
General Public License, and the "GNU GPL" refers to version 3 of the GNU
17-
General Public License.
18-
19-
"The Library" refers to a covered work governed by this License,
20-
other than an Application or a Combined Work as defined below.
21-
22-
An "Application" is any work that makes use of an interface provided
23-
by the Library, but which is not otherwise based on the Library.
24-
Defining a subclass of a class defined by the Library is deemed a mode
25-
of using an interface provided by the Library.
26-
27-
A "Combined Work" is a work produced by combining or linking an
28-
Application with the Library. The particular version of the Library
29-
with which the Combined Work was made is also called the "Linked
30-
Version".
31-
32-
The "Minimal Corresponding Source" for a Combined Work means the
33-
Corresponding Source for the Combined Work, excluding any source code
34-
for portions of the Combined Work that, considered in isolation, are
35-
based on the Application, and not on the Linked Version.
36-
37-
The "Corresponding Application Code" for a Combined Work means the
38-
object code and/or source code for the Application, including any data
39-
and utility programs needed for reproducing the Combined Work from the
40-
Application, but excluding the System Libraries of the Combined Work.
41-
42-
1. Exception to Section 3 of the GNU GPL.
43-
44-
You may convey a covered work under sections 3 and 4 of this License
45-
without being bound by section 3 of the GNU GPL.
46-
47-
2. Conveying Modified Versions.
48-
49-
If you modify a copy of the Library, and, in your modifications, a
50-
facility refers to a function or data to be supplied by an Application
51-
that uses the facility (other than as an argument passed when the
52-
facility is invoked), then you may convey a copy of the modified
53-
version:
54-
55-
a) under this License, provided that you make a good faith effort to
56-
ensure that, in the event an Application does not supply the
57-
function or data, the facility still operates, and performs
58-
whatever part of its purpose remains meaningful, or
59-
60-
b) under the GNU GPL, with none of the additional permissions of
61-
this License applicable to that copy.
62-
63-
3. Object Code Incorporating Material from Library Header Files.
64-
65-
The object code form of an Application may incorporate material from
66-
a header file that is part of the Library. You may convey such object
67-
code under terms of your choice, provided that, if the incorporated
68-
material is not limited to numerical parameters, data structure
69-
layouts and accessors, or small macros, inline functions and templates
70-
(ten or fewer lines in length), you do both of the following:
71-
72-
a) Give prominent notice with each copy of the object code that the
73-
Library is used in it and that the Library and its use are
74-
covered by this License.
75-
76-
b) Accompany the object code with a copy of the GNU GPL and this license
77-
document.
78-
79-
4. Combined Works.
80-
81-
You may convey a Combined Work under terms of your choice that,
82-
taken together, effectively do not restrict modification of the
83-
portions of the Library contained in the Combined Work and reverse
84-
engineering for debugging such modifications, if you also do each of
85-
the following:
86-
87-
a) Give prominent notice with each copy of the Combined Work that
88-
the Library is used in it and that the Library and its use are
89-
covered by this License.
90-
91-
b) Accompany the Combined Work with a copy of the GNU GPL and this license
92-
document.
93-
94-
c) For a Combined Work that displays copyright notices during
95-
execution, include the copyright notice for the Library among
96-
these notices, as well as a reference directing the user to the
97-
copies of the GNU GPL and this license document.
98-
99-
d) Do one of the following:
100-
101-
0) Convey the Minimal Corresponding Source under the terms of this
102-
License, and the Corresponding Application Code in a form
103-
suitable for, and under terms that permit, the user to
104-
recombine or relink the Application with a modified version of
105-
the Linked Version to produce a modified Combined Work, in the
106-
manner specified by section 6 of the GNU GPL for conveying
107-
Corresponding Source.
108-
109-
1) Use a suitable shared library mechanism for linking with the
110-
Library. A suitable mechanism is one that (a) uses at run time
111-
a copy of the Library already present on the user's computer
112-
system, and (b) will operate properly with a modified version
113-
of the Library that is interface-compatible with the Linked
114-
Version.
115-
116-
e) Provide Installation Information, but only if you would otherwise
117-
be required to provide such information under section 6 of the
118-
GNU GPL, and only to the extent that such information is
119-
necessary to install and execute a modified version of the
120-
Combined Work produced by recombining or relinking the
121-
Application with a modified version of the Linked Version. (If
122-
you use option 4d0, the Installation Information must accompany
123-
the Minimal Corresponding Source and Corresponding Application
124-
Code. If you use option 4d1, you must provide the Installation
125-
Information in the manner specified by section 6 of the GNU GPL
126-
for conveying Corresponding Source.)
127-
128-
5. Combined Libraries.
129-
130-
You may place library facilities that are a work based on the
131-
Library side by side in a single library together with other library
132-
facilities that are not Applications and are not covered by this
133-
License, and convey such a combined library under terms of your
134-
choice, if you do both of the following:
135-
136-
a) Accompany the combined library with a copy of the same work based
137-
on the Library, uncombined with any other library facilities,
138-
conveyed under the terms of this License.
139-
140-
b) Give prominent notice with the combined library that part of it
141-
is a work based on the Library, and explaining where to find the
142-
accompanying uncombined form of the same work.
143-
144-
6. Revised Versions of the GNU Lesser General Public License.
145-
146-
The Free Software Foundation may publish revised and/or new versions
147-
of the GNU Lesser General Public License from time to time. Such new
148-
versions will be similar in spirit to the present version, but may
149-
differ in detail to address new problems or concerns.
150-
151-
Each version is given a distinguishing version number. If the
152-
Library as you received it specifies that a certain numbered version
153-
of the GNU Lesser General Public License "or any later version"
154-
applies to it, you have the option of following the terms and
155-
conditions either of that published version or of any later version
156-
published by the Free Software Foundation. If the Library as you
157-
received it does not specify a version number of the GNU Lesser
158-
General Public License, you may choose any version of the GNU Lesser
159-
General Public License ever published by the Free Software Foundation.
160-
161-
If the Library as you received it specifies that a proxy can decide
162-
whether future versions of the GNU Lesser General Public License shall
163-
apply, that proxy's public statement of acceptance of any version is
164-
permanent authorization for you to choose that version for the
165-
Library.
1+
SONAR Source-Available License v1.0
2+
Last Updated November 13, 2024
3+
4+
1. DEFINITIONS
5+
6+
"Agreement" means this Sonar Source-Available License v1.0
7+
8+
"Competing" means marketing a product or service as a substitute for the
9+
functionality or value of SonarQube. A product or service may compete regardless
10+
of how it is designed or deployed. For example, a product or service may compete
11+
even if it provides its functionality via any kind of interface (including
12+
services, libraries, or plug-ins), even if it is ported to a different platform
13+
or programming language, and even if it is provided free of charge.
14+
15+
"Contribution" means:
16+
17+
a) in the case of the initial Contributor, the initial content Distributed under
18+
this Agreement, and
19+
20+
b) in the case of each subsequent Contributor:
21+
i) changes to the Program, and
22+
ii) additions to the Program;
23+
24+
where such changes and/or additions to the Program originate from and are
25+
Distributed by that particular Contributor. A Contribution "originates" from a
26+
Contributor if it was added to the Program by such Contributor itself or anyone
27+
acting on such Contributor's behalf. Contributions do not include changes or
28+
additions to the Program that are not Modified Works.
29+
30+
"Contributor" means any person or entity that Distributes the Program.
31+
32+
"Derivative Works" shall mean any work, whether in Source Code or other form,
33+
that is based on (or derived from) the Program and for which the editorial
34+
revisions, annotations, elaborations, or other modifications represent, as a
35+
whole, an original work of authorship.
36+
37+
"Distribute" means the acts of a) distributing or b) making available in any
38+
manner that enables the transfer of a copy.
39+
40+
"Licensed Patents" mean patent claims licensable by a Contributor that are
41+
necessarily infringed by the use or sale of its Contribution alone or when
42+
combined with the Program.
43+
44+
"Modified Works" shall mean any work in Source Code or other form that results
45+
from an addition to, deletion from, or modification of the contents of the
46+
Program, including, for purposes of clarity, any new file in Source Code form
47+
that contains any contents of the Program. Modified Works shall not include
48+
works that contain only declarations, interfaces, types, classes, structures, or
49+
files of the Program solely in each case in order to link to, bind by name, or
50+
subclass the Program or Modified Works thereof.
51+
52+
"Non-competitive Purpose" means any purpose except for (a) providing to others
53+
any product or service that includes or offers the same or substantially similar
54+
functionality as SonarQube, (b) Competing with SonarQube, and/or (c) employing,
55+
using, or engaging artificial intelligence technology that is not part of the
56+
Program to ingest, interpret, analyze, train on, or interact with the data
57+
provided by the Program, or to engage with the Program in any manner.
58+
59+
"Notices" means any legal statements or attributions included with the Program,
60+
including, without limitation, statements concerning copyright, patent,
61+
trademark, disclaimers of warranty, or limitations of liability
62+
63+
"Program" means the Contributions Distributed in accordance with this Agreement.
64+
65+
"Recipient" means anyone who receives the Program under this Agreement,
66+
including Contributors.
67+
68+
"SonarQube" means an open-source or commercial edition of software offered by
69+
SonarSource that is branded "SonarQube".
70+
71+
"SonarSource" means SonarSource SA, a Swiss company registered in Switzerland
72+
under UID No. CHE-114.587.664.
73+
74+
"Source Code" means the form of a Program preferred for making modifications,
75+
including but not limited to software source code, documentation source, and
76+
configuration files.
77+
78+
2. GRANT OF RIGHTS
79+
80+
a) Subject to the terms of this Agreement, each Contributor hereby grants
81+
Recipient a non-exclusive, worldwide, royalty-free copyright license, for any
82+
Non-competitive Purpose, to reproduce, prepare Derivative Works of, publicly
83+
display, publicly perform, Distribute and sublicense the Contribution of such
84+
Contributor, if any, and such Derivative Works.
85+
86+
b) Subject to the terms of this Agreement, each Contributor hereby grants
87+
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
88+
Patents, for any Non-competitive Purpose, to make, use, sell, offer to sell,
89+
import, and otherwise transfer the Contribution of such Contributor, if any, in
90+
Source Code or other form. This patent license shall apply to the combination of
91+
the Contribution and the Program if, at the time the Contribution is added by
92+
the Contributor, such addition of the Contribution causes such combination to be
93+
covered by the Licensed Patents. The patent license shall not apply to any other
94+
combinations that include the Contribution.
95+
96+
c) Recipient understands that although each Contributor grants the licenses to
97+
its Contributions set forth herein, no assurances are provided by any
98+
Contributor that the Program does not infringe the patent or other intellectual
99+
property rights of any other entity. Each Contributor disclaims any liability to
100+
Recipient for claims brought by any other entity based on infringement of
101+
intellectual property rights or otherwise. As a condition to exercising the
102+
rights and licenses granted hereunder, each Recipient hereby assumes sole
103+
responsibility to secure any other intellectual property rights needed, if any.
104+
For example, if a third-party patent license is required to allow Recipient to
105+
Distribute the Program, it is Recipient's responsibility to acquire that license
106+
before distributing the Program.
107+
108+
d) Each Contributor represents that to its knowledge it has sufficient copyright
109+
rights in its Contribution, if any, to grant the copyright license set forth in
110+
this Agreement.
111+
112+
3. REQUIREMENTS
113+
114+
3.1 If a Contributor Distributes the Program in any form, then the Program must
115+
also be made available as Source Code, in accordance with section 3.2, and the
116+
Contributor must accompany the Program with a statement that the Source Code for
117+
the Program is available under this Agreement, and inform Recipients how to
118+
obtain it in a reasonable manner on or through a medium customarily used for
119+
software exchange; and
120+
121+
3.2 When the Program is Distributed as Source Code:
122+
123+
a) it must be made available under this Agreement, and
124+
125+
b) a copy of this Agreement must be included with each copy of the Program.
126+
127+
3.3 Contributors may not remove or alter any Notices contained within the
128+
Program from any copy of the Program which they Distribute, provided that
129+
Contributors may add their own appropriate Notices.
130+
131+
4. NO WARRANTY
132+
133+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY
134+
APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES
135+
OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT
136+
LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
137+
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
138+
responsible for determining the appropriateness of using and distributing the
139+
Program and assumes all risks associated with its exercise of rights under this
140+
Agreement, including but not limited to the risks and costs of program errors,
141+
compliance with applicable laws, damage to or loss of data, programs or
142+
equipment, and unavailability or interruption of operations.
143+
144+
5. DISCLAIMER OF LIABILITY
145+
146+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY
147+
APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY
148+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
149+
DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY
150+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
151+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF
152+
THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF
153+
THE POSSIBILITY OF SUCH DAMAGES.
154+
155+
6. GENERAL
156+
157+
If any provision of this Agreement is invalid or unenforceable under applicable
158+
law, it shall not affect the validity or enforceability of the remainder of the
159+
terms of this Agreement, and without further action by the parties hereto, such
160+
provision shall be reformed to the minimum extent necessary to make such
161+
provision valid and enforceable.
162+
163+
If Recipient institutes patent litigation against any entity (including a
164+
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
165+
(excluding combinations of the Program with other software or hardware)
166+
infringes such Recipient’s patent(s), then such Recipient’s rights granted under
167+
Section 2(b) shall terminate as of the date such litigation is filed.
168+
169+
All Recipient’s rights under this Agreement shall terminate if it fails to
170+
comply with any of the material terms or conditions of this Agreement and does
171+
not cure such failure in a reasonable period of time after becoming aware of
172+
such noncompliance. If all Recipient’s rights under this Agreement terminate,
173+
Recipient agrees to cease use and distribution of the Program as soon as
174+
reasonably practicable. However, Recipient’s obligations under this Agreement
175+
and any licenses granted by Recipient relating to the Program shall continue and
176+
survive.
177+
178+
Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives
179+
no rights or licenses to the intellectual property of any Contributor under this
180+
Agreement, whether expressly, by implication, estoppel, or otherwise. All rights
181+
in the Program not expressly granted under this Agreement are reserved. Nothing
182+
in this Agreement is intended to be enforceable by any entity that is not a
183+
Contributor or Recipient. No third-party beneficiary rights are created under
184+
this Agreement.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,6 @@ To fix that please execute: `mvn license:format`.
8282

8383
Copyright 2011-2024 SonarSource.
8484

85-
Licensed under the [GNU Lesser General Public License, Version 3.0](http://www.gnu.org/licenses/lgpl.txt)
85+
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).
86+
87+
See individual files for details that specify the license applicable to each file. Files subject to the SSALv1 will be noted in their headers.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.parent</groupId>
77
<artifactId>parent</artifactId>
8-
<version>80.0.0.2205</version>
8+
<version>82.0.0.2314</version>
99
</parent>
1010

1111
<groupId>org.sonarsource.python</groupId>
@@ -21,8 +21,8 @@
2121

2222
<licenses>
2323
<license>
24-
<name>GNU LGPL 3</name>
25-
<url>http://www.gnu.org/licenses/lgpl.txt</url>
24+
<name>SSALv1</name>
25+
<url>https://sonarsource.com/license/ssal/</url>
2626
<distribution>repo</distribution>
2727
</license>
2828
</licenses>

0 commit comments

Comments
 (0)