Skip to content

Commit

Permalink
Add new maven license rule
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
  • Loading branch information
AyanSinhaMahapatra committed Oct 11, 2023
1 parent d766940 commit 071698e
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
license_expression: bsd-3-clause-no-nuclear-warranty
is_license_tag: yes
referenced_filenames:
- LICENSE.txt
---

name: {{BSD 3-clause License w/nuclear disclaimer}}
url: LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
license_expression: cddl-1.0 OR gpl-2.0 WITH classpath-exception-2.0
is_license_tag: yes
ignorable_urls:
- http://glassfish.dev.java.net/nonav/public/CDDL+GPL.html
---

name: {{CDDL + GPLv2 with classpath exception}}
url: http://glassfish.dev.java.net/nonav/public/CDDL+GPL.html
comments: A business-friendly OSS license
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
license_expression: cddl-1.0 OR gpl-2.0 WITH classpath-exception-2.0
is_license_tag: yes
ignorable_urls:
- https://github.com/javaee/javax.xml.soap/blob/master/LICENSE
---

name: CDDL + GPLv2 with classpath exception
url: https://github.com/javaee/javax.xml.soap/blob/master/LICENSE
comments: A business-friendly OSS license
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
license_expression: cddl-1.0 OR gpl-2.0 WITH classpath-exception-2.0
is_license_tag: yes
ignorable_urls:
- https://github.com/javaee/javax.transaction/blob/master/LICENSE
---

name: CDDL + GPLv2 with classpath exception
url: https://github.com/javaee/javax.transaction/blob/master/LICENSE
comments: A business-friendly OSS license
14 changes: 14 additions & 0 deletions src/licensedcode/data/rules/epl-1.0_and_bsd-new_5.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
license_expression: epl-1.0 AND bsd-new
is_license_tag: yes
ignorable_urls:
- http://www.eclipse.org/legal/epl-v10.html
- http://www.eclipse.org/org/documents/edl-v10.php
---

{{Eclipse Public License v1.0}}
http://www.eclipse.org/legal/epl-v10.html
Standard Eclipse Licence
{{Eclipse Distribution License v. 1.0}}
http://www.eclipse.org/org/documents/edl-v10.php
Standard Eclipse Distribution License
9 changes: 9 additions & 0 deletions src/licensedcode/data/rules/jython_1.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
license_expression: jython
is_license_tag: yes
ignorable_urls:
- http://www.jython.org/Project/license.html
---

name: {{Jython Software License}}
url: http://www.jython.org/Project/license.html
30 changes: 30 additions & 0 deletions src/licensedcode/data/rules/jython_and_apache-2.0_1.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
license_expression: jython AND apache-2.0
is_license_notice: yes
referenced_filenames:
- LICENSE_CPython.txt
- LICENSE_Apache.txt
ignorable_authors:
- Brian Zimmer
---

Jython 2.0 and 2.1 were developed
under the Jython specific license below.

From the 2.2 release on, Jython contributors have licensed their
contributions to the Python Software Foundation under a Contributor
Agreement, so as to permit distribution under the Python Software Foundation
license.

The Python standard library developed for CPython is also used in Jython, and
(like Jython itself) is provided under the Python Software Foundation
license. See the file LICENSE_CPython.txt for details.

The zxJDBC package was written by Brian Zimmer and originally licensed
under the GNU Public License. The package is now licensed to the Python
Software Foundation under a Contributor Agreement, so as to permit
distribution under the Python Software Foundation license.

Elements of the supporting libraries (appearing renamed in some Jython JARs)
are covered by the Apache Software License. See the file LICENSE_Apache.txt
for details.
9 changes: 9 additions & 0 deletions src/licensedcode/data/rules/paypal-sdk-2013-2016_2.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
license_expression: paypal-sdk-2013-2016
is_license_tag: yes
ignorable_urls:
- https://github.com/paypal/PayPal-Java-SDK/blob/master/LICENSE.txt
---

name: {{PayPal SDK License}}
url: https://github.com/paypal/PayPal-Java-SDK/blob/master/LICENSE.txt

0 comments on commit 071698e

Please sign in to comment.