unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28701] [PATCH] licenses: Add CC-BY-ND licenses.
@ 2017-10-04 13:20 Roel Janssen
  2017-10-04 21:29 ` Marius Bakke
  0 siblings, 1 reply; 7+ messages in thread
From: Roel Janssen @ 2017-10-04 13:20 UTC (permalink / raw)
  To: 28701

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

Dear Guix,

I'd like to add the CC-BY-ND licenses, but I am not sure whether these
are free.  So, what do you think?

Thanks for your time!

Kind regards,
Roel Janssen


[-- Attachment #2: 0001-licenses-Add-CC-BY-ND-licenses.patch --]
[-- Type: text/x-diff, Size: 1911 bytes --]

From fd064dcaeba932afb0aaa8c5cbe0f39d427adc4e Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Wed, 4 Oct 2017 10:11:29 +0200
Subject: [PATCH] licenses: Add CC-BY-ND licenses.

* guix/licenses.scm (cc-by-nd2.0, cc-by-nd3.0, cc-by-nd4.0): New variable.
---
 guix/licenses.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 6de611d..e781c95 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2017 Petter <petter@mykolab.ch>
 ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -41,6 +42,7 @@
             cc0
             cc-by2.0 cc-by3.0 cc-by4.0
             cc-by-sa2.0 cc-by-sa3.0 cc-by-sa4.0
+            cc-by-nd2.0 cc-by-nd3.0 cc-by-nd4.0
             cc-sampling-plus-1.0
             cddl1.0
             cecill cecill-b cecill-c
@@ -192,6 +194,21 @@ at URI, which may be a file:// URI pointing the package's tree."
            "http://creativecommons.org/licenses/by-sa/2.0/"
            "Creative Commons Attribution-ShareAlike 2.0 Generic"))
 
+(define cc-by-nd4.0
+  (license "CC-BY-SA 4.0"
+           "http://creativecommons.org/licenses/by-nd/4.0/"
+           "Creative Commons Attribution-NoDerivatives 4.0 International"))
+
+(define cc-by-nd3.0
+  (license "CC-BY-SA 3.0"
+           "http://creativecommons.org/licenses/by-sa/3.0/"
+           "Creative Commons Attribution-NoDerivatives 3.0 Unported"))
+
+(define cc-by-nd2.0
+  (license "CC-BY-SA 2.0"
+           "http://creativecommons.org/licenses/by-sa/2.0/"
+           "Creative Commons Attribution-NoDerivatives 2.0 Generic"))
+
 (define cc-by4.0
   (license "CC-BY 4.0"
            "http://creativecommons.org/licenses/by/4.0/"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-10-08 20:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-04 13:20 [bug#28701] [PATCH] licenses: Add CC-BY-ND licenses Roel Janssen
2017-10-04 21:29 ` Marius Bakke
2017-10-05  6:44   ` bug#28701: " Roel Janssen
2017-10-05 11:31     ` [bug#28701] " Adonay Felipe Nogueira
2017-10-05 22:20       ` Marius Bakke
2017-10-08 15:46         ` Adonay Felipe Nogueira
2017-10-08 20:51           ` Roel Janssen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).