[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: licenses: Add CC-Sampling+ 1.0.
From: |
Kei Kebreau |
Subject: |
02/06: licenses: Add CC-Sampling+ 1.0. |
Date: |
Fri, 22 Sep 2017 08:05:34 -0400 (EDT) |
kkebreau pushed a commit to branch master
in repository guix.
commit 2374dee7bcaeac64741011e55df151ef2a051164
Author: Arun Isaac <address@hidden>
Date: Wed Sep 13 22:21:56 2017 +0530
licenses: Add CC-Sampling+ 1.0.
* guix/licenses.scm (cc-sampling-plus-1.0): New variable.
Signed-off-by: Kei Kebreau <address@hidden>
---
guix/licenses.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index b7dadd9..6de611d 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -41,6 +41,7 @@
cc0
cc-by2.0 cc-by3.0 cc-by4.0
cc-by-sa2.0 cc-by-sa3.0 cc-by-sa4.0
+ cc-sampling-plus-1.0
cddl1.0
cecill cecill-b cecill-c
artistic2.0 clarified-artistic
@@ -206,6 +207,11 @@ at URI, which may be a file:// URI pointing the package's
tree."
"http://creativecommons.org/licenses/by/2.0/"
"Creative Commons Attribution 2.0 Generic"))
+(define cc-sampling-plus-1.0
+ (license "CC-Sampling+ 1.0"
+ "https://creativecommons.org/licenses/sampling+/1.0"
+ "Creative Commons Sampling Plus 1.0"))
+
(define cddl1.0
(license "CDDL 1.0"
"http://directory.fsf.org/wiki/License:CDDLv1.0"
- branch master updated (9fc513a -> c0959cc), Kei Kebreau, 2017/09/22
- 03/06: gnu: Add openttd-opensfx., Kei Kebreau, 2017/09/22
- 04/06: gnu: Add openttd-openmsx., Kei Kebreau, 2017/09/22
- 01/06: gnu: Add catcodec., Kei Kebreau, 2017/09/22
- 02/06: licenses: Add CC-Sampling+ 1.0.,
Kei Kebreau <=
- 05/06: gnu: openttd: Include openttd-openmsx and openttd-opensfx., Kei Kebreau, 2017/09/22
- 06/06: gnu: openttd-opengfx: Disable parallel build., Kei Kebreau, 2017/09/22