guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/16: gnu: libidn: Update license.


From: Efraim Flashner
Subject: 01/16: gnu: libidn: Update license.
Date: Mon, 16 May 2016 03:10:50 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 74dd0e483137ccdd3ed19e094811719ec69cf838
Author: Efraim Flashner <address@hidden>
Date:   Sat May 14 22:03:14 2016 +0300

    gnu: libidn: Update license.
    
    * gnu/packages/libidn.scm (libidn)[license]: Change the license to
    gpl2+ gpl3+ lgpl3+ fdl1.3+.
---
 gnu/packages/libidn.scm |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/libidn.scm b/gnu/packages/libidn.scm
index 382e14f..053565c 100644
--- a/gnu/packages/libidn.scm
+++ b/gnu/packages/libidn.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012 Andreas Enge <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -40,5 +41,7 @@
      "libidn is a library implementing of the Stringprep, Punycode and IDNA
 specifications.  These are used to encode and decode internationalized domain
 names.  It includes native C, C# and Java libraries.")
-   (license lgpl2.1+)
+   ;; The C code is dual-licensed gpl2+ lgpl3+, the manual is fdl1.3+,
+   ;; the command line tool is gpl3+.
+   (license (list gpl2+ gpl3+ lgpl3+ fdl1.3+))
    (home-page "http://www.gnu.org/software/libidn/";)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]