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.
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">
<!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.
#!/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.
# 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)
# 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)
# 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)
# 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)
<?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>
<?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>
<?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">
# 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)
# 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)
// Test for working AWT.
+// This file is in the public domain.
+/**
+ * @author Bruno Haible
+ */
public class TestAWT {
public static void main (String[] args) {
try {
// 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 {
// Test for working AWT.
+// This file is in the public domain.
+/**
+ * @author Bruno Haible
+ */
public class TestAWT {
public static void main (String[] args) {
try {
# 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)
# 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)
+# 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@"
#!/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
#!/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
<?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"/>
<?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"/>
<?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"/>
<?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"/>
# 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)
/* 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