Skip to content

Commit a22e25b

Browse files
Add new maven license rule
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent d766940 commit a22e25b

9 files changed

+110
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: bsd-3-clause-no-nuclear-warranty
3+
is_license_tag: yes
4+
referenced_filenames:
5+
- LICENSE.txt
6+
---
7+
8+
name: {{BSD 3-clause License w/nuclear disclaimer}}
9+
url: LICENSE.txt
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: bsd-new
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://github.com/googleapis/
6+
---
7+
8+
name: {{BSD}}
9+
url: https://github.com/googleapis/ /blob/master/LICENSE
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: cddl-1.0 OR gpl-2.0 WITH classpath-exception-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- http://glassfish.dev.java.net/nonav/public/CDDL+GPL.html
6+
---
7+
8+
name: {{CDDL + GPLv2 with classpath exception}}
9+
url: http://glassfish.dev.java.net/nonav/public/CDDL+GPL.html
10+
comments: A business-friendly OSS license
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: cddl-1.0 OR gpl-2.0 WITH classpath-exception-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://github.com/javaee/javax.xml.soap/blob/master/LICENSE
6+
---
7+
8+
name: CDDL + GPLv2 with classpath exception
9+
url: https://github.com/javaee/javax.xml.soap/blob/master/LICENSE
10+
comments: A business-friendly OSS license
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
license_expression: cddl-1.0 OR gpl-2.0 WITH classpath-exception-2.0
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://github.com/javaee/javax.transaction/blob/master/LICENSE
6+
---
7+
8+
name: CDDL + GPLv2 with classpath exception
9+
url: https://github.com/javaee/javax.transaction/blob/master/LICENSE
10+
comments: A business-friendly OSS license
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
license_expression: epl-1.0 AND bsd-new
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- http://www.eclipse.org/legal/epl-v10.html
6+
- http://www.eclipse.org/org/documents/edl-v10.php
7+
---
8+
9+
{{Eclipse Public License v1.0}}
10+
http://www.eclipse.org/legal/epl-v10.html
11+
Standard Eclipse Licence
12+
{{Eclipse Distribution License v. 1.0}}
13+
http://www.eclipse.org/org/documents/edl-v10.php
14+
Standard Eclipse Distribution License
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: jython
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- http://www.jython.org/Project/license.html
6+
---
7+
8+
name: {{Jython Software License}}
9+
url: http://www.jython.org/Project/license.html
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
license_expression: jython AND apache-2.0
3+
is_license_notice: yes
4+
referenced_filenames:
5+
- LICENSE_CPython.txt
6+
- LICENSE_Apache.txt
7+
ignorable_authors:
8+
- Brian Zimmer
9+
---
10+
11+
Jython 2.0 and 2.1 were developed
12+
under the Jython specific license below.
13+
14+
From the 2.2 release on, Jython contributors have licensed their
15+
contributions to the Python Software Foundation under a Contributor
16+
Agreement, so as to permit distribution under the Python Software Foundation
17+
license.
18+
19+
The Python standard library developed for CPython is also used in Jython, and
20+
(like Jython itself) is provided under the Python Software Foundation
21+
license. See the file LICENSE_CPython.txt for details.
22+
23+
The zxJDBC package was written by Brian Zimmer and originally licensed
24+
under the GNU Public License. The package is now licensed to the Python
25+
Software Foundation under a Contributor Agreement, so as to permit
26+
distribution under the Python Software Foundation license.
27+
28+
Elements of the supporting libraries (appearing renamed in some Jython JARs)
29+
are covered by the Apache Software License. See the file LICENSE_Apache.txt
30+
for details.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: paypal-sdk-2013-2016
3+
is_license_tag: yes
4+
ignorable_urls:
5+
- https://github.com/paypal/PayPal-Java-SDK/blob/master/LICENSE.txt
6+
---
7+
8+
name: {{PayPal SDK License}}
9+
url: https://github.com/paypal/PayPal-Java-SDK/blob/master/LICENSE.txt

0 commit comments

Comments
 (0)