]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add copyright notices in several files.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Apr 2019 11:48:11 +0000 (13:48 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Apr 2019 11:48:11 +0000 (13:48 +0200)
Reported by <ineiev@gnu.org> in <https://savannah.gnu.org/bugs/?54809>.

* gettext-tools/doc/FAQ.html: Fix copyright notice added on 2019-04-04.
* gettext-tools/doc/tutorial.html: Add GFDL copyright notice. Permission given
by Gora Mohanty <gora_mohanty@yahoo.co.in> through private email on 2004-11-13.
* gettext-tools/po/Makevars.template: Don't mention the file name, since this
file is meant to be copied and renamed to 'Makevars'.
* gettext-tools/examples/hello-*/po/Makevars: Add all-permissive copyright
notice.
* gettext-tools/examples/hello-c-gnome3/hello.ui: Add public-domain notice.
* gettext-tools/examples/hello-c-gnome3/hello.gresource.xml: Likewise.
* gettext-tools/examples/hello-c-gnome3/hello.gschema.xml: Likewise.
* gettext-tools/examples/hello-java-awt/m4/TestAWT.java: Likewise.
* gettext-tools/examples/hello-java-swing/m4/TestAWT.java: Likewise.
* gettext-tools/examples/hello-java-qtjambi/m4/Test15.java: Likewise.
* gettext-tools/examples/check-examples: Add GPLv3+ copyright notice.
* gettext-tools/examples/installpaths.in: Likewise.
* gettext-tools/examples/po/mmsmallpo.sh: Likewise.
* gettext-tools/examples/po/xsmallpot.sh: Likewise.
* gettext-tools/its/glade.loc: Likewise.
* gettext-tools/its/gsettings.loc: Likewise.
* gettext-tools/its/metainfo.its: Likewise.
* gettext-tools/its/metainfo.loc: Likewise.
* gettext-tools/src/filters.h: Add missing copyright line.

26 files changed:
gettext-tools/doc/FAQ.html
gettext-tools/doc/tutorial.html
gettext-tools/examples/check-examples
gettext-tools/examples/hello-c++-gnome/po/Makevars
gettext-tools/examples/hello-c++-kde/po/Makevars
gettext-tools/examples/hello-c++/po/Makevars
gettext-tools/examples/hello-c-gnome/po/Makevars
gettext-tools/examples/hello-c-gnome3/hello.gresource.xml
gettext-tools/examples/hello-c-gnome3/hello.gschema.xml
gettext-tools/examples/hello-c-gnome3/hello.ui
gettext-tools/examples/hello-c-gnome3/po/Makevars
gettext-tools/examples/hello-c/po/Makevars
gettext-tools/examples/hello-java-awt/m4/TestAWT.java
gettext-tools/examples/hello-java-qtjambi/m4/Test15.java
gettext-tools/examples/hello-java-swing/m4/TestAWT.java
gettext-tools/examples/hello-objc-gnome/po/Makevars
gettext-tools/examples/hello-objc/po/Makevars
gettext-tools/examples/installpaths.in
gettext-tools/examples/po/mmsmallpo.sh
gettext-tools/examples/po/xsmallpot.sh
gettext-tools/its/glade.loc
gettext-tools/its/gsettings.loc
gettext-tools/its/metainfo.its
gettext-tools/its/metainfo.loc
gettext-tools/po/Makevars.template
gettext-tools/src/filters.h

index 83cedb678757c4fbde4e462c0086bad6e576c2e5..47949f2d986298b56c372f8eb5a71b2ab6aecf89 100644 (file)
   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">
index 364b6cbd1a95a141aff05841f373a20171972182..c5685355fdaf8fc44d049743d5ed00881da7c342 100644 (file)
@@ -1,4 +1,14 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML i18n//EN">
+<!--
+  Copyright (C) 2004-2005, 2012 Gora Mohanty.
+  Written by Gora Mohanty <gora_mohanty@yahoo.co.in>, 2004.
+
+  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), version 1.2.
+  A copy of the license is at
+  <https://www.gnu.org/licenses/old-licenses/fdl-1.2>.
+-->
 
 <!--Converted with jLaTeX2HTML 2002-2-1 (1.70) JA patch-1.4
 patched version by:  Kenshi Muto, Debian Project.
