mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
licenses: Add BSD-1-Clause license.
* licenses.scm (bsd-1): New variable.
This commit is contained in:
parent
bb414c9352
commit
7e16321560
1 changed files with 7 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
||||||
;;; Copyright © 2020 André Batista <nandre@riseup.net>
|
;;; Copyright © 2020 André Batista <nandre@riseup.net>
|
||||||
;;; 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>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -40,7 +41,7 @@
|
||||||
apsl2
|
apsl2
|
||||||
asl1.1 asl2.0
|
asl1.1 asl2.0
|
||||||
boost1.0
|
boost1.0
|
||||||
bsd-0 bsd-2 bsd-3 bsd-4
|
bsd-0 bsd-1 bsd-2 bsd-3 bsd-4
|
||||||
non-copyleft
|
non-copyleft
|
||||||
cc0
|
cc0
|
||||||
cc-by2.0 cc-by3.0 cc-by4.0
|
cc-by2.0 cc-by3.0 cc-by4.0
|
||||||
|
@ -166,6 +167,11 @@
|
||||||
"https://spdx.org/licenses/0BSD.html"
|
"https://spdx.org/licenses/0BSD.html"
|
||||||
"https://opensource.org/licenses/0BSD"))
|
"https://opensource.org/licenses/0BSD"))
|
||||||
|
|
||||||
|
(define bsd-1
|
||||||
|
(license "BSD 1-Clause"
|
||||||
|
"https://spdx.org/licenses/BSD-1-Clause.html"
|
||||||
|
"https://opensource.org/licenses/BSD-1-Clause"))
|
||||||
|
|
||||||
(define bsd-2
|
(define bsd-2
|
||||||
(license "FreeBSD"
|
(license "FreeBSD"
|
||||||
"http://directory.fsf.org/wiki/License:FreeBSD"
|
"http://directory.fsf.org/wiki/License:FreeBSD"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue