unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: 28701@debbugs.gnu.org
Subject: [bug#28701] [PATCH] licenses: Add CC-BY-ND licenses.
Date: Wed, 04 Oct 2017 15:20:19 +0200	[thread overview]
Message-ID: <rbumv57123w.fsf@gnu.org> (raw)

[-- 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


             reply	other threads:[~2017-10-04 13:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-04 13:20 Roel Janssen [this message]
2017-10-04 21:29 ` [bug#28701] [PATCH] licenses: Add CC-BY-ND licenses 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

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rbumv57123w.fsf@gnu.org \
    --to=roel@gnu.org \
    --cc=28701@debbugs.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 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).