index d3cfc24ab3fb780127cf2ede596445f63b1c9d31..aac01fe9039bbda057e3b4560f62e091bbfcb285 100755 (executable)
@@ -1,6 +1,21 @@
 #!/bin/bash
 # Script that checks against build infrastructure mistakes in the examples.
 
+# Copyright (C) 2018 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/>.
+
 
 # func_init sample
 # sets environment variables for building and running the given sample.
index 1b1b2ac8273de6f679ebaa1c3d03c64df013d876..3dc1be0496eaf5eba0654f4e1ba6a4c190526e25 100644 (file)
@@ -1,4 +1,8 @@
 # Makefile variables for PO directory in any package using GNU gettext.
+#
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
+# This file 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)
index 2846bdbdc57f4d26de9d0a1c1dab6c85a3838be1..93af7cfe4d02b485e15dc30522b86d64ad0b51c1 100644 (file)
@@ -1,4 +1,8 @@
 # Makefile variables for PO directory in any package using GNU gettext.
+#
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
+# This file 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)
index bcacc8c492f89e63767c0765a0306c79409cc2f8..89990940106d79e778e178bda5a4d639c47a256b 100644 (file)
@@ -1,4 +1,8 @@
 # Makefile variables for PO directory in any package using GNU gettext.
+#
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
+# This file 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)
index 1b1b2ac8273de6f679ebaa1c3d03c64df013d876..3dc1be0496eaf5eba0654f4e1ba6a4c190526e25 100644 (file)
@@ -1,4 +1,8 @@
 # Makefile variables for PO directory in any package using GNU gettext.
+#
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
+# This file 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)
index 4d2c27810667b887784bfa3e4989b38865d3f888..7a00dc8362c0bcc17aaa68147393bfbef098d8d7 100644 (file)
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- This file is in the public domain. -->
 <gresources>
   <gresource prefix="/org/gnu/gettext/examples/hello">
     <file preprocess="xml-stripblanks">hello.ui</file>
index d586b5a741e42f64040dbd4d1efcf67115a88665..18d7c85070d0bffd9b64f9d80845e6e5051a1260 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- This file is in the public domain. -->
 <schemalist>
   <schema path="/org/gnu/gettext/examples/hello/"
-         id="org.gnu.gettext.examples.hello">
+          id="org.gnu.gettext.examples.hello">
     <key name="use-markup" type="b">
       <default>true</default>
       <summary>Use XML markup</summary>
index a68f926fcffd9c1941a28f89e6b11293203faa29..b2d13b0f0647e58e3ed48abd7457b385c8ef7930 100644 (file)
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- This file is in the public domain. -->
 <interface>
   <!-- interface-requires gtk+ 3.10 -->
   <template class="HelloApplicationWindow" parent="GtkApplicationWindow">
index 1b1b2ac8273de6f679ebaa1c3d03c64df013d876..3dc1be0496eaf5eba0654f4e1ba6a4c190526e25 100644 (file)
@@ -1,4 +1,8 @@
 # Makefile variables for PO directory in any package using GNU gettext.
+#
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
+# This file 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)
index af3b60b4084ec4029650169e62992aa59f53d81f..49055be36c14491069b31a2e0226623c88cd8eca 100644 (file)
@@ -1,4 +1,8 @@
 # Makefile variables for PO directory in any package using GNU gettext.
+#
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
+# This file 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)
index 21515fcfd73a3e388dcdda8deac1ed73ff96e2ea..5c403225ebf21c215615e4b144b8e430f861a3a7 100644 (file)
@@ -1,4 +1,8 @@
 // Test for working AWT.
