licenses: Add the Clarified Artistic License.
* guix/licenses.scm (clarified-artistic): New variable.master
parent
77264d1512
commit
af8c2a158e
|
@ -28,6 +28,7 @@
|
||||||
cc0
|
cc0
|
||||||
cddl1.0
|
cddl1.0
|
||||||
cecill-c
|
cecill-c
|
||||||
|
clarified-artistic
|
||||||
cpl1.0
|
cpl1.0
|
||||||
epl1.0
|
epl1.0
|
||||||
expat
|
expat
|
||||||
|
@ -127,6 +128,12 @@ which may be a file:// URI pointing the package's tree."
|
||||||
"http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"
|
"http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"
|
||||||
"https://www.gnu.org/licenses/license-list.html#CeCILL"))
|
"https://www.gnu.org/licenses/license-list.html#CeCILL"))
|
||||||
|
|
||||||
|
(define clarified-artistic
|
||||||
|
(license "Clarified Artistic"
|
||||||
|
;; http://directory.fsf.org/wiki/User:Jgay/license-categorization#Clarified_Artistic_License
|
||||||
|
"http://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/"
|
||||||
|
"https://www.gnu.org/licenses/license-list.html#ArtisticLicense2"))
|
||||||
|
|
||||||
(define cpl1.0
|
(define cpl1.0
|
||||||
(license "CPL 1.0"
|
(license "CPL 1.0"
|
||||||
"http://directory.fsf.org/wiki/License:CPLv1.0"
|
"http://directory.fsf.org/wiki/License:CPLv1.0"
|
||||||
|
|
Reference in New Issue