mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
licenses: Add the SGI Free Software License B, version 2.0.
* guix/licenses.scm (sgifreeb2.0): New variable.
This commit is contained in:
parent
22ad39187c
commit
e5c35d9a7b
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
;;; Copyright © 2012, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2012, 2013 Nikita Karetnikov <nikita@karetnikov.org>
|
||||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -51,6 +52,7 @@ (define-module (guix licenses)
|
|||
psfl public-domain
|
||||
qpl
|
||||
ruby
|
||||
sgifreeb2.0
|
||||
silofl1.1
|
||||
vim
|
||||
x11 x11-style
|
||||
|
@ -318,6 +320,11 @@ (define ruby
|
|||
"http://directory.fsf.org/wiki/License:Ruby"
|
||||
"https://www.ruby-lang.org/en/about/license.txt"))
|
||||
|
||||
(define sgifreeb2.0
|
||||
(license "SGI Free Software License B, version 2.0"
|
||||
"http://directory.fsf.org/wiki/License:SGIFreeBv2"
|
||||
"https://www.gnu.org/licenses/license-list.html#SGIFreeB"))
|
||||
|
||||
(define silofl1.1
|
||||
(license "SIL OFL 1.1"
|
||||
"http://scripts.sil.org/OFL_web"
|
||||
|
|
Loading…
Reference in a new issue