* [PATCH] licenses: Add CC-BY-SA and CC-BY.
@ 2016-02-16 1:32 rennes
2016-02-16 19:13 ` Christopher Allan Webber
2016-02-18 9:25 ` Alex Kost
0 siblings, 2 replies; 5+ messages in thread
From: rennes @ 2016-02-16 1:32 UTC (permalink / raw)
To: guix-devel
[-- 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] licenses: Add CC-BY-SA and CC-BY.
2016-02-16 1:32 [PATCH] licenses: Add CC-BY-SA and CC-BY rennes
@ 2016-02-16 19:13 ` Christopher Allan Webber
2016-02-16 20:48 ` rennes
2016-02-18 9:25 ` Alex Kost
1 sibling, 1 reply; 5+ messages in thread
From: Christopher Allan Webber @ 2016-02-16 19:13 UTC (permalink / raw)
To: rennes; +Cc: guix-devel
rennes@openmailbox.org writes:
> Hi,
>
> i attached patch for licenses CC-BY2 and CC-BY-SA2.
>
> Thanks
Are these being used by anything at this time? Maybe it would make more
sense to attach them if they are?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] licenses: Add CC-BY-SA and CC-BY.
2016-02-16 19:13 ` Christopher Allan Webber
@ 2016-02-16 20:48 ` rennes
2016-02-16 21:36 ` Christopher Allan Webber
0 siblings, 1 reply; 5+ messages in thread
From: rennes @ 2016-02-16 20:48 UTC (permalink / raw)
To: Christopher Allan Webber; +Cc: guix-devel
On 2016-02-16 13:13, Christopher Allan Webber wrote:
> rennes@openmailbox.org writes:
>
>> Hi,
>>
>> i attached patch for licenses CC-BY2 and CC-BY-SA2.
>>
>> Thanks
>
> Are these being used by anything at this time? Maybe it would make
> more
> sense to attach them if they are?
Hi
I will send gnome-backgrounds patch, the package is licensing under
:cc-by-sa2.0 ,cc-by-sa3.0, cc-by2.0 and gpl2.
Thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] licenses: Add CC-BY-SA and CC-BY.
2016-02-16 20:48 ` rennes
@ 2016-02-16 21:36 ` Christopher Allan Webber
0 siblings, 0 replies; 5+ messages in thread
From: Christopher Allan Webber @ 2016-02-16 21:36 UTC (permalink / raw)
To: rennes; +Cc: guix-devel
rennes@openmailbox.org writes:
> On 2016-02-16 13:13, Christopher Allan Webber wrote:
>> rennes@openmailbox.org writes:
>>
>>> Hi,
>>>
>>> i attached patch for licenses CC-BY2 and CC-BY-SA2.
>>>
>>> Thanks
>>
>> Are these being used by anything at this time? Maybe it would make
>> more
>> sense to attach them if they are?
>
> Hi
>
> I will send gnome-backgrounds patch, the package is licensing under
> :cc-by-sa2.0 ,cc-by-sa3.0, cc-by2.0 and gpl2.
>
> Thanks
Got it!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] licenses: Add CC-BY-SA and CC-BY.
2016-02-16 1:32 [PATCH] licenses: Add CC-BY-SA and CC-BY rennes
2016-02-16 19:13 ` Christopher Allan Webber
@ 2016-02-18 9:25 ` Alex Kost
1 sibling, 0 replies; 5+ messages in thread
From: Alex Kost @ 2016-02-18 9:25 UTC (permalink / raw)
To: rennes; +Cc: guix-devel
rennes@openmailbox.org (2016-02-16 04:32 +0300) wrote:
> Hi,
>
> i attached patch for licenses CC-BY2 and CC-BY-SA2.
>
> Thanks
>
> 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.
I've added the copyright line for you and pushed this patch, thanks!
--
Alex
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-02-18 9:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-16 1:32 [PATCH] licenses: Add CC-BY-SA and CC-BY rennes
2016-02-16 19:13 ` Christopher Allan Webber
2016-02-16 20:48 ` rennes
2016-02-16 21:36 ` Christopher Allan Webber
2016-02-18 9:25 ` Alex Kost
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.