licenses: Add 'silofl1.1'.

* guix/licenses.scm (silofl1.1): New variable.
This commit is contained in:
Alex Kost 2014-10-28 09:38:04 +03:00
parent f5fd4fd237
commit d9e56454e2
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,7 @@
psfl public-domain psfl public-domain
qpl qpl
ruby ruby
silofl1.1
vim vim
x11 x11-style x11 x11-style
zlib zlib
@ -267,6 +268,11 @@ which may be a file:// URI pointing the package's tree."
"http://directory.fsf.org/wiki/License:Ruby" "http://directory.fsf.org/wiki/License:Ruby"
"https://www.ruby-lang.org/en/about/license.txt")) "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 (define vim
(license "Vim" (license "Vim"
"http://directory.fsf.org/wiki/License:Vim7.2" "http://directory.fsf.org/wiki/License:Vim7.2"