guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gettext: Change license to GPLv3+.


From: Ludovic Courtès
Subject: 01/01: gnu: gettext: Change license to GPLv3+.
Date: Tue, 10 Feb 2015 23:00:45 +0000

civodul pushed a commit to branch master
in repository guix.

commit 1c301e4861d9aa23c29c9ca4261884a252c2d7ee
Author: Ludovic Courtès <address@hidden>
Date:   Tue Feb 10 11:05:21 2015 +0100

    gnu: gettext: Change license to GPLv3+.
    
    * gnu/packages/gettext.scm (gnu-gettext)[license]: Change to GPLv3+.
---
 gnu/packages/gettext.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index dd86fe4..af8876f 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -18,7 +18,7 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (gnu packages gettext)
-  #:use-module ((guix licenses) #:select (gpl3))
+  #:use-module ((guix licenses) #:select (gpl3+))
   #:use-module (gnu packages)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -78,4 +78,4 @@ textual output of programs into multiple languages.  It 
provides translators
 with the means to create message catalogs, as well as an Emacs mode to work
 with them, and a runtime library to load translated messages from the
 catalogs.  Nearly all GNU packages use Gettext.")
-    (license gpl3))) ; some files are under GPLv2+
+    (license gpl3+)))                             ;some files are under GPLv2+



reply via email to

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