unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] licenses: Add the fdl1.1+.
@ 2016-02-03 16:38 Fabian Harfert
  2016-02-03 19:54 ` Efraim Flashner
  0 siblings, 1 reply; 6+ messages in thread
From: Fabian Harfert @ 2016-02-03 16:38 UTC (permalink / raw)
  To: guix-devel

* guix/licenses.scm (fdl1.1+): New variable.
---
 guix/licenses.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index d33b19f..29dd1ed 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -44,7 +44,7 @@
             giftware
             gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
             gfl1.0
-            fdl1.3+
+            fdl1.1+ fdl1.3+
             opl1.0+
             isc
             ijg
@@ -246,6 +246,11 @@ at URI, which may be a file:// URI pointing the package's tree."
            "http://www.gust.org.pl/projects/e-foundry/licenses/GUST-FONT-LICENSE.txt"
            "https://www.gnu.org/licenses/license-list#LPPL-1.3a"))
 
+(define fdl1.1+
+  (license "FDL 1.1+"
+           "https://www.gnu.org/licenses/fdl-1.1"
+           "https://www.gnu.org/licenses/license-list#FDL"))
+
 (define fdl1.3+
   (license "FDL 1.3+"
            "https://www.gnu.org/licenses/fdl.html"
-- 
2.7.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-04 23:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-03 16:38 [PATCH] licenses: Add the fdl1.1+ Fabian Harfert
2016-02-03 19:54 ` Efraim Flashner
2016-02-03 20:11   ` Fabian Harfert
2016-02-03 20:26     ` Efraim Flashner
2016-02-04 16:17       ` Fabian Harfert
2016-02-04 23:35         ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).