diff options
author | Mark H Weaver <mhw@netris.org> | 2015-06-17 02:28:43 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-06-23 01:04:53 -0400 |
commit | e5c35d9a7b27bb9007e57ca5cc797580ba095457 (patch) | |
tree | a87eed241f828f33df35a9d9e6344a9363e20045 | |
parent | 22ad39187c0a420054a2e642f4d7a9cb283ea1c3 (diff) | |
download | patches-e5c35d9a7b27bb9007e57ca5cc797580ba095457.tar patches-e5c35d9a7b27bb9007e57ca5cc797580ba095457.tar.gz |
licenses: Add the SGI Free Software License B, version 2.0.
* guix/licenses.scm (sgifreeb2.0): New variable.
-rw-r--r-- | guix/licenses.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm index 480442158d..a036c8e903 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -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 @@ psfl public-domain qpl ruby + sgifreeb2.0 silofl1.1 vim x11 x11-style @@ -318,6 +320,11 @@ at URI, which may be a file:// URI pointing the package's tree." "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" |