licenses: Add 'silofl1.1'.

* guix/licenses.scm (silofl1.1): New variable.
master
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
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"