From f4a36d098a9b51ff22b9f2e1c6b414f8648010ed Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 5 Dec 2019 16:28:38 +0530 Subject: [PATCH 6/9] licenses: Add GNU Free Documentation licenses. * guix/licenses.scm (gfdl1.2+, gfdl1.2+-without-invariant-sections): New variables. --- guix/licenses.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/guix/licenses.scm b/guix/licenses.scm index 41d4fefad2..24e69ac1c5 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -54,6 +54,7 @@ freetype freebsd-doc giftware + gfdl1.2+ gfdl1.2+-without-invariant-sections gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+ gfl1.0 fdl1.1+ fdl1.2+ fdl1.3+ @@ -284,6 +285,16 @@ at URI, which may be a file:// URI pointing the package's tree." "http://directory.fsf.org/wiki/License:Freetype" "https://www.gnu.org/licenses/license-list.html#freetype")) +(define gfdl1.2+ + (license "GFDL 1.2+" + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.en.html" + "https://www.gnu.org/licenses/license-list.html#FDL")) + +(define gfdl1.2+-without-invariant-sections + (license "GFDL 1.2+ without invariant sections" + "https://www.gnu.org/licenses/old-licenses/fdl-1.2.en.html" + "https://www.gnu.org/licenses/license-list.html#FDL")) + (define giftware (license "Giftware" "http://liballeg.org/license.html" -- 2.23.0