~ruther/guix-local

0ae332d3ef463ab8a6caec991724e8c930e0bcec — Ludovic Courtès 11 years ago 68ff528
licenses: Add MPL 1.1.

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

M guix/licenses.scm
M guix/licenses.scm => guix/licenses.scm +6 -1
@@ 40,7 40,7 @@
            ibmpl1.0
            imlib2
            lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
            mpl2.0
            mpl1.1 mpl2.0
            openldap2.8 openssl
            psfl public-domain
            qpl


@@ 239,6 239,11 @@ which may be a file:// URI pointing the package's tree."
           "https://www.gnu.org/licenses/lgpl.html"
           "https://www.gnu.org/licenses/license-list#LGPLv3"))

(define mpl1.1
  (license "MPL 1.1"
           "http://directory.fsf.org/wiki/License:MPLv1.1"
           "https://www.gnu.org/licenses/license-list#MPL"))

(define mpl2.0
  (license "MPL 2.0"
           "http://directory.fsf.org/wiki/License:MPLv2.0"