From: Bruno Haible Date: Wed, 3 Apr 2019 23:17:33 +0000 (+0200) Subject: Add copyright notices in several files. X-Git-Tag: v0.20~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb13026e9867c199aaaddd3ec875ec0a290e9a97;p=thirdparty%2Fgettext.git Add copyright notices in several files. Reported by in . * 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. --- diff --git a/gettext-runtime/m4/Makefile.am b/gettext-runtime/m4/Makefile.am index 16cb6b763..8f2487a11 100644 --- a/gettext-runtime/m4/Makefile.am +++ b/gettext-runtime/m4/Makefile.am @@ -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 . + +## 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' diff --git a/gettext-runtime/po/insert-header.sin b/gettext-runtime/po/insert-header.sin index b26de01f6..ceeebb937 100644 --- a/gettext-runtime/po/insert-header.sin +++ b/gettext-runtime/po/insert-header.sin @@ -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 , 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 diff --git a/gettext-tools/doc/FAQ.html b/gettext-tools/doc/FAQ.html index c0abb579d..dd76468cf 100644 --- a/gettext-tools/doc/FAQ.html +++ b/gettext-tools/doc/FAQ.html @@ -1,5 +1,42 @@ + GNU gettext FAQ diff --git a/gettext-tools/doc/iso-3166.sed b/gettext-tools/doc/iso-3166.sed index b467ca5cb..ba5c86f3c 100644 --- a/gettext-tools/doc/iso-3166.sed +++ b/gettext-tools/doc/iso-3166.sed @@ -1,5 +1,22 @@ #! /usr/bin/sed -f # +# Copyright (C) 2001, 2003, 2006 Free Software Foundation, Inc. +# Written by Bruno Haible , 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 . +# +# # each line of the form ^...* contains the code for a country. # /^.. / { diff --git a/gettext-tools/doc/iso-639-2.sed b/gettext-tools/doc/iso-639-2.sed index 092da290d..6da1337a5 100644 --- a/gettext-tools/doc/iso-639-2.sed +++ b/gettext-tools/doc/iso-639-2.sed @@ -1,5 +1,22 @@ #! /usr/bin/sed -f # +# Copyright (C) 2006 Free Software Foundation, Inc. +# Written by Bruno Haible , 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 . +# +# # 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. diff --git a/gettext-tools/doc/iso-639.sed b/gettext-tools/doc/iso-639.sed index c7b64ef61..e7f744639 100644 --- a/gettext-tools/doc/iso-639.sed +++ b/gettext-tools/doc/iso-639.sed @@ -1,5 +1,22 @@ #! /usr/bin/sed -f # +# Copyright (C) 2000, 2006 Free Software Foundation, Inc. +# Written by Ulrich Drepper , 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 . +# +# # each line of the form ^.. .* contains the code for a language. # /^.. / { diff --git a/gettext-tools/its/glade1.its b/gettext-tools/its/glade1.its index 84a0c1100..874b5e981 100644 --- a/gettext-tools/its/glade1.its +++ b/gettext-tools/its/glade1.its @@ -1,4 +1,21 @@ + diff --git a/gettext-tools/its/glade2.its b/gettext-tools/its/glade2.its index dc3a11dcb..e6133ae81 100644 --- a/gettext-tools/its/glade2.its +++ b/gettext-tools/its/glade2.its @@ -1,4 +1,21 @@ + diff --git a/gettext-tools/its/gsettings.its b/gettext-tools/its/gsettings.its index 4027ff5f4..930ec4238 100644 --- a/gettext-tools/its/gsettings.its +++ b/gettext-tools/its/gsettings.its @@ -1,4 +1,21 @@ + diff --git a/gettext-tools/its/gtkbuilder.its b/gettext-tools/its/gtkbuilder.its index 198785327..2a29f11fd 100644 --- a/gettext-tools/its/gtkbuilder.its +++ b/gettext-tools/its/gtkbuilder.its @@ -1,4 +1,21 @@ + diff --git a/gettext-tools/m4/Makefile.am b/gettext-tools/m4/Makefile.am index c648369f9..1eabe09df 100644 --- a/gettext-tools/m4/Makefile.am +++ b/gettext-tools/m4/Makefile.am @@ -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 . + +## Process this file with automake to produce Makefile.in. # Files installed for use by gettextize. diff --git a/gettext-tools/misc/cvsuser.c b/gettext-tools/misc/cvsuser.c index 67e6ae394..eefe9ddaf 100644 --- a/gettext-tools/misc/cvsuser.c +++ b/gettext-tools/misc/cvsuser.c @@ -1,3 +1,20 @@ +/* Customization of the cvs command. + Copyright (C) 2002, 2019 Free Software Foundation, Inc. + Written by Bruno Haible , 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 . */ + /* Enable a variable CVSUSER for cvs. */ /* See cvs/subr.c: getcaller(). */ diff --git a/gettext-tools/projects/GNOME/team-address b/gettext-tools/projects/GNOME/team-address index 7cbf066be..0496b5d21 100755 --- a/gettext-tools/projects/GNOME/team-address +++ b/gettext-tools/projects/GNOME/team-address @@ -1,6 +1,24 @@ #!/bin/sh +# +# Copyright (C) 2001, 2005, 2010 Free Software Foundation, Inc. +# Written by Bruno Haible , 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 . + # Print the team's address (to stdout) and output additional instructions # (to stderr). + projectsdir="$1" progdir="$2" catalog="$3" # e.g. "pt_BR" diff --git a/gettext-tools/projects/GNOME/trigger b/gettext-tools/projects/GNOME/trigger index d159230e5..0678561ba 100755 --- a/gettext-tools/projects/GNOME/trigger +++ b/gettext-tools/projects/GNOME/trigger @@ -1,4 +1,21 @@ #!/bin/sh +# +# Copyright (C) 2001, 2005 Free Software Foundation, Inc. +# Written by Bruno Haible , 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 . + # Test whether the current package is a GNOME package. # NLS nuisances: Letter ranges are different in the Estonian locale. diff --git a/gettext-tools/projects/KDE/team-address b/gettext-tools/projects/KDE/team-address index 28d3e2272..00cf4e665 100755 --- a/gettext-tools/projects/KDE/team-address +++ b/gettext-tools/projects/KDE/team-address @@ -1,6 +1,24 @@ #!/bin/sh +# +# Copyright (C) 2001 Free Software Foundation, Inc. +# Written by Bruno Haible , 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 . + # Print the team's address (to stdout) and output additional instructions # (to stderr). + projectsdir="$1" progdir="$2" catalog="$3" # e.g. "pt_BR" diff --git a/gettext-tools/projects/KDE/trigger b/gettext-tools/projects/KDE/trigger index 561a408bb..afffbf6e5 100755 --- a/gettext-tools/projects/KDE/trigger +++ b/gettext-tools/projects/KDE/trigger @@ -1,4 +1,21 @@ #!/bin/sh +# +# Copyright (C) 2001, 2005 Free Software Foundation, Inc. +# Written by Bruno Haible , 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 . + # Test whether the current package is a KDE package. # NLS nuisances: Letter ranges are different in the Estonian locale. diff --git a/gettext-tools/projects/TP/team-address b/gettext-tools/projects/TP/team-address index 9516944eb..fc47e2a95 100755 --- a/gettext-tools/projects/TP/team-address +++ b/gettext-tools/projects/TP/team-address @@ -1,6 +1,24 @@ #!/bin/sh +# +# Copyright (C) 2001, 2007, 2019 Free Software Foundation, Inc. +# Written by Bruno Haible , 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 . + # Print the team's address (to stdout) and output additional instructions # (to stderr). + projectsdir="$1" progdir="$2" catalog="$3" # e.g. "pt_BR" diff --git a/gettext-tools/projects/team-address b/gettext-tools/projects/team-address index d42236cb7..f6bc8af84 100755 --- a/gettext-tools/projects/team-address +++ b/gettext-tools/projects/team-address @@ -1,6 +1,24 @@ #!/bin/sh +# +# Copyright (C) 2001 Free Software Foundation, Inc. +# Written by Bruno Haible , 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 . + # Print the team's address (to stdout) and output additional instructions # (to stderr). + projectsdir="$1" progdir="$2" catalog="$3" # e.g. "pt_BR" diff --git a/windows/windres-options b/windows/windres-options index aa956028c..b12edd0ed 100755 --- a/windows/windres-options +++ b/windows/windres-options @@ -1,4 +1,21 @@ #!/bin/sh +# +# Copyright (C) 2007 Free Software Foundation, Inc. +# Written by Bruno Haible , 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 . + # Usage: windres-options [--escape] PACKAGE_VERSION # Outputs a set of command-line options for 'windres', containing definitions # for the preprocessor variables