diff mbox series

[bug#49778,2/2] licenses: Remove CC-Sampling+-1.0.

Message ID 20210730004941.22090-1-noisytoot@disroot.org
State Accepted
Headers show
Series [bug#49778,1/2] gnu: openttd-opensfx: Update to 1.0.1. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Ron Nazarov July 30, 2021, 12:49 a.m. UTC
* guix/licenses.scm (cc-sampling-plus-1.0): Remove variable.
---
 guix/licenses.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Comments

Ron Nazarov July 30, 2021, 12:52 a.m. UTC | #1
Reasons for removing CC-Sampling+-1.0:
1. It is nonfree
2. I updated the only package that used it (openttd-opensfx) to a
version that uses CC-BY-SA 3.0 instead (they switched license)
diff mbox series

Patch

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 3affe1e920..388023e619 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -18,6 +18,7 @@ 
 ;;; Copyright © 2020 Helio Machado <0x2b3bfa0+guix@googlemail.com>
 ;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
+;;; Copyright © 2021 Noisytoot <noisytoot@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -234,11 +235,6 @@  at URI, which may be a file:// URI pointing the package's tree."
            "http://creativecommons.org/licenses/by/2.0/"
            "Creative Commons Attribution 2.0 Generic"))
 
-(define cc-sampling-plus-1.0
-  (license "CC-Sampling+ 1.0"
-           "https://creativecommons.org/licenses/sampling+/1.0"
-           "Creative Commons Sampling Plus 1.0"))
-
 (define cddl1.0
   (license "CDDL 1.0"
            "http://directory.fsf.org/wiki/License:CDDLv1.0"