gnu: gettext: Change license to GPLv3+.

* gnu/packages/gettext.scm (gnu-gettext)[license]: Change to GPLv3+.
This commit is contained in:
Ludovic Courtès 2015-02-10 11:05:21 +01:00
parent ce7155d5dd
commit 1c301e4861
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages gettext) (define-module (gnu packages gettext)
#:use-module ((guix licenses) #:select (gpl3)) #:use-module ((guix licenses) #:select (gpl3+))
#:use-module (gnu packages) #:use-module (gnu packages)
#:use-module (guix packages) #:use-module (guix packages)
#:use-module (guix download) #: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 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 with them, and a runtime library to load translated messages from the
catalogs. Nearly all GNU packages use Gettext.") catalogs. Nearly all GNU packages use Gettext.")
(license gpl3))) ; some files are under GPLv2+ (license gpl3+))) ;some files are under GPLv2+