summaryrefslogtreecommitdiff
path: root/string
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-09 23:18:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-09 23:18:22 +0000
commit59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch)
tree69edda6ebdfd8fe5d83991ab44723e07f6366420 /string
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
Replace FSF snail mail address with URLs.
Diffstat (limited to 'string')
-rw-r--r--string/Makefile5
-rw-r--r--string/_strerror.c5
-rw-r--r--string/argz-addsep.c5
-rw-r--r--string/argz-append.c5
-rw-r--r--string/argz-count.c5
-rw-r--r--string/argz-create.c5
-rw-r--r--string/argz-ctsep.c5
-rw-r--r--string/argz-delete.c5
-rw-r--r--string/argz-extract.c5
-rw-r--r--string/argz-insert.c5
-rw-r--r--string/argz-next.c5
-rw-r--r--string/argz-replace.c5
-rw-r--r--string/argz-stringify.c5
-rw-r--r--string/argz.h5
-rw-r--r--string/basename.c5
-rw-r--r--string/bcopy.c5
-rw-r--r--string/bits/string2.h5
-rw-r--r--string/bits/string3.h5
-rw-r--r--string/byteswap.h5
-rw-r--r--string/bzero.c5
-rw-r--r--string/endian.h5
-rw-r--r--string/envz.c5
-rw-r--r--string/envz.h5
-rw-r--r--string/ffs.c5
-rw-r--r--string/ffsll.c5
-rw-r--r--string/memccpy.c5
-rw-r--r--string/memchr.c5
-rw-r--r--string/memcmp.c5
-rw-r--r--string/memcpy.c5
-rw-r--r--string/memfrob.c5
-rw-r--r--string/memmem.c5
-rw-r--r--string/memmove.c5
-rw-r--r--string/memory.h5
-rw-r--r--string/mempcpy.c5
-rw-r--r--string/memrchr.c5
-rw-r--r--string/memset.c5
-rw-r--r--string/rawmemchr.c5
-rw-r--r--string/stpcpy.c5
-rw-r--r--string/stpncpy.c5
-rw-r--r--string/str-two-way.h5
-rw-r--r--string/stratcliff.c5
-rw-r--r--string/strcasecmp.c5
-rw-r--r--string/strcasecmp_l.c5
-rw-r--r--string/strcasestr.c5
-rw-r--r--string/strcat.c5
-rw-r--r--string/strchr.c5
-rw-r--r--string/strchrnul.c5
-rw-r--r--string/strcmp.c5
-rw-r--r--string/strcoll.c5
-rw-r--r--string/strcoll_l.c5
-rw-r--r--string/strcpy.c5
-rw-r--r--string/strcspn.c5
-rw-r--r--string/strdup.c5
-rw-r--r--string/strerror.c5
-rw-r--r--string/strerror_l.c5
-rw-r--r--string/strfry.c5
-rw-r--r--string/string-inlines.c5
-rw-r--r--string/string.h5
-rw-r--r--string/strings.h5
-rw-r--r--string/strlen.c5
-rw-r--r--string/strncase.c5
-rw-r--r--string/strncase_l.c5
-rw-r--r--string/strncat.c5
-rw-r--r--string/strncmp.c5
-rw-r--r--string/strncpy.c5
-rw-r--r--string/strndup.c5
-rw-r--r--string/strnlen.c5
-rw-r--r--string/strpbrk.c5
-rw-r--r--string/strrchr.c5
-rw-r--r--string/strsep.c5
-rw-r--r--string/strsignal.c5
-rw-r--r--string/strspn.c5
-rw-r--r--string/strstr.c5
-rw-r--r--string/strtok.c5
-rw-r--r--string/strtok_r.c5
-rw-r--r--string/strverscmp.c5
-rw-r--r--string/strxfrm.c5
-rw-r--r--string/strxfrm_l.c5
-rw-r--r--string/swab.c5
-rw-r--r--string/test-ffs.c5
-rw-r--r--string/test-memccpy.c5
-rw-r--r--string/test-memchr.c5
-rw-r--r--string/test-memcmp.c5
-rw-r--r--string/test-memcpy.c5
-rw-r--r--string/test-memmem.c5
-rw-r--r--string/test-memmove.c5
-rw-r--r--string/test-mempcpy.c5
-rw-r--r--string/test-memset.c5
-rw-r--r--string/test-rawmemchr.c5
-rw-r--r--string/test-stpcpy.c5
-rw-r--r--string/test-stpncpy.c5
-rw-r--r--string/test-strcasecmp.c5
-rw-r--r--string/test-strcasestr.c5
-rw-r--r--string/test-strcat.c5
-rw-r--r--string/test-strchr.c5
-rw-r--r--string/test-strcmp.c5
-rw-r--r--string/test-strcpy.c5
-rw-r--r--string/test-strcspn.c5
-rw-r--r--string/test-string.h5
-rw-r--r--string/test-strlen.c5
-rw-r--r--string/test-strncasecmp.c5
-rw-r--r--string/test-strncat.c5
-rw-r--r--string/test-strncmp.c5
-rw-r--r--string/test-strncpy.c5
-rw-r--r--string/test-strnlen.c5
-rw-r--r--string/test-strpbrk.c5
-rw-r--r--string/test-strrchr.c5
-rw-r--r--string/test-strspn.c5
-rw-r--r--string/test-strstr.c5
-rw-r--r--string/testcopy.c5
-rw-r--r--string/tester.c5
-rw-r--r--string/tst-bswap.c5
-rw-r--r--string/tst-inlcall.c5
-rw-r--r--string/wordcopy.c5
-rw-r--r--string/xpg-strerror.c5
115 files changed, 230 insertions, 345 deletions
diff --git a/string/Makefile b/string/Makefile
index 459cf810ff..a402602099 100644
--- a/string/Makefile
+++ b/string/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/>.
#
# Sub-makefile for string portion of library.
diff --git a/string/_strerror.c b/string/_strerror.c
index ad9b148108..87540797d9 100644
--- a/string/_strerror.c
+++ b/string/_strerror.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 <libintl.h>
#include <stdbool.h>
diff --git a/string/argz-addsep.c b/string/argz-addsep.c
index 0584b1f691..09bee45212 100644
--- a/string/argz-addsep.c
+++ b/string/argz-addsep.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 <argz.h>
#include <errno.h>
diff --git a/string/argz-append.c b/string/argz-append.c
index 9437fde701..d636ed0d6e 100644
--- a/string/argz-append.c
+++ b/string/argz-append.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 <argz.h>
#include <string.h>
diff --git a/string/argz-count.c b/string/argz-count.c
index 39282e84a2..723e9f2071 100644
--- a/string/argz-count.c
+++ b/string/argz-count.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 <argz.h>
#include <string.h>
diff --git a/string/argz-create.c b/string/argz-create.c
index 7bfe14cb81..4a4382cd85 100644
--- a/string/argz-create.c
+++ b/string/argz-create.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 <argz.h>
#include <stdlib.h>
diff --git a/string/argz-ctsep.c b/string/argz-ctsep.c
index 0f2b2f5e80..9268cb680d 100644
--- a/string/argz-ctsep.c
+++ b/string/argz-ctsep.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 <argz.h>
#include <errno.h>
diff --git a/string/argz-delete.c b/string/argz-delete.c
index 508b837a8a..4aab04020f 100644
--- a/string/argz-delete.c
+++ b/string/argz-delete.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 <argz.h>
#include <string.h>
diff --git a/string/argz-extract.c b/string/argz-extract.c
index 0a11ed81ba..2cf3d4aa45 100644
--- a/string/argz-extract.c
+++ b/string/argz-extract.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 <argz.h>
diff --git a/string/argz-insert.c b/string/argz-insert.c
index 8ab9a8b4f3..dc73bc6767 100644
--- a/string/argz-insert.c
+++ b/string/argz-insert.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 <argz.h>
#include <string.h>
diff --git a/string/argz-next.c b/string/argz-next.c
index 9854d22002..9b598c5110 100644
--- a/string/argz-next.c
+++ b/string/argz-next.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 <argz.h>
#include <string.h>
diff --git a/string/argz-replace.c b/string/argz-replace.c
index 1b0eb15fd7..92b2b171a5 100644
--- a/string/argz-replace.c
+++ b/string/argz-replace.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 <stdlib.h>
#include <string.h>
diff --git a/string/argz-stringify.c b/string/argz-stringify.c
index 46af8899c8..7ff8f6bf80 100644
--- a/string/argz-stringify.c
+++ b/string/argz-stringify.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 <argz.h>
#include <string.h>
diff --git a/string/argz.h b/string/argz.h
index 96bf85b913..5a54a35ad2 100644
--- a/string/argz.h
+++ b/string/argz.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 _ARGZ_H
#define _ARGZ_H 1
diff --git a/string/basename.c b/string/basename.c
index 5ea1bb0b6a..c42b81c70f 100644
--- a/string/basename.c
+++ b/string/basename.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/string/bcopy.c b/string/bcopy.c
index 3f16b884ac..bc3b0397fa 100644
--- a/string/bcopy.c
+++ b/string/bcopy.c
@@ -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/>. */
#include <string.h>
diff --git a/string/bits/string2.h b/string/bits/string2.h
index f2945b3a1c..af5c88ca75 100644
--- a/string/bits/string2.h
+++ b/string/bits/string2.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 _STRING_H
# error "Never use <bits/string2.h> directly; include <string.h> instead."
diff --git a/string/bits/string3.h b/string/bits/string3.h
index cdc01db53c..ebd7049211 100644
--- a/string/bits/string3.h
+++ b/string/bits/string3.h
@@ -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/>. */
#ifndef _STRING_H
# error "Never use <bits/string3.h> directly; include <string.h> instead."
diff --git a/string/byteswap.h b/string/byteswap.h
index b61d4dda88..18ca95d373 100644
--- a/string/byteswap.h
+++ b/string/byteswap.h
@@ -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/>. */
#ifndef _BYTESWAP_H
#define _BYTESWAP_H 1
diff --git a/string/bzero.c b/string/bzero.c
index c6ede14139..b7a88ec925 100644
--- a/string/bzero.c
+++ b/string/bzero.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 <string.h>
#include <memcopy.h>
diff --git a/string/endian.h b/string/endian.h
index 37d030a252..13e8c75c9f 100644
--- a/string/endian.h
+++ b/string/endian.h
@@ -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/>. */
#ifndef _ENDIAN_H
#define _ENDIAN_H 1
diff --git a/string/envz.c b/string/envz.c
index a9d420212f..9398e320f1 100644
--- a/string/envz.c
+++ b/string/envz.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 <malloc.h>
#include <string.h>
diff --git a/string/envz.h b/string/envz.h
index 29590253f8..d45204f8cb 100644
--- a/string/envz.h
+++ b/string/envz.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 _ENVZ_H
#define _ENVZ_H 1
diff --git a/string/ffs.c b/string/ffs.c
index 06a1542bd9..0d2bfb3959 100644
--- a/string/ffs.c
+++ b/string/ffs.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 <limits.h>
#define ffsl __something_else
diff --git a/string/ffsll.c b/string/ffsll.c
index 9dd269afb7..664306c6a1 100644
--- a/string/ffsll.c
+++ b/string/ffsll.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 <limits.h>
#define ffsl __something_else
diff --git a/string/memccpy.c b/string/memccpy.c
index 9ffdc335d4..a8649fff7f 100644
--- a/string/memccpy.c
+++ b/string/memccpy.c
@@ -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/>. */
#include <string.h>
diff --git a/string/memchr.c b/string/memchr.c
index 28de95741d..7de21a6acc 100644
--- a/string/memchr.c
+++ b/string/memchr.c
@@ -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/>. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/string/memcmp.c b/string/memcmp.c
index d2ec1c279c..a73cc19b62 100644
--- a/string/memcmp.c
+++ b/string/memcmp.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/string/memcpy.c b/string/memcpy.c
index e167e85d7b..3080fcb4de 100644
--- a/string/memcpy.c
+++ b/string/memcpy.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 <string.h>
#include <memcopy.h>
diff --git a/string/memfrob.c b/string/memfrob.c
index fe5b04f8ce..6ef996ce3f 100644
--- a/string/memfrob.c
+++ b/string/memfrob.c
@@ -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/>. */
#include <string.h>
diff --git a/string/memmem.c b/string/memmem.c
index 3176ab7755..625c9cffda 100644
--- a/string/memmem.c
+++ b/string/memmem.c
@@ -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/>. */
/* This particular implementation was written by Eric Blake, 2008. */
diff --git a/string/memmove.c b/string/memmove.c
index 8e36e7c5a3..ede27ffcf2 100644
--- a/string/memmove.c
+++ b/string/memmove.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 <string.h>
#include <memcopy.h>
diff --git a/string/memory.h b/string/memory.h
index 743fa6a95b..176a0a92c0 100644
--- a/string/memory.h
+++ b/string/memory.h
@@ -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/>. */
/*
* SVID
diff --git a/string/mempcpy.c b/string/mempcpy.c
index a72617e86f..2a542e3c26 100644
--- a/string/mempcpy.c
+++ b/string/mempcpy.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 <string.h>
#include <memcopy.h>
diff --git a/string/memrchr.c b/string/memrchr.c
index a19f8e61d7..5a83a4a9c9 100644
--- a/string/memrchr.c
+++ b/string/memrchr.c
@@ -18,9 +18,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 <stdlib.h>
diff --git a/string/memset.c b/string/memset.c
index 592b11e435..036cb5f624 100644
--- a/string/memset.c
+++ b/string/memset.c
@@ -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/>. */
#include <string.h>
#include <memcopy.h>
diff --git a/string/rawmemchr.c b/string/rawmemchr.c
index a7c9ec67d0..e92e1b491c 100644
--- a/string/rawmemchr.c
+++ b/string/rawmemchr.c
@@ -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/>. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/string/stpcpy.c b/string/stpcpy.c
index 6e42911fde..b0a83badf6 100644
--- a/string/stpcpy.c
+++ b/string/stpcpy.c
@@ -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/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/string/stpncpy.c b/string/stpncpy.c
index 2ebab33d8a..d475b14902 100644
--- a/string/stpncpy.c
+++ b/string/stpncpy.c
@@ -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/>. */
/* This is almost copied from strncpy.c, written by Torbjorn Granlund. */
diff --git a/string/str-two-way.h b/string/str-two-way.h
index 76044b34fe..1b2a8bd545 100644
--- a/string/str-two-way.h
+++ b/string/str-two-way.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/>. */
/* Before including this file, you need to include <string.h> (and
<config.h> before that, if not part of libc), and define:
diff --git a/string/stratcliff.c b/string/stratcliff.c
index 5176409c5b..97e9d34154 100644
--- a/string/stratcliff.c
+++ b/string/stratcliff.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/>. */
#define _GNU_SOURCE 1
diff --git a/string/strcasecmp.c b/string/strcasecmp.c
index 3ae3d67d04..e7a3c4481b 100644
--- a/string/strcasecmp.c
+++ b/string/strcasecmp.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/string/strcasecmp_l.c b/string/strcasecmp_l.c
index 498a27d975..2969161e23 100644
--- a/string/strcasecmp_l.c
+++ b/string/strcasecmp_l.c
@@ -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/>. */
#define USE_IN_EXTENDED_LOCALE_MODEL 1
#include "strcasecmp.c"
diff --git a/string/strcasestr.c b/string/strcasestr.c
index f0b2fa55bd..9e1bde97ae 100644
--- a/string/strcasestr.c
+++ b/string/strcasestr.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/>. */
/*
* My personal strstr() implementation that beats most other algorithms.
diff --git a/string/strcat.c b/string/strcat.c
index eef22add36..3967fa82d7 100644
--- a/string/strcat.c
+++ b/string/strcat.c
@@ -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/>. */
#include <string.h>
#include <memcopy.h>
diff --git a/string/strchr.c b/string/strchr.c
index 5afd364533..3d44958478 100644
--- a/string/strchr.c
+++ b/string/strchr.c
@@ -18,9 +18,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 <string.h>
#include <memcopy.h>
diff --git a/string/strchrnul.c b/string/strchrnul.c
index 88b96dd126..523a72f3f8 100644
--- a/string/strchrnul.c
+++ b/string/strchrnul.c
@@ -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/>. */
#include <string.h>
#include <memcopy.h>
diff --git a/string/strcmp.c b/string/strcmp.c
index bd53c05c6e..e9b24c9512 100644
--- a/string/strcmp.c
+++ b/string/strcmp.c
@@ -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/>. */
#include <string.h>
#include <memcopy.h>
diff --git a/string/strcoll.c b/string/strcoll.c
index 8e8fdc7792..02cb61e8e4 100644
--- a/string/strcoll.c
+++ b/string/strcoll.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 <string.h>
diff --git a/string/strcoll_l.c b/string/strcoll_l.c
index fb77d08238..4cee76aa6f 100644
--- a/string/strcoll_l.c
+++ b/string/strcoll_l.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 <assert.h>
diff --git a/string/strcpy.c b/string/strcpy.c
index c736a60762..f565f34fcf 100644
--- a/string/strcpy.c
+++ b/string/strcpy.c
@@ -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/>. */
#include <stddef.h>
#include <string.h>
diff --git a/string/strcspn.c b/string/strcspn.c
index f359d578f7..629042951c 100644
--- a/string/strcspn.c
+++ b/string/strcspn.c
@@ -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/>. */
#if HAVE_CONFIG_H
# include <config.h>
diff --git a/string/strdup.c b/string/strdup.c
index 559df60e29..6eaffe9ace 100644
--- a/string/strdup.c
+++ b/string/strdup.c
@@ -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/>. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/string/strerror.c b/string/strerror.c
index 5d829d0bf0..9d5b7ae280 100644
--- a/string/strerror.c
+++ b/string/strerror.c
@@ -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/>. */
#include <libintl.h>
#include <stdio.h>
diff --git a/string/strerror_l.c b/string/strerror_l.c
index 32a004ee75..42a15b1155 100644
--- a/string/strerror_l.c
+++ b/string/strerror_l.c
@@ -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/>. */
#include <libintl.h>
#include <locale.h>
diff --git a/string/strfry.c b/string/strfry.c
index d3fcb14bab..1b16440ace 100644
--- a/string/strfry.c
+++ b/string/strfry.c
@@ -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/>. */
#include <string.h>
#include <stdlib.h>
diff --git a/string/string-inlines.c b/string/string-inlines.c
index 89a5baab5d..e42cc001ae 100644
--- a/string/string-inlines.c
+++ b/string/string-inlines.c
@@ -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/>. */
/* <bits/string.h> and <bits/string2.h> declare some extern inline
functions. These functions are declared additionally here if
diff --git a/string/string.h b/string/string.h
index 63a1e76b2c..e77714b89f 100644
--- a/string/string.h
+++ b/string/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/>. */
/*
* ISO C99 Standard: 7.21 String handling <string.h>
diff --git a/string/strings.h b/string/strings.h
index c352afa74b..97cddc8dd0 100644
--- a/string/strings.h
+++ b/string/strings.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 _STRINGS_H
#define _STRINGS_H 1
diff --git a/string/strlen.c b/string/strlen.c
index 5f22ce9509..5c1efdad9a 100644
--- a/string/strlen.c
+++ b/string/strlen.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 <string.h>
#include <stdlib.h>
diff --git a/string/strncase.c b/string/strncase.c
index a55aaf6a3a..02fd51fd40 100644
--- a/string/strncase.c
+++ b/string/strncase.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/string/strncase_l.c b/string/strncase_l.c
index 0f22b46de1..3d3dc88cc2 100644
--- a/string/strncase_l.c
+++ b/string/strncase_l.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/>. */
#define USE_IN_EXTENDED_LOCALE_MODEL 1
#include "strncase.c"
diff --git a/string/strncat.c b/string/strncat.c
index bf6f99b277..dceadb206a 100644
--- a/string/strncat.c
+++ b/string/strncat.c
@@ -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/>. */
#include <string.h>
diff --git a/string/strncmp.c b/string/strncmp.c
index bb0cbfdf65..f586d592e6 100644
--- a/string/strncmp.c
+++ b/string/strncmp.c
@@ -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/>. */
#include <string.h>
#include <memcopy.h>
diff --git a/string/strncpy.c b/string/strncpy.c
index 2274d7d31e..f6ee27832d 100644
--- a/string/strncpy.c
+++ b/string/strncpy.c
@@ -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/>. */
#include <string.h>
#include <memcopy.h>
diff --git a/string/strndup.c b/string/strndup.c
index 68ba6c766b..f4caef4195 100644
--- a/string/strndup.c
+++ b/string/strndup.c
@@ -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/>. */
#ifdef HAVE_CONFIG_H
# include "config.h"
diff --git a/string/strnlen.c b/string/strnlen.c
index d083ec29e6..65b9aa6aa1 100644
--- a/string/strnlen.c
+++ b/string/strnlen.c
@@ -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; see the file COPYING.LIB. 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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>. */
#include <string.h>
#include <stdlib.h>
diff --git a/string/strpbrk.c b/string/strpbrk.c
index 620cfab7f9..7f45fdf68b 100644
--- a/string/strpbrk.c
+++ b/string/strpbrk.c
@@ -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/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/string/strrchr.c b/string/strrchr.c
index 64118b87ef..a986ff920f 100644
--- a/string/strrchr.c
+++ b/string/strrchr.c
@@ -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/>. */
#include <string.h>
diff --git a/string/strsep.c b/string/strsep.c
index e5342f7a22..6c734587a5 100644
--- a/string/strsep.c
+++ b/string/strsep.c
@@ -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/>. */
#include <string.h>
diff --git a/string/strsignal.c b/string/strsignal.c
index 8c5ed1e621..74ebe3615f 100644
--- a/string/strsignal.c
+++ b/string/strsignal.c
@@ -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/>. */
#include <signal.h>
#include <stdio.h>
diff --git a/string/strspn.c b/string/strspn.c
index dc17ea8cbc..48624aa46d 100644
--- a/string/strspn.c
+++ b/string/strspn.c
@@ -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/>. */
#include <string.h>
diff --git a/string/strstr.c b/string/strstr.c
index ef45f82758..10e6fdc7f9 100644
--- a/string/strstr.c
+++ b/string/strstr.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/>. */
/* This particular implementation was written by Eric Blake, 2008. */
diff --git a/string/strtok.c b/string/strtok.c
index 9d6bb06779..be0b958844 100644
--- a/string/strtok.c
+++ b/string/strtok.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 <string.h>
diff --git a/string/strtok_r.c b/string/strtok_r.c
index b11cb520f6..5112a6044e 100644
--- a/string/strtok_r.c
+++ b/string/strtok_r.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/string/strverscmp.c b/string/strverscmp.c
index 7c5be8dd95..d41664296e 100644
--- a/string/strverscmp.c
+++ b/string/strverscmp.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 <stdint.h>
#include <string.h>
diff --git a/string/strxfrm.c b/string/strxfrm.c
index 840f270675..3ef331fb2d 100644
--- a/string/strxfrm.c
+++ b/string/strxfrm.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 <string.h>
#include <locale/localeinfo.h>
diff --git a/string/strxfrm_l.c b/string/strxfrm_l.c
index b06556dfbd..ebc67bea31 100644
--- a/string/strxfrm_l.c
+++ b/string/strxfrm_l.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 <assert.h>
#include <langinfo.h>
diff --git a/string/swab.c b/string/swab.c
index 102058ab66..3d2c45c5ff 100644
--- a/string/swab.c
+++ b/string/swab.c
@@ -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/>. */
#include <unistd.h>
diff --git a/string/test-ffs.c b/string/test-ffs.c
index 3725910544..e1d17cb6d0 100644
--- a/string/test-ffs.c
+++ b/string/test-ffs.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 <stdlib.h>
#include <stdio.h>
diff --git a/string/test-memccpy.c b/string/test-memccpy.c
index 26532633df..8fa96bc9b7 100644
--- a/string/test-memccpy.c
+++ b/string/test-memccpy.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-memchr.c b/string/test-memchr.c
index cd9a01e3da..315726dc25 100644
--- a/string/test-memchr.c
+++ b/string/test-memchr.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-memcmp.c b/string/test-memcmp.c
index f246d3a78b..2e61f59733 100644
--- a/string/test-memcmp.c
+++ b/string/test-memcmp.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-memcpy.c b/string/test-memcpy.c
index 7b0723a65a..311b4b4981 100644
--- a/string/test-memcpy.c
+++ b/string/test-memcpy.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/>. */
#ifndef MEMCPY_RESULT
# define MEMCPY_RESULT(dst, len) dst
diff --git a/string/test-memmem.c b/string/test-memmem.c
index 91b661b163..4076029d1b 100644
--- a/string/test-memmem.c
+++ b/string/test-memmem.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/>. */
#define TEST_MAIN
#define BUF1PAGES 20
diff --git a/string/test-memmove.c b/string/test-memmove.c
index 2f3a8f7631..7d10712394 100644
--- a/string/test-memmove.c
+++ b/string/test-memmove.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-mempcpy.c b/string/test-mempcpy.c
index f8b02672f6..c021a66301 100644
--- a/string/test-mempcpy.c
+++ b/string/test-mempcpy.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/>. */
#define MEMCPY_RESULT(dst, len) (dst) + (len)
#define TEST_MAIN
diff --git a/string/test-memset.c b/string/test-memset.c
index 601ace4195..839b8a1802 100644
--- a/string/test-memset.c
+++ b/string/test-memset.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/>. */
#define TEST_MAIN
#define MIN_PAGE_SIZE 131072
diff --git a/string/test-rawmemchr.c b/string/test-rawmemchr.c
index 58c1b158f3..c8000d68c4 100644
--- a/string/test-rawmemchr.c
+++ b/string/test-rawmemchr.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 <assert.h>
diff --git a/string/test-stpcpy.c b/string/test-stpcpy.c
index c8d4cc44e9..accc05c449 100644
--- a/string/test-stpcpy.c
+++ b/string/test-stpcpy.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/>. */
#define STRCPY_RESULT(dst, len) ((dst) + (len))
#define TEST_MAIN
diff --git a/string/test-stpncpy.c b/string/test-stpncpy.c
index 8784588645..8fb6d799be 100644
--- a/string/test-stpncpy.c
+++ b/string/test-stpncpy.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/>. */
#define STRNCPY_RESULT(dst, len, n) ((dst) + ((len) > (n) ? (n) : (len)))
#define TEST_MAIN
diff --git a/string/test-strcasecmp.c b/string/test-strcasecmp.c
index 7d1d110148..039d9c1e3c 100644
--- a/string/test-strcasecmp.c
+++ b/string/test-strcasecmp.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 <ctype.h>
#define TEST_MAIN
diff --git a/string/test-strcasestr.c b/string/test-strcasestr.c
index edc41f3466..6c1a878617 100644
--- a/string/test-strcasestr.c
+++ b/string/test-strcasestr.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-strcat.c b/string/test-strcat.c
index 443752069c..7dcd7bc5b9 100644
--- a/string/test-strcat.c
+++ b/string/test-strcat.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-strchr.c b/string/test-strchr.c
index a46ee82c1d..e544aa7158 100644
--- a/string/test-strchr.c
+++ b/string/test-strchr.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-strcmp.c b/string/test-strcmp.c
index 62a42eba85..85df6dcd48 100644
--- a/string/test-strcmp.c
+++ b/string/test-strcmp.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-strcpy.c b/string/test-strcpy.c
index 04d9897b67..3a0b118afb 100644
--- a/string/test-strcpy.c
+++ b/string/test-strcpy.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 WIDE
# include <wchar.h>
diff --git a/string/test-strcspn.c b/string/test-strcspn.c
index b5631790b6..d80947a10a 100644
--- a/string/test-strcspn.c
+++ b/string/test-strcspn.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/>. */
#define STRPBRK_RESULT(s, pos) (pos)
#define RES_TYPE size_t
diff --git a/string/test-string.h b/string/test-string.h
index e384940469..40fec18e32 100644
--- a/string/test-string.h
+++ b/string/test-string.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/>. */
#include <sys/cdefs.h>
diff --git a/string/test-strlen.c b/string/test-strlen.c
index f12d3ba9d3..0ac5184bc8 100644
--- a/string/test-strlen.c
+++ b/string/test-strlen.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-strncasecmp.c b/string/test-strncasecmp.c
index daff6ede8f..6c17530408 100644
--- a/string/test-strncasecmp.c
+++ b/string/test-strncasecmp.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 <ctype.h>
#define TEST_MAIN
diff --git a/string/test-strncat.c b/string/test-strncat.c
index f7cf7df229..69c8c0b21d 100644
--- a/string/test-strncat.c
+++ b/string/test-strncat.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-strncmp.c b/string/test-strncmp.c
index 00971df22f..266781bc44 100644
--- a/string/test-strncmp.c
+++ b/string/test-strncmp.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-strncpy.c b/string/test-strncpy.c
index d7a714cef1..f683f7d743 100644
--- a/string/test-strncpy.c
+++ b/string/test-strncpy.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/>. */
#ifndef STRNCPY_RESULT
# define STRNCPY_RESULT(dst, len, n) dst
diff --git a/string/test-strnlen.c b/string/test-strnlen.c
index cb8c80fe35..547df45ad8 100644
--- a/string/test-strnlen.c
+++ b/string/test-strnlen.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-strpbrk.c b/string/test-strpbrk.c
index f3ed2080bc..263a7fdfb6 100644
--- a/string/test-strpbrk.c
+++ b/string/test-strpbrk.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/>. */
#ifndef STRPBRK_RESULT
# define STRPBRK_RESULT(s, pos) ((s)[(pos)] ? (s) + (pos) : NULL)
diff --git a/string/test-strrchr.c b/string/test-strrchr.c
index 484c2f302a..c63c8dea6f 100644
--- a/string/test-strrchr.c
+++ b/string/test-strrchr.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-strspn.c b/string/test-strspn.c
index 15cf4923f0..743bc0ae40 100644
--- a/string/test-strspn.c
+++ b/string/test-strspn.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/test-strstr.c b/string/test-strstr.c
index c1da68663a..6be460168c 100644
--- a/string/test-strstr.c
+++ b/string/test-strstr.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/>. */
#define TEST_MAIN
#include "test-string.h"
diff --git a/string/testcopy.c b/string/testcopy.c
index 60039f7906..51c47a1746 100644
--- a/string/testcopy.c
+++ b/string/testcopy.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 <stdlib.h>
#include <stdio.h>
diff --git a/string/tester.c b/string/tester.c
index a86249de7d..736543b570 100644
--- a/string/tester.c
+++ b/string/tester.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/>. */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
diff --git a/string/tst-bswap.c b/string/tst-bswap.c
index b2b4ef08d0..52a2718143 100644
--- a/string/tst-bswap.c
+++ b/string/tst-bswap.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 <byteswap.h>
#include <stdio.h>
diff --git a/string/tst-inlcall.c b/string/tst-inlcall.c
index 2a4124ea50..7e2eba37ec 100644
--- a/string/tst-inlcall.c
+++ b/string/tst-inlcall.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/>. */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
diff --git a/string/wordcopy.c b/string/wordcopy.c
index 0c9a4be4f6..b171f27c65 100644
--- a/string/wordcopy.c
+++ b/string/wordcopy.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/>. */
/* BE VERY CAREFUL IF YOU CHANGE THIS CODE...! */
diff --git a/string/xpg-strerror.c b/string/xpg-strerror.c
index 10fc1bf99f..7e46b33183 100644
--- a/string/xpg-strerror.c
+++ b/string/xpg-strerror.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 <assert.h>
#include <errno.h>