~ruther/guix-local

d9e56454e2e3ce4214851990e77196217efe5cf3 — Alex Kost 11 years ago f5fd4fd
licenses: Add 'silofl1.1'.

* guix/licenses.scm (silofl1.1): New variable.
1 files changed, 6 insertions(+), 0 deletions(-)

M guix/licenses.scm
M guix/licenses.scm => guix/licenses.scm +6 -0
@@ 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"