summaryrefslogtreecommitdiff
path: root/libc/intl
diff options
context:
space:
mode:
Diffstat (limited to 'libc/intl')
-rw-r--r--libc/intl/Makefile5
-rw-r--r--libc/intl/bindtextdom.c5
-rw-r--r--libc/intl/dcgettext.c5
-rw-r--r--libc/intl/dcigettext.c5
-rw-r--r--libc/intl/dcngettext.c5
-rw-r--r--libc/intl/dgettext.c5
-rw-r--r--libc/intl/dngettext.c5
-rw-r--r--libc/intl/explodename.c5
-rw-r--r--libc/intl/finddomain.c5
-rw-r--r--libc/intl/gettext.c5
-rw-r--r--libc/intl/gettextP.h5
-rw-r--r--libc/intl/gmo.h5
-rw-r--r--libc/intl/hash-string.c5
-rw-r--r--libc/intl/hash-string.h5
-rw-r--r--libc/intl/l10nflist.c5
-rw-r--r--libc/intl/libintl.h5
-rw-r--r--libc/intl/loadinfo.h5
-rw-r--r--libc/intl/loadmsgcat.c5
-rw-r--r--libc/intl/locale.alias3
-rw-r--r--libc/intl/localealias.c5
-rw-r--r--libc/intl/ngettext.c5
-rw-r--r--libc/intl/plural-eval.c5
-rw-r--r--libc/intl/plural-exp.c5
-rw-r--r--libc/intl/plural-exp.h5
-rw-r--r--libc/intl/po2test.sed3
-rw-r--r--libc/intl/textdomain.c5
-rw-r--r--libc/intl/tst-codeset.c5
-rw-r--r--libc/intl/tst-codeset.sh5
-rw-r--r--libc/intl/tst-gettext.c5
-rwxr-xr-xlibc/intl/tst-gettext.sh5
-rw-r--r--libc/intl/tst-gettext2.c5
-rw-r--r--libc/intl/tst-gettext2.sh5
-rw-r--r--libc/intl/tst-gettext3.c5
-rw-r--r--libc/intl/tst-gettext3.sh5
-rw-r--r--libc/intl/tst-gettext4.c5
-rwxr-xr-xlibc/intl/tst-gettext4.sh5
-rw-r--r--libc/intl/tst-gettext5.c5
-rwxr-xr-xlibc/intl/tst-gettext5.sh5
-rw-r--r--libc/intl/tst-gettext6.c5
-rw-r--r--libc/intl/tst-gettext6.sh5
-rw-r--r--libc/intl/tst-ngettext.c5
-rw-r--r--libc/intl/tst-translit.c5
-rwxr-xr-xlibc/intl/tst-translit.sh5
43 files changed, 84 insertions, 127 deletions
diff --git a/libc/intl/Makefile b/libc/intl/Makefile
index c3cc4bd53..d91eabbbb 100644
--- a/libc/intl/Makefile
+++ b/libc/intl/Makefile
@@ -12,9 +12,8 @@
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
# Makefile for intl subdirectory: message handling code from GNU gettext.
include ../option-groups.mak
diff --git a/libc/intl/bindtextdom.c b/libc/intl/bindtextdom.c
index 7a956d447..98a3606db 100644
--- a/libc/intl/bindtextdom.c
+++ b/libc/intl/bindtextdom.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/libc/intl/dcgettext.c b/libc/intl/dcgettext.c
index edf98b697..3074340d1 100644
--- a/libc/intl/dcgettext.c
+++ b/libc/intl/dcgettext.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/libc/intl/dcigettext.c b/libc/intl/dcigettext.c
index cfa80e087..2a393cadf 100644
--- a/libc/intl/dcigettext.c
+++ b/libc/intl/dcigettext.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* Tell glibc's <string.h> to provide a prototype for mempcpy().
This must come before <config.h> because <config.h> may include
diff --git a/libc/intl/dcngettext.c b/libc/intl/dcngettext.c
index 6d95d1bc7..b0e2ee8d8 100644
--- a/libc/intl/dcngettext.c
+++ b/libc/intl/dcngettext.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/libc/intl/dgettext.c b/libc/intl/dgettext.c
index c766d9508..d805f982c 100644
--- a/libc/intl/dgettext.c
+++ b/libc/intl/dgettext.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/libc/intl/dngettext.c b/libc/intl/dngettext.c
index 89c7b0afc..18ff68e94 100644
--- a/libc/intl/dngettext.c
+++ b/libc/intl/dngettext.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/libc/intl/explodename.c b/libc/intl/explodename.c
index 321204d8d..52506c4c7 100644
--- a/libc/intl/explodename.c
+++ b/libc/intl/explodename.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/libc/intl/finddomain.c b/libc/intl/finddomain.c
index 03583b12b..fec315698 100644
--- a/libc/intl/finddomain.c
+++ b/libc/intl/finddomain.c
@@ -15,9 +15,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/libc/intl/gettext.c b/libc/intl/gettext.c
index 63abe582b..b24b62339 100644
--- a/libc/intl/gettext.c
+++ b/libc/intl/gettext.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/libc/intl/gettextP.h b/libc/intl/gettextP.h
index 381e0f18e..b48912d21 100644
--- a/libc/intl/gettextP.h
+++ b/libc/intl/gettextP.h
@@ -15,9 +15,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _GETTEXTP_H
#define _GETTEXTP_H
diff --git a/libc/intl/gmo.h b/libc/intl/gmo.h
index 81003fcee..f16b9544b 100644
--- a/libc/intl/gmo.h
+++ b/libc/intl/gmo.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _GETTEXT_H
#define _GETTEXT_H 1
diff --git a/libc/intl/hash-string.c b/libc/intl/hash-string.c
index 465456f4b..1b6cfa01b 100644
--- a/libc/intl/hash-string.c
+++ b/libc/intl/hash-string.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "hash-string.h"
diff --git a/libc/intl/hash-string.h b/libc/intl/hash-string.h
index 578a329e7..b32f725fa 100644
--- a/libc/intl/hash-string.h
+++ b/libc/intl/hash-string.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* @@ end of prolog @@ */
diff --git a/libc/intl/l10nflist.c b/libc/intl/l10nflist.c
index df91f3dec..b67f8d423 100644
--- a/libc/intl/l10nflist.c
+++ b/libc/intl/l10nflist.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* Tell glibc's <string.h> to provide a prototype for stpcpy().
This must come before <config.h> because <config.h> may include
diff --git a/libc/intl/libintl.h b/libc/intl/libintl.h
index 8f3018926..eb6a3e6a8 100644
--- a/libc/intl/libintl.h
+++ b/libc/intl/libintl.h
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _LIBINTL_H
#define _LIBINTL_H 1
diff --git a/libc/intl/loadinfo.h b/libc/intl/loadinfo.h
index 52abfc3c6..1055abaee 100644
--- a/libc/intl/loadinfo.h
+++ b/libc/intl/loadinfo.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _LOADINFO_H
#define _LOADINFO_H 1
diff --git a/libc/intl/loadmsgcat.c b/libc/intl/loadmsgcat.c
index 3cba7b149..4e34a368b 100644
--- a/libc/intl/loadmsgcat.c
+++ b/libc/intl/loadmsgcat.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* Tell glibc's <string.h> to provide a prototype for mempcpy().
This must come before <config.h> because <config.h> may include
diff --git a/libc/intl/locale.alias b/libc/intl/locale.alias
index 05c979c28..ad9fe3091 100644
--- a/libc/intl/locale.alias
+++ b/libc/intl/locale.alias
@@ -12,8 +12,7 @@
# 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, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
# The format of this file is the same as for the corresponding file of
# the X Window System, which normally can be found in
diff --git a/libc/intl/localealias.c b/libc/intl/localealias.c
index 6cc69c84b..134122871 100644
--- a/libc/intl/localealias.c
+++ b/libc/intl/localealias.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* Tell glibc's <string.h> to provide a prototype for mempcpy().
This must come before <config.h> because <config.h> may include
diff --git a/libc/intl/ngettext.c b/libc/intl/ngettext.c
index 7118eae32..109e9da0e 100644
--- a/libc/intl/ngettext.c
+++ b/libc/intl/ngettext.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/libc/intl/plural-eval.c b/libc/intl/plural-eval.c
index 3f01688c2..e692e379b 100644
--- a/libc/intl/plural-eval.c
+++ b/libc/intl/plural-eval.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
static unsigned long int plural_eval (const struct expression *pexp,
unsigned long int n)
diff --git a/libc/intl/plural-exp.c b/libc/intl/plural-exp.c
index b3eee6b43..2fa27bd7f 100644
--- a/libc/intl/plural-exp.c
+++ b/libc/intl/plural-exp.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/libc/intl/plural-exp.h b/libc/intl/plural-exp.h
index 4a7336e26..900daa145 100644
--- a/libc/intl/plural-exp.h
+++ b/libc/intl/plural-exp.h
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef _PLURAL_EXP_H
#define _PLURAL_EXP_H
diff --git a/libc/intl/po2test.sed b/libc/intl/po2test.sed
index 8b5e4c82e..0db1d99d7 100644
--- a/libc/intl/po2test.sed
+++ b/libc/intl/po2test.sed
@@ -13,8 +13,7 @@
# 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, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
#
diff --git a/libc/intl/textdomain.c b/libc/intl/textdomain.c
index 1c23e94d7..35fb2e4c9 100644
--- a/libc/intl/textdomain.c
+++ b/libc/intl/textdomain.c
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/libc/intl/tst-codeset.c b/libc/intl/tst-codeset.c
index df1016127..e1026f94b 100644
--- a/libc/intl/tst-codeset.c
+++ b/libc/intl/tst-codeset.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <libintl.h>
#include <locale.h>
diff --git a/libc/intl/tst-codeset.sh b/libc/intl/tst-codeset.sh
index 632727829..6cd9613a0 100644
--- a/libc/intl/tst-codeset.sh
+++ b/libc/intl/tst-codeset.sh
@@ -15,9 +15,8 @@
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
common_objpfx=$1
objpfx=$2
diff --git a/libc/intl/tst-gettext.c b/libc/intl/tst-gettext.c
index a8406c21f..38f95a2a1 100644
--- a/libc/intl/tst-gettext.c
+++ b/libc/intl/tst-gettext.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <libintl.h>
#include <locale.h>
diff --git a/libc/intl/tst-gettext.sh b/libc/intl/tst-gettext.sh
index 6cbf1c3db..8529ba997 100755
--- a/libc/intl/tst-gettext.sh
+++ b/libc/intl/tst-gettext.sh
@@ -15,9 +15,8 @@
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
common_objpfx=$1
objpfx=$2
diff --git a/libc/intl/tst-gettext2.c b/libc/intl/tst-gettext2.c
index 8188aa525..c5a471c98 100644
--- a/libc/intl/tst-gettext2.c
+++ b/libc/intl/tst-gettext2.c
@@ -15,9 +15,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <locale.h>
diff --git a/libc/intl/tst-gettext2.sh b/libc/intl/tst-gettext2.sh
index f4526449d..a9c36aad0 100644
--- a/libc/intl/tst-gettext2.sh
+++ b/libc/intl/tst-gettext2.sh
@@ -15,9 +15,8 @@
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
common_objpfx=$1
objpfx=$2
diff --git a/libc/intl/tst-gettext3.c b/libc/intl/tst-gettext3.c
index 917967b38..d661a4909 100644
--- a/libc/intl/tst-gettext3.c
+++ b/libc/intl/tst-gettext3.c
@@ -15,9 +15,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <libintl.h>
#include <locale.h>
diff --git a/libc/intl/tst-gettext3.sh b/libc/intl/tst-gettext3.sh
index 275479a08..59273b116 100644
--- a/libc/intl/tst-gettext3.sh
+++ b/libc/intl/tst-gettext3.sh
@@ -16,9 +16,8 @@
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
common_objpfx=$1
objpfx=$2
diff --git a/libc/intl/tst-gettext4.c b/libc/intl/tst-gettext4.c
index a82446d14..e7d3ac695 100644
--- a/libc/intl/tst-gettext4.c
+++ b/libc/intl/tst-gettext4.c
@@ -15,9 +15,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <libintl.h>
#include <locale.h>
diff --git a/libc/intl/tst-gettext4.sh b/libc/intl/tst-gettext4.sh
index 68779be04..ac95be197 100755
--- a/libc/intl/tst-gettext4.sh
+++ b/libc/intl/tst-gettext4.sh
@@ -16,9 +16,8 @@
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
common_objpfx=$1
run_program_prefix=$2
diff --git a/libc/intl/tst-gettext5.c b/libc/intl/tst-gettext5.c
index 498ecab79..61e95477f 100644
--- a/libc/intl/tst-gettext5.c
+++ b/libc/intl/tst-gettext5.c
@@ -16,9 +16,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <libintl.h>
#include <locale.h>
diff --git a/libc/intl/tst-gettext5.sh b/libc/intl/tst-gettext5.sh
index 8c8d2170e..a563b43f4 100755
--- a/libc/intl/tst-gettext5.sh
+++ b/libc/intl/tst-gettext5.sh
@@ -17,9 +17,8 @@
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
common_objpfx=$1
run_program_prefix=$2
diff --git a/libc/intl/tst-gettext6.c b/libc/intl/tst-gettext6.c
index 39611aa3b..3984ce371 100644
--- a/libc/intl/tst-gettext6.c
+++ b/libc/intl/tst-gettext6.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <libintl.h>
#include <locale.h>
diff --git a/libc/intl/tst-gettext6.sh b/libc/intl/tst-gettext6.sh
index 95e5ff91a..b83678ed0 100644
--- a/libc/intl/tst-gettext6.sh
+++ b/libc/intl/tst-gettext6.sh
@@ -15,9 +15,8 @@
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
common_objpfx=$1
run_program_prefix=$2
diff --git a/libc/intl/tst-ngettext.c b/libc/intl/tst-ngettext.c
index 22b5447d7..a9fd04909 100644
--- a/libc/intl/tst-ngettext.c
+++ b/libc/intl/tst-ngettext.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <langinfo.h>
#include <libintl.h>
diff --git a/libc/intl/tst-translit.c b/libc/intl/tst-translit.c
index 4f8b0cdc8..e0eae7c08 100644
--- a/libc/intl/tst-translit.c
+++ b/libc/intl/tst-translit.c
@@ -14,9 +14,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <libintl.h>
#include <locale.h>
diff --git a/libc/intl/tst-translit.sh b/libc/intl/tst-translit.sh
index 19e9c5df6..c5d4bc95c 100755
--- a/libc/intl/tst-translit.sh
+++ b/libc/intl/tst-translit.sh
@@ -15,9 +15,8 @@
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
common_objpfx=$1
objpfx=$2