[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: licenses: Add the Clarified Artistic License.
From: |
Ludovic Courtès |
Subject: |
01/07: licenses: Add the Clarified Artistic License. |
Date: |
Wed, 19 Nov 2014 21:53:55 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit af8c2a158ee7bccc252ffdac053735b5e2413120
Author: Ludovic Courtès <address@hidden>
Date: Wed Nov 19 17:37:09 2014 +0100
licenses: Add the Clarified Artistic License.
* guix/licenses.scm (clarified-artistic): New variable.
---
guix/licenses.scm | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index f22d489..3a21f4f 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -28,6 +28,7 @@
cc0
cddl1.0
cecill-c
+ clarified-artistic
cpl1.0
epl1.0
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"
"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
(license "CPL 1.0"
"http://directory.fsf.org/wiki/License:CPLv1.0"
- branch master updated (77264d1 -> 8b9019a), Ludovic Courtès, 2014/11/19
- 01/07: licenses: Add the Clarified Artistic License.,
Ludovic Courtès <=
- 06/07: lint: Use localized checker descriptions., Ludovic Courtès, 2014/11/19
- 04/07: lint: Change checker names to be symbols., Ludovic Courtès, 2014/11/19
- 07/07: lint: Fix typos in checker descriptions., Ludovic Courtès, 2014/11/19
- 05/07: lint: Correctly internationalize warning messages., Ludovic Courtès, 2014/11/19
- 02/07: gnu: Add NcFTP Client., Ludovic Courtès, 2014/11/19
- 03/07: lint: Fold 'sync-descriptions' script as 'gnu-description' lint checker., Ludovic Courtès, 2014/11/19