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

* [bug#28701] [PATCH] licenses: Add CC-BY-ND licenses.
  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
  0 siblings, 1 reply; 7+ messages in thread
From: Marius Bakke @ 2017-10-04 21:29 UTC (permalink / raw)
  To: Roel Janssen, 28701

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

Roel Janssen <roel@gnu.org> writes:

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

From the license text:

NoDerivatives — If you remix, transform, or build upon the material, you
may not distribute the modified material.

I believe this makes CC-BY-ND non-free, since you are not allowed to
share modified works.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* bug#28701: [PATCH] licenses: Add CC-BY-ND licenses.
  2017-10-04 21:29 ` Marius Bakke
@ 2017-10-05  6:44   ` Roel Janssen
  2017-10-05 11:31     ` [bug#28701] " Adonay Felipe Nogueira
  0 siblings, 1 reply; 7+ messages in thread
From: Roel Janssen @ 2017-10-05  6:44 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 28701-done


Marius Bakke writes:

> Roel Janssen <roel@gnu.org> writes:
>
>> 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?
>
> From the license text:
>
> NoDerivatives — If you remix, transform, or build upon the material, you
> may not distribute the modified material.
>
> I believe this makes CC-BY-ND non-free, since you are not allowed to
> share modified works.

I was afraid so.  I'm closing the patch request, because it is a no-go
then.

Thanks for your time!

Kind regards,
Roel Janssen

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

* [bug#28701] [PATCH] licenses: Add CC-BY-ND licenses.
  2017-10-05  6:44   ` bug#28701: " Roel Janssen
@ 2017-10-05 11:31     ` Adonay Felipe Nogueira
  2017-10-05 22:20       ` Marius Bakke
  0 siblings, 1 reply; 7+ messages in thread
From: Adonay Felipe Nogueira @ 2017-10-05 11:31 UTC (permalink / raw)
  To: 28701

I wonder: for what he wants to add that licese?

Please select one:

a. Software/script.

b. Things which have some script logic inside. E.g.: Battle for Wesnoth
   allows campaigns to have conditionals and loops, Frogatto & Friends
   (non-free) has that too.

b. Shading data (generally found inside 3D models).

c. Text fonts.

d. Color profiles.

e. 3D models that when printed will be of practical use (forks, cups,
   eating plates, glasses).

f. Documentation for (a), (b), (c), (d) or (e).

g. 3D models that when printed serve only for decoration (statues and so
   on).

h. Vídeo, text, audio and images (as long as they don't fall into the
   previous options).

Roel Janssen <roel@gnu.org> writes:

>
> I was afraid so.  I'm closing the patch request, because it is a no-go
> then.
>
> Thanks for your time!
>
> Kind regards,
> Roel Janssen

-- 
- https://libreplanet.org/wiki/User:Adfeno
- Palestrante e consultor sobre /software/ livre (não confundir com
  gratis).
- "WhatsApp"? Ele não é livre. Por favor, veja formas de se comunicar
  instantaneamente comigo no endereço abaixo.
- Contato: https://libreplanet.org/wiki/User:Adfeno#vCard
- Arquivos comuns aceitos (apenas sem DRM): Corel Draw, Microsoft
  Office, MP3, MP4, WMA, WMV.
- Arquivos comuns aceitos e enviados: CSV, GNU Dia, GNU Emacs Org, GNU
  GIMP, Inkscape SVG, JPG, LibreOffice (padrão ODF), OGG, OPUS, PDF
  (apenas sem DRM), PNG, TXT, WEBM.

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

* [bug#28701] [PATCH] licenses: Add CC-BY-ND licenses.
  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
  0 siblings, 1 reply; 7+ messages in thread
From: Marius Bakke @ 2017-10-05 22:20 UTC (permalink / raw)
  To: Adonay Felipe Nogueira, 28701

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

The FSDG does permit "non-functional data" to be distributed under
hostile licenses, but they have no business in (guix licenses).

Roel, if the software that uses CC-BY-ND falls under this category, look
into the "fsdg-compatible" license procedure.

Thanks for the reminder, Adonay :)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* [bug#28701] [PATCH] licenses: Add CC-BY-ND licenses.
  2017-10-05 22:20       ` Marius Bakke
@ 2017-10-08 15:46         ` Adonay Felipe Nogueira
  2017-10-08 20:51           ` Roel Janssen
  0 siblings, 1 reply; 7+ messages in thread
From: Adonay Felipe Nogueira @ 2017-10-08 15:46 UTC (permalink / raw)
  To: 28701

You're welcome. ;)

Although I'm still waiting for the answer, depending on what the package
is about, it might be possible to include it. It all depends on the
content.

Marius Bakke <mbakke@fastmail.com> writes:

> The FSDG does permit "non-functional data" to be distributed under
> hostile licenses, but they have no business in (guix licenses).
>
> Roel, if the software that uses CC-BY-ND falls under this category, look
> into the "fsdg-compatible" license procedure.
>
> Thanks for the reminder, Adonay :)
>

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

* [bug#28701] [PATCH] licenses: Add CC-BY-ND licenses.
  2017-10-08 15:46         ` Adonay Felipe Nogueira
@ 2017-10-08 20:51           ` Roel Janssen
  0 siblings, 0 replies; 7+ messages in thread
From: Roel Janssen @ 2017-10-08 20:51 UTC (permalink / raw)
  To: Adonay Felipe Nogueira; +Cc: 28701

Hi Adonay!

Adonay Felipe Nogueira writes:

> You're welcome. ;)
>
> Although I'm still waiting for the answer, depending on what the package
> is about, it might be possible to include it. It all depends on the
> content.

I'm sorry I missed this message somehow.  So the content is a repository
with data files that are used to compare and filter other data to.  The
data is not meant to be edited.

>
> Marius Bakke <mbakke@fastmail.com> writes:
>
>> The FSDG does permit "non-functional data" to be distributed under
>> hostile licenses, but they have no business in (guix licenses).
>>
>> Roel, if the software that uses CC-BY-ND falls under this category, look
>> into the "fsdg-compatible" license procedure.
>>
>> Thanks for the reminder, Adonay :)
>>

Either way, the patch I proposed to add the CC-BY-ND cannot be included
in (guix licenses).

Thanks for the pointer to the "fsdg-compatible" license procedure.

Kind regards,
Roel Janssen

^ permalink raw reply	[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).