From 981c523ddbd1462970335a1069573ca3bdd3df5e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 15 Oct 2017 02:02:05 +0200 Subject: [PATCH] Clarify copyright and license of some files. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported by Joël Krähemann at . * gettext-runtime/po/Makefile.in.in: Correct copyright holder. * gettext-runtime/po/remove-potcdate.sin: Use the same licensing terms as Makefile.in.in. * gettext-runtime/po/Rules-quot: Use an all-permissive license. * gettext-tools/po/Makevars.template: Likewise. * gettext-runtime/po/Makevars: Likewise. * gettext-tools/po/Makevars: Likewise. * gettext-runtime/po/POTFILES.in: Use GPLv3+. * gettext-tools/po/POTFILES.in: Likewise. --- gettext-runtime/po/Makefile.in.in | 3 ++- gettext-runtime/po/Makevars | 4 ++++ gettext-runtime/po/POTFILES.in | 1 + gettext-runtime/po/Rules-quot | 6 +++++- gettext-runtime/po/remove-potcdate.sin | 8 +++++++- gettext-tools/po/Makevars | 4 ++++ gettext-tools/po/Makevars.template | 4 ++++ gettext-tools/po/POTFILES.in | 1 + 8 files changed, 28 insertions(+), 3 deletions(-) diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in index 238aed15f..ad3706cb2 100644 --- a/gettext-runtime/po/Makefile.in.in +++ b/gettext-runtime/po/Makefile.in.in @@ -1,5 +1,6 @@ # Makefile for PO directory in any package using GNU gettext. -# Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper +# Copyright (C) 1995-2000 Ulrich Drepper +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/gettext-runtime/po/Makevars b/gettext-runtime/po/Makevars index 249356a6e..3dc103af2 100644 --- a/gettext-runtime/po/Makevars +++ b/gettext-runtime/po/Makevars @@ -1,4 +1,8 @@ # Makefile variables for PO directory in any package using GNU gettext. +# +# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# This file, Makevars, is free software; the Free Software Foundation +# gives unlimited permission to use, copy, distribute, and modify it. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) diff --git a/gettext-runtime/po/POTFILES.in b/gettext-runtime/po/POTFILES.in index 67e55acb2..a4d19df4a 100644 --- a/gettext-runtime/po/POTFILES.in +++ b/gettext-runtime/po/POTFILES.in @@ -1,6 +1,7 @@ # List of files which contain translatable strings. # Copyright (C) 1995, 1998, 2001-2003, 2005-2006, 2016 Free Software # Foundation, Inc. +# This file is free software, distributed under GNU GPL v3+. # For updating this file, look at the result of: # $ LC_ALL=C grep -l '[^A-Za-z_]_(' {gnulib-lib,src}/*.[chly] diff --git a/gettext-runtime/po/Rules-quot b/gettext-runtime/po/Rules-quot index baf652858..18c024bf4 100644 --- a/gettext-runtime/po/Rules-quot +++ b/gettext-runtime/po/Rules-quot @@ -1,5 +1,9 @@ -# This file, Rules-quot, can be copied and used freely without restrictions. # Special Makefile rules for English message catalogs with quotation marks. +# +# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# This file, Rules-quot, and its auxiliary files (listed under +# DISTFILES.common.extra1) are free software; the Free Software Foundation +# gives unlimited permission to use, copy, distribute, and modify them. DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot diff --git a/gettext-runtime/po/remove-potcdate.sin b/gettext-runtime/po/remove-potcdate.sin index 2436c49e7..8c70dfbf1 100644 --- a/gettext-runtime/po/remove-potcdate.sin +++ b/gettext-runtime/po/remove-potcdate.sin @@ -1,6 +1,12 @@ -# Sed script that remove the POT-Creation-Date line in the header entry +# Sed script that removes the POT-Creation-Date line in the header entry # from a POT file. # +# Copyright (C) 2002 Free Software Foundation, Inc. +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without any warranty. +# # The distinction between the first and the following occurrences of the # pattern is achieved by looking at the hold space. /^"POT-Creation-Date: .*"$/{ diff --git a/gettext-tools/po/Makevars b/gettext-tools/po/Makevars index 91fb74928..155d6bc72 100644 --- a/gettext-tools/po/Makevars +++ b/gettext-tools/po/Makevars @@ -1,4 +1,8 @@ # Makefile variables for PO directory in any package using GNU gettext. +# +# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# This file, Makevars, is free software; the Free Software Foundation +# gives unlimited permission to use, copy, distribute, and modify it. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) diff --git a/gettext-tools/po/Makevars.template b/gettext-tools/po/Makevars.template index 0648ec759..c92ba9d8e 100644 --- a/gettext-tools/po/Makevars.template +++ b/gettext-tools/po/Makevars.template @@ -1,4 +1,8 @@ # Makefile variables for PO directory in any package using GNU gettext. +# +# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# This file, Makevars,template, is free software; the Free Software Foundation +# gives unlimited permission to use, copy, distribute, and modify it. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) diff --git a/gettext-tools/po/POTFILES.in b/gettext-tools/po/POTFILES.in index a42c5eaae..eeeef9b45 100644 --- a/gettext-tools/po/POTFILES.in +++ b/gettext-tools/po/POTFILES.in @@ -1,6 +1,7 @@ # List of files which contain translatable strings. # Copyright (C) 1995, 1998, 2001-2006, 2011, 2016 Free Software Foundation, # Inc. +# This file is free software, distributed under GNU GPL v3+. # For updating this file, look at the result of: # $ LC_ALL=C grep -l '[^A-Za-z_]_(' {gnulib-lib,src,libgettextpo}/*.[chly] -- 2.47.3