From: rennes@openmailbox.org
To: guix-devel@gnu.org
Subject: [PATCH] licenses: Add CC-BY-SA and CC-BY.
Date: Mon, 15 Feb 2016 19:32:06 -0600 [thread overview]
Message-ID: <cc98eed710e0466f3292446f47d44db4@openmailbox.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 64 bytes --]
Hi,
i attached patch for licenses CC-BY2 and CC-BY-SA2.
Thanks
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-licenses-Add-CC-BY-SA-and-CC-BY.patch --]
[-- Type: text/x-diff; name=0001-licenses-Add-CC-BY-SA-and-CC-BY.patch, Size: 1641 bytes --]
From fb8d0849612c10fb290db9ccc74efc1f17591687 Mon Sep 17 00:00:00 2001
From: Rene Saavedra <rennes@openmailbox.org>
Date: Mon, 15 Feb 2016 19:23:34 -0600
Subject: [PATCH] licenses: Add CC-BY-SA and CC-BY.
* guix/licenses.scm (cc-by-sa2.0, cc-by2.0): New variables.
---
guix/licenses.scm | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 1abb0a1..924b7a8 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -33,7 +33,7 @@
non-copyleft
bsd-style ;deprecated!
cc0
- cc-by-sa4.0 cc-by-sa3.0 cc-by3.0
+ cc-by-sa4.0 cc-by-sa3.0 cc-by3.0 cc-by-sa2.0 cc-by2.0
cddl1.0
cecill-c
artistic2.0 clarified-artistic
@@ -155,11 +155,21 @@ at URI, which may be a file:// URI pointing the package's tree."
"http://creativecommons.org/licenses/by-sa/3.0/"
"Creative Commons Attribution-ShareAlike 3.0 Unported"))
+(define cc-by-sa2.0
+ (license "CC-BY-SA 2.0"
+ "http://creativecommons.org/licenses/by-sa/2.0/"
+ "Creative Commons Attribution-ShareAlike 2.0 Generic"))
+
(define cc-by3.0
(license "CC-BY 3.0"
"http://creativecommons.org/licenses/by/3.0/"
"Creative Commons Attribution 3.0 Unported"))
+(define cc-by2.0
+ (license "CC-BY 2.0"
+ "http://creativecommons.org/licenses/by/2.0/"
+ "Creative Commons Attribution 2.0 Generic"))
+
(define cddl1.0
(license "CDDL 1.0"
"http://directory.fsf.org/wiki/License:CDDLv1.0"
--
2.6.3
next reply other threads:[~2016-02-16 1:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-16 1:32 rennes [this message]
2016-02-16 19:13 ` [PATCH] licenses: Add CC-BY-SA and CC-BY Christopher Allan Webber
2016-02-16 20:48 ` rennes
2016-02-16 21:36 ` Christopher Allan Webber
2016-02-18 9:25 ` Alex Kost
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cc98eed710e0466f3292446f47d44db4@openmailbox.org \
--to=rennes@openmailbox.org \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.