]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add copyright notices in several files.
authorBruno Haible <bruno@clisp.org>
Wed, 3 Apr 2019 23:17:33 +0000 (01:17 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 3 Apr 2019 23:17:33 +0000 (01:17 +0200)
Reported by <ineiev@gnu.org> in <https://savannah.gnu.org/bugs/?54809>.

* gettext-runtime/m4/Makefile.am: Add GPL copyright notice.
* gettext-tools/m4/Makefile.am: Likewise.
* gettext-tools/doc/iso-639.sed: Likewise.
* gettext-tools/doc/iso-639-2.sed: Likewise.
* gettext-tools/doc/iso-3166.sed: Likewise.
* gettext-tools/its/glade1.its: Likewise.
* gettext-tools/its/glade2.its: Likewise.
* gettext-tools/its/gsettings.its: Likewise.
* gettext-tools/its/gtkbuilder.its: Likewise.
* gettext-tools/misc/cvsuser.c: Likewise.
* gettext-tools/projects/team-address: Likewise.
* gettext-tools/projects/GNOME/team-address: Likewise.
* gettext-tools/projects/GNOME/trigger: Likewise.
* gettext-tools/projects/KDE/team-address: Likewise.
* gettext-tools/projects/KDE/trigger: Likewise.
* gettext-tools/projects/TP/team-address: Likewise.
* windows/windres-options: Likewise.
* gettext-runtime/po/insert-header.sin: Add copyright notice, based on the one
in Rules-quot.
* gettext-tools/doc/FAQ.html: Add copyright notice, suitable for documentation.

19 files changed:
gettext-runtime/m4/Makefile.am
gettext-runtime/po/insert-header.sin
gettext-tools/doc/FAQ.html
gettext-tools/doc/iso-3166.sed
gettext-tools/doc/iso-639-2.sed
gettext-tools/doc/iso-639.sed
gettext-tools/its/glade1.its
gettext-tools/its/glade2.its
gettext-tools/its/gsettings.its
gettext-tools/its/gtkbuilder.its
gettext-tools/m4/Makefile.am
gettext-tools/misc/cvsuser.c
gettext-tools/projects/GNOME/team-address
gettext-tools/projects/GNOME/trigger
gettext-tools/projects/KDE/team-address
gettext-tools/projects/KDE/trigger
gettext-tools/projects/TP/team-address
gettext-tools/projects/team-address
windows/windres-options

index 16cb6b7636b65c31dc1e9116ab7b28da1491f255..8f2487a11d58ca8040312d0f94febe774ca3d915 100644 (file)
@@ -1,4 +1,20 @@
-## Process this file with automake to produce Makefile.in -*-Makefile-*-
+## Makefile for the gettext-runtime/m4 directory of GNU gettext
+## Copyright (C) 2003, 2005-2013, 2017-2019 Free Software Foundation, Inc.
+##
+## This program is free software: you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 3 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+## Process this file with automake to produce Makefile.in.
 
 # Generate this list with
 # find . -type f -name '*.m4' -printf '%f\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012'
index b26de01f6c88c7b15bb4815a8fcd5120d479300d..ceeebb937a6b6561520c3853ab8334f22d30221e 100644 (file)
@@ -1,5 +1,10 @@
 # Sed script that inserts the file called HEADER before the header entry.
 #
+# Copyright (C) 2001 Free Software Foundation, Inc.
+# Written by Bruno Haible <bruno@clisp.org>, 2001.
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to use, copy, distribute, and modify it.
+#
 # At each occurrence of a line starting with "msgid ", we execute the following
 # commands. At the first occurrence, insert the file. At the following
 # occurrences, do nothing. The distinction between the first and the following
index c0abb579de69a9fde118d9e045006b9255aa6990..dd76468cf551ba7373ffc0f68ca5e5aa2004501d 100644 (file)
@@ -1,5 +1,42 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
+<!--
+  Copyright (C) 2004-2005, 2007-2008, 2010, 2012, 2014 Free Software Foundation, Inc.
+  Written by Bruno Haible <bruno@clisp.org>, 2004.
+
+  This manual is free documentation.  It is dually licensed under the
+  GNU FDL and the GNU GPL.  This means that you can redistribute this
+  manual under either of these two licenses, at your choice.
+
+  This manual is covered by the GNU FDL.  Permission is granted to copy,
+  distribute and/or modify this document under the terms of the
+  GNU Free Documentation License (FDL), either version 1.2 of the
+  License, or (at your option) any later version published by the
+  Free Software Foundation (FSF); with no Invariant Sections, with no
+  Front-Cover Text, and with no Back-Cover Texts.
+  A copy of the license is at
+  <https://www.gnu.org/licenses/old-licenses/fdl-1.2>.
+
+  This manual is covered by the GNU GPL.  You can redistribute it and/or
+  modify it under the terms of the GNU General Public License (GPL), either
+  version 2 of the License, or (at your option) any later version published
+  by the Free Software Foundation (FSF).
+  A copy of the license is at
+  <https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html>.
+
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 3 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8">
   <title>GNU gettext FAQ</title>
index b467ca5cbaf2151d8bff0988e18d7be65dc81686..ba5c86f3c46164a8d1906b681076a0fac0263c52 100644 (file)
@@ -1,5 +1,22 @@
 #! /usr/bin/sed -f
 #
+# Copyright (C) 2001, 2003, 2006 Free Software Foundation, Inc.
+# Written by Bruno Haible <bruno@clisp.org>, 2001.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+#
+#
 # each line of the form ^..<tab>.* contains the code for a country.
 #
 /^..   / {
index 092da290d3bdcdec1749d73678f077eef08a0ffa..6da1337a545bd95400cf90f1d5ecc6e121638b61 100644 (file)
@@ -1,5 +1,22 @@
 #! /usr/bin/sed -f
 #
+# Copyright (C) 2006 Free Software Foundation, Inc.
+# Written by Bruno Haible <bruno@clisp.org>, 2006.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+#
+#
 # Each line of the form ^...   .* contains the code for a language.
 # The categorization in column 60 should be a space, denoting a living language,
 # or an U.
index c7b64ef61bed79db8887b60e545a2c1a7323fab7..e7f7446393f46ef21b1c835a527c5bd65db1eee6 100644 (file)
@@ -1,5 +1,22 @@
 #! /usr/bin/sed -f
 #
+# Copyright (C) 2000, 2006 Free Software Foundation, Inc.
+# Written by Ulrich Drepper <drepper@cygnus.com>, 2000.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+#
+#
 # each line of the form ^.. .* contains the code for a language.
 #
 /^.. / {
index 84a0c11002acdafc22a5db5a7df60ae162f4a1b2..874b5e98187a5fe106f219791b9799419ca9b1f8 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+  Copyright (C) 2015 Free Software Foundation, Inc.
+  This file was written by Daiki Ueno <ueno@gnu.org>, 2015.
+
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 3 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <its:rules xmlns:its="http://www.w3.org/2005/11/its"
            xmlns:gt="https://www.gnu.org/s/gettext/ns/its/extensions/1.0"
            version="2.0">
index dc3a11dcb9470283d6aa2c4bab698417f8a37e2a..e6133ae8185471f93f6665537cb88e87ebac954a 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+  Copyright (C) 2015 Free Software Foundation, Inc.
+  This file was written by Daiki Ueno <ueno@gnu.org>, 2015.
+
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 3 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <its:rules xmlns:its="http://www.w3.org/2005/11/its"
            xmlns:gt="https://www.gnu.org/s/gettext/ns/its/extensions/1.0"
            version="2.0">
index 4027ff5f460fb19828645cf0a7e5b37da18b78a9..930ec42381ea79fdf1dc718d06e740af5cb9a910 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+  Copyright (C) 2015 Free Software Foundation, Inc.
+  This file was written by Daiki Ueno <ueno@gnu.org>, 2015.
+
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 3 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <its:rules xmlns:its="http://www.w3.org/2005/11/its"
            xmlns:gt="https://www.gnu.org/s/gettext/ns/its/extensions/1.0"
            version="2.0">
index 198785327b4d845a88048f2ae8c44dc0a98edb65..2a29f11fdfb9d286b16e9455d7089d76cff265b8 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+  Copyright (C) 2015 Free Software Foundation, Inc.
+  This file was written by Daiki Ueno <ueno@gnu.org>, 2015.
+
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 3 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <https://www.gnu.org/licenses/>.
+-->
 <its:rules xmlns:its="http://www.w3.org/2005/11/its"
            xmlns:gt="https://www.gnu.org/s/gettext/ns/its/extensions/1.0"
            version="2.0">
index c648369f93962cdb009a1ae9863b90ae26a50032..1eabe09df82259e3e96ceee88aee16fc42fb3aad 100644 (file)
@@ -1,4 +1,20 @@
-## Process this file with automake to produce Makefile.in -*-Makefile-*-
+## Makefile for the gettext-tools/m4 directory of GNU gettext
+## Copyright (C) 2003-2010, 2013, 2017-2019 Free Software Foundation, Inc.
+##
+## This program is free software: you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 3 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+## Process this file with automake to produce Makefile.in.
 
 # Files installed for use by gettextize.
 
index 67e6ae39443195634f143aaa9301fc1ec3a54a44..eefe9ddaf09067c87a33d2666117b292c5fd1d73 100644 (file)
@@ -1,3 +1,20 @@
+/* Customization of the cvs command.
+   Copyright (C) 2002, 2019 Free Software Foundation, Inc.
+   Written by Bruno Haible <bruno@clisp.org>, 2002.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
 /* Enable a variable CVSUSER for cvs.  */
 /* See cvs/subr.c: getcaller().  */
 
index 7cbf066be936b9410cf6ae83134820bd115b8674..0496b5d21c069d6f5c9e4773023468aba6946935 100755 (executable)
@@ -1,6 +1,24 @@
 #!/bin/sh
+#
+# Copyright (C) 2001, 2005, 2010 Free Software Foundation, Inc.
+# Written by Bruno Haible <bruno@clisp.org>, 2001.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 # Print the team's address (to stdout) and output additional instructions
 # (to stderr).
+
 projectsdir="$1"
 progdir="$2"
 catalog="$3"  # e.g. "pt_BR"
index d159230e56ab70e48f623cd57b9a92842c4be769..0678561ba306dd626edbe77e264c82f21d490383 100755 (executable)
@@ -1,4 +1,21 @@
 #!/bin/sh
+#
+# Copyright (C) 2001, 2005 Free Software Foundation, Inc.
+# Written by Bruno Haible <bruno@clisp.org>, 2001.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 # Test whether the current package is a GNOME package.
 
 # NLS nuisances: Letter ranges are different in the Estonian locale.
index 28d3e22729527dba960643262ece65d198359f09..00cf4e6656073bb42bfe010429b5869b46f58886 100755 (executable)
@@ -1,6 +1,24 @@
 #!/bin/sh
+#
+# Copyright (C) 2001 Free Software Foundation, Inc.
+# Written by Bruno Haible <bruno@clisp.org>, 2001.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 # Print the team's address (to stdout) and output additional instructions
 # (to stderr).
+
 projectsdir="$1"
 progdir="$2"
 catalog="$3"  # e.g. "pt_BR"
index 561a408bb77e72825cd3de77d86f125d40c55366..afffbf6e50680b558561b575c39ea9ad0e140f52 100755 (executable)
@@ -1,4 +1,21 @@
 #!/bin/sh
+#
+# Copyright (C) 2001, 2005 Free Software Foundation, Inc.
+# Written by Bruno Haible <bruno@clisp.org>, 2001.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 # Test whether the current package is a KDE package.
 
 # NLS nuisances: Letter ranges are different in the Estonian locale.
index 9516944ebce0966171253391e91b8d549c5e5d32..fc47e2a95760e8dd12945186de1228f17d82cc8a 100755 (executable)
@@ -1,6 +1,24 @@
 #!/bin/sh
+#
+# Copyright (C) 2001, 2007, 2019 Free Software Foundation, Inc.
+# Written by Bruno Haible <bruno@clisp.org>, 2001.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 # Print the team's address (to stdout) and output additional instructions
 # (to stderr).
+
 projectsdir="$1"
 progdir="$2"
 catalog="$3"  # e.g. "pt_BR"
index d42236cb70c89cc375b2ca28275497c1e0a3e6fe..f6bc8af84ac308723d98db1607562ac3594b6acb 100755 (executable)
@@ -1,6 +1,24 @@
 #!/bin/sh
+#
+# Copyright (C) 2001 Free Software Foundation, Inc.
+# Written by Bruno Haible <bruno@clisp.org>, 2001.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 # Print the team's address (to stdout) and output additional instructions
 # (to stderr).
+
 projectsdir="$1"
 progdir="$2"
 catalog="$3"  # e.g. "pt_BR"
index aa956028c3ae02e6a2c856029f79f3db2467f300..b12edd0edc875a15dd0b79a54b975cd6ced91b0f 100755 (executable)
@@ -1,4 +1,21 @@
 #!/bin/sh
+#
+# Copyright (C) 2007 Free Software Foundation, Inc.
+# Written by Bruno Haible <bruno@clisp.org>, 2007.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 # Usage: windres-options [--escape] PACKAGE_VERSION
 # Outputs a set of command-line options for 'windres', containing definitions
 # for the preprocessor variables