licenses: Add Perfoce licence for Jam.
[jackhill/guix/guix.git] / guix / licenses.scm
index 3affe1e..87c3256 100644 (file)
@@ -18,6 +18,7 @@
 ;;; Copyright © 2020 Helio Machado <0x2b3bfa0+guix@googlemail.com>
 ;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
+;;; Copyright © 2021 Jack Hill <jackhill@jackhill.us>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -86,6 +87,7 @@
             ogl-psi1.0
             openldap2.8 openssl
             perl-license
+            perforce-jam
             psfl public-domain
             qpl
             qwt1.0
@@ -587,6 +589,11 @@ at URI, which may be a file:// URI pointing the package's tree."
   ;; of the '(package-license perl)' idiom.
   gpl1+)
 
+(define perforce-jam
+  (license "License for Jam as released by Peforce"
+           "https://swarm.workshop.perforce.com/files/guest/perforce_software/jam/src/README"
+           #f))
+
 (define psfl
   (license "Python Software Foundation License"
            "http://docs.python.org/license.html"