+// This file is in the public domain.
+/**
+ * @author Bruno Haible
+ */
 public class TestAWT {
   public static void main (String[] args) {
     try {
index f4bcd2c706d2b234acfd899428d32407e9fd19cb..fce492536604afc578d2bbf73dc3c256378ee0c5 100644 (file)
@@ -1,5 +1,9 @@
 // Test for Java 1.5 or newer.
+// This file is in the public domain.
 import java.util.*;
+/**
+ * @author Bruno Haible
+ */
 public class Test15 {
   public static void main (String[] args) {
     try {
index 21515fcfd73a3e388dcdda8deac1ed73ff96e2ea..5c403225ebf21c215615e4b144b8e430f861a3a7 100644 (file)
@@ -1,4 +1,8 @@
 // Test for working AWT.
+// This file is in the public domain.
+/**
+ * @author Bruno Haible
+ */
 public class TestAWT {
   public static void main (String[] args) {
     try {
index 1b1b2ac8273de6f679ebaa1c3d03c64df013d876..3dc1be0496eaf5eba0654f4e1ba6a4c190526e25 100644 (file)
@@ -1,4 +1,8 @@
 # Makefile variables for PO directory in any package using GNU gettext.
+#
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
+# This file 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)
index af3b60b4084ec4029650169e62992aa59f53d81f..49055be36c14491069b31a2e0226623c88cd8eca 100644 (file)
@@ -1,4 +1,8 @@
 # Makefile variables for PO directory in any package using GNU gettext.
+#
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
+# This file 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)
index 5528f0bb3a2ef6abef0b2f288c5f7d4e6126e0ea..3a17c2e71eeb8a0f2a74721b5f03478109e2576a 100644 (file)
@@ -1,3 +1,20 @@
+# Shell script snippet that records various directories found by 'configure'.
+
+# Copyright (C) 2003, 2005 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/>.
+
 prefix='@prefix@'
 exec_prefix="@exec_prefix@"
 datarootdir="@datarootdir@"
index 11a35696382a877aa2156167f56fa315b2a606fb..c268684f1192c6ebe4efc31fa2d8c859b618412c 100755 (executable)
@@ -1,4 +1,20 @@
 #!/bin/sh
+#
+# Copyright (C) 2003-2004, 2009 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/>.
+
 # Usage: mmsmallpo.sh hello-foo ll
 
 set -e
index badba5e71e94a3dad2a5236fb847b731354b12f3..3dbac102d6daa39984fc74f3fdc5a3df0fed8f62 100755 (executable)
@@ -1,4 +1,20 @@
 #!/bin/sh
+#
+# Copyright (C) 2003-2005, 2012-2014, 2018-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/>.
+
 # Usage: xsmallpot.sh srcdir hello-foo [hello-foobar.pot]
 
 set -e
index fcf688d2640c277582092830cffa227542af37f3..eb9b1bc82987f7101c1baa18b2b59f2b4b7753d7 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+  Copyright (C) 2015-2016 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/>.
+-->
 <locatingRules>
   <locatingRule name="Glade" pattern="*.glade">
     <documentRule localName="GTK-Interface" target="glade1.its"/>
index e5967f16a2b13ef9acf097493234bb23de40db02..308e4517c3f3854b5ac7c027af476a33b26cad25 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/>.
+-->
 <locatingRules>
   <locatingRule name="GSettings" pattern="*.gschema.xml">
     <documentRule localName="schemalist" target="gsettings.its"/>
index 207cdaf6af1fe467a7ab4afaad20824c559a902b..29b31f035b3d7ea6d8e7c7e8dead81edbc5d85b8 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+  Copyright (C) 2015, 2017 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"
            version="2.0">
   <its:translateRule selector="/component" translate="no"/>
index 0e471e6c22638d64b216f68eef25f05aaf3a6f86..64fff224df0e84e06a150ff7d1a682f1a5877857 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+  Copyright (C) 2015, 2017 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/>.
+-->
 <locatingRules>
   <locatingRule name="metainfo" pattern="*.metainfo.xml">
     <documentRule localName="component" target="metainfo.its"/>
index c92ba9d8e9f51f8d60dfb48eabfac3b3691e045b..86a11f13b8f1c687dde687788bd2b14f72bb52c8 100644 (file)
@@ -1,8 +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.
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
+# This file 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)
index 0aa75f9b96b58e83ea0cbe8eb90a0b5aed025822..4c730b794bb13e3ca71b73ad8142e1b9c08c1b10 100644 (file)
@@ -1,4 +1,5 @@
 /* Recoding functions.
+   Copyright (C) 2006, 2014 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2006.
 
    This program is free software: you can redistribute it and/or modify