~ruther/guix-local

fdbb9ded00c84582ee2429cc720a876c5aebf767 — Ludovic Courtès 11 years ago a0db8b4
licenses: Add the Ms-PL.

* guix/licenses.scm (ms-pl): 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 @@
            ipa
            lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
            mpl1.1 mpl2.0
            ms-pl
            ncsa
            openldap2.8 openssl
            psfl public-domain


@@ 270,6 271,11 @@ at URI, which may be a file:// URI pointing the package's tree."
           "http://directory.fsf.org/wiki/License:MPLv2.0"
           "https://www.gnu.org/licenses/license-list#MPL-2.0"))

(define ms-pl
  (license "Ms-PL"                                ;Microsoft Public License
           "http://directory.fsf.org/wiki/License:MsPL"
           "http://www.gnu.org/licenses/license-list.html#ms-pl"))

(define ncsa
  (license "NCSA/University of Illinois Open Source License"
           "http://directory.fsf.org/wiki/License:IllinoisNCSA"