license: Add freebsd-doc.
authorng0 <ng0@we.make.ritual.n0.is>
Sun, 18 Sep 2016 13:57:33 +0000 (13:57 +0000)
committerEfraim Flashner <efraim@flashner.co.il>
Sun, 9 Oct 2016 10:09:47 +0000 (13:09 +0300)
* guix/licenses.scm (freebsd-doc): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
guix/licenses.scm

index 8a98b09..ff214cf 100644 (file)
@@ -8,6 +8,7 @@
 ;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de>
 ;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
+;;; Copyright © 2016 ng0 <ngillmann@runbox.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -43,6 +44,7 @@
             epl1.0
             expat
             freetype
+            freebsd-doc
             giftware
             gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
             gfl1.0
@@ -286,6 +288,11 @@ at URI, which may be a file:// URI pointing the package's tree."
            "https://www.gnu.org/licenses/fdl.html"
            "https://www.gnu.org/licenses/license-list#FDL"))
 
+(define freebsd-doc
+  (license "FreeBSD Documentation License"
+           "https://www.freebsd.org/copyright/freebsd-doc-license.html"
+           "https://www.gnu.org/licenses/license-list.html#FreeBSDDL"))
+
 (define opl1.0+
   (license "Open Publication License 1.0 or later"
            "http://opencontent.org/openpub/"