guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: licenses: Add the SGI Free Software License B, version 2.0.


From: Mark H. Weaver
Subject: 01/06: licenses: Add the SGI Free Software License B, version 2.0.
Date: Tue, 23 Jun 2015 05:05:12 +0000

mhw pushed a commit to branch master
in repository guix.

commit e5c35d9a7b27bb9007e57ca5cc797580ba095457
Author: Mark H Weaver <address@hidden>
Date:   Wed Jun 17 02:28:43 2015 -0400

    licenses: Add the SGI Free Software License B, version 2.0.
    
    * guix/licenses.scm (sgifreeb2.0): New variable.
---
 guix/licenses.scm |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 4804421..a036c8e 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2012, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2013, 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2012, 2013 Nikita Karetnikov <address@hidden>
+;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;;
 ;;; 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";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]