summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix/licenses.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 8b7ea539fa..f22d489df7 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -44,6 +44,7 @@
             psfl public-domain
             qpl
             ruby
+            silofl1.1
             vim
             x11 x11-style
             zlib
@@ -267,6 +268,11 @@ 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 silofl1.1
+  (license "SIL OFL 1.1"
+           "http://scripts.sil.org/OFL_web"
+           "https://www.gnu.org/licenses/license-list#SILOFL"))
+
 (define vim
   (license "Vim"
            "http://directory.fsf.org/wiki/License:Vim7.2"