From 8522819681e271831a8927ae98b95cfea17c5f08 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Sat, 30 Jan 2016 10:16:23 -0800 Subject: [PATCH 1/2] GPLv3 doesn't allow sublicensing, just as AGPLv3 and GPLv2 don't LGPLv3 doesn't allow sublicensing, justg as LGPLv2 doesn't as former is additional permissions for GPLv3 and these don't include sublicensing --- _licenses/gpl-3.0.txt | 1 + _licenses/lgpl-3.0.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_licenses/gpl-3.0.txt b/_licenses/gpl-3.0.txt index eb5d3bb..e9fa9a8 100644 --- a/_licenses/gpl-3.0.txt +++ b/_licenses/gpl-3.0.txt @@ -27,6 +27,7 @@ permitted: forbidden: - no-liability + - no-sublicense hidden: false --- diff --git a/_licenses/lgpl-3.0.txt b/_licenses/lgpl-3.0.txt index 2b528a5..81f94e0 100644 --- a/_licenses/lgpl-3.0.txt +++ b/_licenses/lgpl-3.0.txt @@ -21,12 +21,12 @@ permitted: - commercial-use - modifications - distribution - - sublicense - patent-use - private-use forbidden: - no-liability + - no-sublicense hidden: false --- From 440b44b5f4529ed8417370bb3301a6c263a61e7c Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Sun, 31 Jan 2016 14:56:40 -0800 Subject: [PATCH 2/2] remove all attempt to describe sublicensing permission/prohibitions --- README.md | 3 --- _data/rules.yml | 9 --------- _licenses/afl-3.0.txt | 1 - _licenses/agpl-3.0.txt | 1 - _licenses/apache-2.0.txt | 1 - _licenses/artistic-2.0.txt | 1 - _licenses/bsd-2-clause.txt | 1 - _licenses/bsd-3-clause-clear.txt | 1 - _licenses/bsd-3-clause.txt | 1 - _licenses/epl-1.0.txt | 1 - _licenses/gpl-2.0.txt | 1 - _licenses/gpl-3.0.txt | 1 - _licenses/isc.txt | 1 - _licenses/lgpl-2.1.txt | 1 - _licenses/lgpl-3.0.txt | 1 - _licenses/mit.txt | 1 - _licenses/mpl-2.0.txt | 1 - _licenses/osl-3.0.txt | 2 -- _licenses/unlicense.txt | 1 - _licenses/wtfpl.txt | 1 - 20 files changed, 31 deletions(-) diff --git a/README.md b/README.md index ac44cd7..27939f0 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,6 @@ The license properties (rules) are stored as a bulleted list within the licenses * `commercial-use` - This software and derivatives may be used for commercial purposes. * `modifications` - This software may be modified. * `distribution` - You may distribute this software. -* `sublicense` - You may grant a sublicense to modify and distribute this software to third parties not included in the license. * `private-use` - You may use and modify the software without distributing it. * `patent-use` - This license provides an express grant of patent rights from the contributor to the recipient. @@ -99,10 +98,8 @@ The license properties (rules) are stored as a bulleted list within the licenses * `trademark-use` - While this may be implicitly true of all licenses, this license explicitly states that it does NOT grant you any rights in the trademarks or other marks of contributors. * `no-liability` - Software is provided without warranty and the software author/license owner cannot be held liable for damages. -* `no-sublicense` - You may not grant a sublicense to modify and distribute this software to third parties not included in the license. * `modifications` - This software may not be modified. * `distribution` - You may not distribute this software. -* `sublicense` - You may not grant a sublicense to modify and distribute this software to third parties not included in the license. ## License diff --git a/_data/rules.yml b/_data/rules.yml index 3bf98a4..d7fdbc2 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -28,9 +28,6 @@ permitted: - description: You may distribute this software. label: Distribution tag: distribution -- description: You may grant a sublicense to modify and distribute this software to third parties not included in the license. - label: Sublicensing - tag: sublicense - description: You may use and modify the software without distributing it. label: Private Use tag: private-use @@ -45,15 +42,9 @@ forbidden: - description: Software is provided without warranty and the software author/license owner cannot be held liable for damages. label: Hold Liable tag: no-liability -- description: You may not grant a sublicense to modify and distribute this software to third parties not included in the license. - label: Sublicensing - tag: no-sublicense - description: This software may not be modified. label: Modification tag: modifications - description: You may not distribute this software. label: Distribution tag: distribution -- description: You may not grant a sublicense to modify and distribute this software to third parties not included in the license. - label: Sublicensing - tag: sublicense diff --git a/_licenses/afl-3.0.txt b/_licenses/afl-3.0.txt index ee027d7..8cbe8eb 100644 --- a/_licenses/afl-3.0.txt +++ b/_licenses/afl-3.0.txt @@ -13,7 +13,6 @@ permitted: - commercial-use - modifications - distribution - - sublicense - private-use - patent-use diff --git a/_licenses/agpl-3.0.txt b/_licenses/agpl-3.0.txt index fceb4f7..a878b03 100644 --- a/_licenses/agpl-3.0.txt +++ b/_licenses/agpl-3.0.txt @@ -28,7 +28,6 @@ permitted: forbidden: - no-liability - - no-sublicense hidden: false --- diff --git a/_licenses/apache-2.0.txt b/_licenses/apache-2.0.txt index 8a99d45..e92b3c3 100644 --- a/_licenses/apache-2.0.txt +++ b/_licenses/apache-2.0.txt @@ -19,7 +19,6 @@ permitted: - commercial-use - modifications - distribution - - sublicense - patent-use - private-use diff --git a/_licenses/artistic-2.0.txt b/_licenses/artistic-2.0.txt index 52d40f1..21d1ec4 100644 --- a/_licenses/artistic-2.0.txt +++ b/_licenses/artistic-2.0.txt @@ -15,7 +15,6 @@ permitted: - commercial-use - modifications - distribution - - sublicense - private-use forbidden: diff --git a/_licenses/bsd-2-clause.txt b/_licenses/bsd-2-clause.txt index 781972b..2aa5c24 100644 --- a/_licenses/bsd-2-clause.txt +++ b/_licenses/bsd-2-clause.txt @@ -18,7 +18,6 @@ permitted: - commercial-use - modifications - distribution - - sublicense - private-use forbidden: diff --git a/_licenses/bsd-3-clause-clear.txt b/_licenses/bsd-3-clause-clear.txt index a597f9d..1df2a27 100644 --- a/_licenses/bsd-3-clause-clear.txt +++ b/_licenses/bsd-3-clause-clear.txt @@ -19,7 +19,6 @@ permitted: - commercial-use - modifications - distribution - - sublicense - private-use forbidden: diff --git a/_licenses/bsd-3-clause.txt b/_licenses/bsd-3-clause.txt index 6c60074..797bee7 100644 --- a/_licenses/bsd-3-clause.txt +++ b/_licenses/bsd-3-clause.txt @@ -17,7 +17,6 @@ permitted: - commercial-use - modifications - distribution - - sublicense - private-use forbidden: diff --git a/_licenses/epl-1.0.txt b/_licenses/epl-1.0.txt index b76591f..cbe11ca 100644 --- a/_licenses/epl-1.0.txt +++ b/_licenses/epl-1.0.txt @@ -23,7 +23,6 @@ permitted: - commercial-use - distribution - modifications - - sublicense - patent-use - private-use diff --git a/_licenses/gpl-2.0.txt b/_licenses/gpl-2.0.txt index 83f1069..4d344b6 100644 --- a/_licenses/gpl-2.0.txt +++ b/_licenses/gpl-2.0.txt @@ -27,7 +27,6 @@ permitted: forbidden: - no-liability - - no-sublicense hidden: false --- diff --git a/_licenses/gpl-3.0.txt b/_licenses/gpl-3.0.txt index e9fa9a8..eb5d3bb 100644 --- a/_licenses/gpl-3.0.txt +++ b/_licenses/gpl-3.0.txt @@ -27,7 +27,6 @@ permitted: forbidden: - no-liability - - no-sublicense hidden: false --- diff --git a/_licenses/isc.txt b/_licenses/isc.txt index cdcbae7..f2dee66 100644 --- a/_licenses/isc.txt +++ b/_licenses/isc.txt @@ -16,7 +16,6 @@ permitted: - distribution - modifications - private-use - - sublicense forbidden: - no-liability diff --git a/_licenses/lgpl-2.1.txt b/_licenses/lgpl-2.1.txt index 88ee117..a290a1f 100644 --- a/_licenses/lgpl-2.1.txt +++ b/_licenses/lgpl-2.1.txt @@ -22,7 +22,6 @@ permitted: - commercial-use - modifications - distribution - - sublicense - patent-use - private-use diff --git a/_licenses/lgpl-3.0.txt b/_licenses/lgpl-3.0.txt index 81f94e0..e281342 100644 --- a/_licenses/lgpl-3.0.txt +++ b/_licenses/lgpl-3.0.txt @@ -26,7 +26,6 @@ permitted: forbidden: - no-liability - - no-sublicense hidden: false --- diff --git a/_licenses/mit.txt b/_licenses/mit.txt index b1c79d6..d90d699 100644 --- a/_licenses/mit.txt +++ b/_licenses/mit.txt @@ -14,7 +14,6 @@ permitted: - commercial-use - modifications - distribution - - sublicense - private-use forbidden: diff --git a/_licenses/mpl-2.0.txt b/_licenses/mpl-2.0.txt index ae6ac56..5e6f2ce 100644 --- a/_licenses/mpl-2.0.txt +++ b/_licenses/mpl-2.0.txt @@ -15,7 +15,6 @@ permitted: - commercial-use - modifications - distribution - - sublicense - patent-use - private-use diff --git a/_licenses/osl-3.0.txt b/_licenses/osl-3.0.txt index bedf3e2..1276493 100644 --- a/_licenses/osl-3.0.txt +++ b/_licenses/osl-3.0.txt @@ -25,8 +25,6 @@ permitted: - modifications - patent-use - private-use - - sublicense - forbidden: - trademark-use diff --git a/_licenses/unlicense.txt b/_licenses/unlicense.txt index 199cdc7..2e05699 100644 --- a/_licenses/unlicense.txt +++ b/_licenses/unlicense.txt @@ -15,7 +15,6 @@ permitted: - commercial-use - modifications - distribution - - sublicense forbidden: - no-liability diff --git a/_licenses/wtfpl.txt b/_licenses/wtfpl.txt index 3e9c79a..386c511 100644 --- a/_licenses/wtfpl.txt +++ b/_licenses/wtfpl.txt @@ -12,7 +12,6 @@ permitted: - commercial-use - modifications - distribution - - sublicense - private-use forbidden: []