licenses: Add 'silofl1.1'.
* guix/licenses.scm (silofl1.1): New variable.
This commit is contained in:
parent
f5fd4fd237
commit
d9e56454e2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user