mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
licenses: Remove CC-Sampling+-1.0.
* guix/licenses.scm (cc-sampling-plus-1.0): Remove variable.
This commit is contained in:
parent
1cdf1cd7fe
commit
65e1d39f9f
1 changed files with 1 additions and 5 deletions
|
@ -18,6 +18,7 @@
|
||||||
;;; Copyright © 2020 Helio Machado <0x2b3bfa0+guix@googlemail.com>
|
;;; Copyright © 2020 Helio Machado <0x2b3bfa0+guix@googlemail.com>
|
||||||
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
|
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
|
||||||
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
|
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
|
||||||
|
;;; Copyright © 2021 Noisytoot <noisytoot@disroot.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -234,11 +235,6 @@ (define cc-by2.0
|
||||||
"http://creativecommons.org/licenses/by/2.0/"
|
"http://creativecommons.org/licenses/by/2.0/"
|
||||||
"Creative Commons Attribution 2.0 Generic"))
|
"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
|
(define cddl1.0
|
||||||
(license "CDDL 1.0"
|
(license "CDDL 1.0"
|
||||||
"http://directory.fsf.org/wiki/License:CDDLv1.0"
|
"http://directory.fsf.org/wiki/License:CDDLv1.0"
|
||||||
|
|
Loading…
Reference in a new issue