From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- intl/Makefile | 5 ++--- intl/bindtextdom.c | 5 ++--- intl/dcgettext.c | 5 ++--- intl/dcigettext.c | 5 ++--- intl/dcngettext.c | 5 ++--- intl/dgettext.c | 5 ++--- intl/dngettext.c | 5 ++--- intl/explodename.c | 5 ++--- intl/finddomain.c | 5 ++--- intl/gettext.c | 5 ++--- intl/gettextP.h | 5 ++--- intl/gmo.h | 5 ++--- intl/hash-string.c | 5 ++--- intl/hash-string.h | 5 ++--- intl/l10nflist.c | 5 ++--- intl/libintl.h | 5 ++--- intl/loadinfo.h | 5 ++--- intl/loadmsgcat.c | 5 ++--- intl/locale.alias | 3 +-- intl/localealias.c | 5 ++--- intl/ngettext.c | 5 ++--- intl/plural-eval.c | 5 ++--- intl/plural-exp.c | 5 ++--- intl/plural-exp.h | 5 ++--- intl/po2test.sed | 3 +-- intl/textdomain.c | 5 ++--- intl/tst-codeset.c | 5 ++--- intl/tst-codeset.sh | 5 ++--- intl/tst-gettext.c | 5 ++--- intl/tst-gettext.sh | 5 ++--- intl/tst-gettext2.c | 5 ++--- intl/tst-gettext2.sh | 5 ++--- intl/tst-gettext3.c | 5 ++--- intl/tst-gettext3.sh | 5 ++--- intl/tst-gettext4.c | 5 ++--- intl/tst-gettext4.sh | 5 ++--- intl/tst-gettext5.c | 5 ++--- intl/tst-gettext5.sh | 5 ++--- intl/tst-gettext6.c | 5 ++--- intl/tst-gettext6.sh | 5 ++--- intl/tst-ngettext.c | 5 ++--- intl/tst-translit.c | 5 ++--- intl/tst-translit.sh | 5 ++--- 43 files changed, 84 insertions(+), 127 deletions(-) (limited to 'intl') diff --git a/intl/Makefile b/intl/Makefile index ee53836998..c9a3575329 100644 --- a/intl/Makefile +++ b/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 +# . # Makefile for intl subdirectory: message handling code from GNU gettext. diff --git a/intl/bindtextdom.c b/intl/bindtextdom.c index 7a956d4471..98a3606db1 100644 --- a/intl/bindtextdom.c +++ b/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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/intl/dcgettext.c b/intl/dcgettext.c index edf98b6973..3074340d1a 100644 --- a/intl/dcgettext.c +++ b/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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/intl/dcigettext.c b/intl/dcigettext.c index 7f6875006a..f6b757379c 100644 --- a/intl/dcigettext.c +++ b/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 + . */ /* Tell glibc's to provide a prototype for mempcpy(). This must come before because may include diff --git a/intl/dcngettext.c b/intl/dcngettext.c index 6d95d1bc74..b0e2ee8d8c 100644 --- a/intl/dcngettext.c +++ b/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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/intl/dgettext.c b/intl/dgettext.c index c766d9508d..d805f982c5 100644 --- a/intl/dgettext.c +++ b/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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/intl/dngettext.c b/intl/dngettext.c index 89c7b0afcf..18ff68e94e 100644 --- a/intl/dngettext.c +++ b/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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/intl/explodename.c b/intl/explodename.c index 321204d8df..52506c4c70 100644 --- a/intl/explodename.c +++ b/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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/intl/finddomain.c b/intl/finddomain.c index 03583b12b7..fec3156985 100644 --- a/intl/finddomain.c +++ b/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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/intl/gettext.c b/intl/gettext.c index 63abe582b5..b24b62339b 100644 --- a/intl/gettext.c +++ b/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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/intl/gettextP.h b/intl/gettextP.h index 381e0f18e1..b48912d212 100644 --- a/intl/gettextP.h +++ b/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 + . */ #ifndef _GETTEXTP_H #define _GETTEXTP_H diff --git a/intl/gmo.h b/intl/gmo.h index 81003fcee6..f16b9544b6 100644 --- a/intl/gmo.h +++ b/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 + . */ #ifndef _GETTEXT_H #define _GETTEXT_H 1 diff --git a/intl/hash-string.c b/intl/hash-string.c index 465456f4b5..1b6cfa01b6 100644 --- a/intl/hash-string.c +++ b/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 + . */ #include "hash-string.h" diff --git a/intl/hash-string.h b/intl/hash-string.h index 578a329e7d..b32f725fa1 100644 --- a/intl/hash-string.h +++ b/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 + . */ /* @@ end of prolog @@ */ diff --git a/intl/l10nflist.c b/intl/l10nflist.c index df91f3deca..b67f8d4235 100644 --- a/intl/l10nflist.c +++ b/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 + . */ /* Tell glibc's to provide a prototype for stpcpy(). This must come before because may include diff --git a/intl/libintl.h b/intl/libintl.h index 8f3018926c..eb6a3e6a83 100644 --- a/intl/libintl.h +++ b/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 + . */ #ifndef _LIBINTL_H #define _LIBINTL_H 1 diff --git a/intl/loadinfo.h b/intl/loadinfo.h index 52abfc3c6a..1055abaee2 100644 --- a/intl/loadinfo.h +++ b/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 + . */ #ifndef _LOADINFO_H #define _LOADINFO_H 1 diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c index 3cba7b1491..4e34a368be 100644 --- a/intl/loadmsgcat.c +++ b/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 + . */ /* Tell glibc's to provide a prototype for mempcpy(). This must come before because may include diff --git a/intl/locale.alias b/intl/locale.alias index 05c979c280..ad9fe3091f 100644 --- a/intl/locale.alias +++ b/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 . # 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/intl/localealias.c b/intl/localealias.c index 6cc69c84b5..1341228716 100644 --- a/intl/localealias.c +++ b/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 + . */ /* Tell glibc's to provide a prototype for mempcpy(). This must come before because may include diff --git a/intl/ngettext.c b/intl/ngettext.c index 7118eae324..109e9da0e5 100644 --- a/intl/ngettext.c +++ b/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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/intl/plural-eval.c b/intl/plural-eval.c index 3f01688c2e..e692e379b1 100644 --- a/intl/plural-eval.c +++ b/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 + . */ static unsigned long int plural_eval (const struct expression *pexp, unsigned long int n) diff --git a/intl/plural-exp.c b/intl/plural-exp.c index b3eee6b432..2fa27bd7f3 100644 --- a/intl/plural-exp.c +++ b/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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/intl/plural-exp.h b/intl/plural-exp.h index 4a7336e26b..900daa1451 100644 --- a/intl/plural-exp.h +++ b/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 + . */ #ifndef _PLURAL_EXP_H #define _PLURAL_EXP_H diff --git a/intl/po2test.sed b/intl/po2test.sed index 8b5e4c82e0..0db1d99d71 100644 --- a/intl/po2test.sed +++ b/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 . # # diff --git a/intl/textdomain.c b/intl/textdomain.c index 1c23e94d76..35fb2e4c99 100644 --- a/intl/textdomain.c +++ b/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 + . */ #ifdef HAVE_CONFIG_H # include diff --git a/intl/tst-codeset.c b/intl/tst-codeset.c index df10161274..e1026f94be 100644 --- a/intl/tst-codeset.c +++ b/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 + . */ #include #include diff --git a/intl/tst-codeset.sh b/intl/tst-codeset.sh index 8b052168b2..1584490aeb 100644 --- a/intl/tst-codeset.sh +++ b/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 +# . common_objpfx=$1 objpfx=$2 diff --git a/intl/tst-gettext.c b/intl/tst-gettext.c index a8406c21f2..38f95a2a14 100644 --- a/intl/tst-gettext.c +++ b/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 + . */ #include #include diff --git a/intl/tst-gettext.sh b/intl/tst-gettext.sh index 9d4375bf8c..e8fee9f3c5 100755 --- a/intl/tst-gettext.sh +++ b/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 +# . common_objpfx=$1 objpfx=$2 diff --git a/intl/tst-gettext2.c b/intl/tst-gettext2.c index 8188aa5251..c5a471c988 100644 --- a/intl/tst-gettext2.c +++ b/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 + . */ #include diff --git a/intl/tst-gettext2.sh b/intl/tst-gettext2.sh index 68157f8a68..656c2e1556 100644 --- a/intl/tst-gettext2.sh +++ b/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 +# . common_objpfx=$1 objpfx=$2 diff --git a/intl/tst-gettext3.c b/intl/tst-gettext3.c index 917967b383..d661a49099 100644 --- a/intl/tst-gettext3.c +++ b/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 + . */ #include #include diff --git a/intl/tst-gettext3.sh b/intl/tst-gettext3.sh index 185576886e..032379c060 100644 --- a/intl/tst-gettext3.sh +++ b/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 +# . common_objpfx=$1 objpfx=$2 diff --git a/intl/tst-gettext4.c b/intl/tst-gettext4.c index a82446d14c..e7d3ac695d 100644 --- a/intl/tst-gettext4.c +++ b/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 + . */ #include #include diff --git a/intl/tst-gettext4.sh b/intl/tst-gettext4.sh index 68779be04d..ac95be1975 100755 --- a/intl/tst-gettext4.sh +++ b/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 +# . common_objpfx=$1 run_program_prefix=$2 diff --git a/intl/tst-gettext5.c b/intl/tst-gettext5.c index 498ecab790..61e95477fd 100644 --- a/intl/tst-gettext5.c +++ b/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 + . */ #include #include diff --git a/intl/tst-gettext5.sh b/intl/tst-gettext5.sh index 8c8d2170e4..a563b43f42 100755 --- a/intl/tst-gettext5.sh +++ b/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 +# . common_objpfx=$1 run_program_prefix=$2 diff --git a/intl/tst-gettext6.c b/intl/tst-gettext6.c index 39611aa3b6..3984ce3710 100644 --- a/intl/tst-gettext6.c +++ b/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 + . */ #include #include diff --git a/intl/tst-gettext6.sh b/intl/tst-gettext6.sh index 95e5ff91a8..b83678ed05 100644 --- a/intl/tst-gettext6.sh +++ b/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 +# . common_objpfx=$1 run_program_prefix=$2 diff --git a/intl/tst-ngettext.c b/intl/tst-ngettext.c index 22b5447d72..a9fd049099 100644 --- a/intl/tst-ngettext.c +++ b/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 + . */ #include #include diff --git a/intl/tst-translit.c b/intl/tst-translit.c index 4f8b0cdc83..e0eae7c088 100644 --- a/intl/tst-translit.c +++ b/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 + . */ #include #include diff --git a/intl/tst-translit.sh b/intl/tst-translit.sh index 22826e996c..3091ab96bb 100755 --- a/intl/tst-translit.sh +++ b/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 +# . common_objpfx=$1 objpfx=$2 -- cgit 1.4.1