summaryrefslogtreecommitdiff
path: root/libc/string
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string')
-rw-r--r--libc/string/Makefile5
-rw-r--r--libc/string/_strerror.c5
-rw-r--r--libc/string/argz-addsep.c5
-rw-r--r--libc/string/argz-append.c5
-rw-r--r--libc/string/argz-count.c5
-rw-r--r--libc/string/argz-create.c5
-rw-r--r--libc/string/argz-ctsep.c5
-rw-r--r--libc/string/argz-delete.c5
-rw-r--r--libc/string/argz-extract.c5
-rw-r--r--libc/string/argz-insert.c5
-rw-r--r--libc/string/argz-next.c5
-rw-r--r--libc/string/argz-replace.c5
-rw-r--r--libc/string/argz-stringify.c5
-rw-r--r--libc/string/argz.h5
-rw-r--r--libc/string/basename.c5
-rw-r--r--libc/string/bcopy.c5
-rw-r--r--libc/string/bits/string2.h5
-rw-r--r--libc/string/bits/string3.h5
-rw-r--r--libc/string/byteswap.h5
-rw-r--r--libc/string/bzero.c5
-rw-r--r--libc/string/endian.h5
-rw-r--r--libc/string/envz.c5
-rw-r--r--libc/string/envz.h5
-rw-r--r--libc/string/ffs.c5
-rw-r--r--libc/string/ffsll.c5
-rw-r--r--libc/string/memccpy.c5
-rw-r--r--libc/string/memchr.c5
-rw-r--r--libc/string/memcmp.c5
-rw-r--r--libc/string/memcpy.c5
-rw-r--r--libc/string/memfrob.c5
-rw-r--r--libc/string/memmem.c5
-rw-r--r--libc/string/memmove.c5
-rw-r--r--libc/string/memory.h5
-rw-r--r--libc/string/mempcpy.c5
-rw-r--r--libc/string/memrchr.c5
-rw-r--r--libc/string/memset.c5
-rw-r--r--libc/string/rawmemchr.c5
-rw-r--r--libc/string/stpcpy.c5
-rw-r--r--libc/string/stpncpy.c5
-rw-r--r--libc/string/str-two-way.h5
-rw-r--r--libc/string/stratcliff.c5
-rw-r--r--libc/string/strcasecmp.c5
-rw-r--r--libc/string/strcasecmp_l.c5
-rw-r--r--libc/string/strcasestr.c5
-rw-r--r--libc/string/strcat.c5
-rw-r--r--libc/string/strchr.c5
-rw-r--r--libc/string/strchrnul.c5
-rw-r--r--libc/string/strcmp.c5
-rw-r--r--libc/string/strcoll.c5
-rw-r--r--libc/string/strcoll_l.c5
-rw-r--r--libc/string/strcpy.c5
-rw-r--r--libc/string/strcspn.c5
-rw-r--r--libc/string/strdup.c5
-rw-r--r--libc/string/strerror.c5
-rw-r--r--libc/string/strerror_l.c5
-rw-r--r--libc/string/strfry.c5
-rw-r--r--libc/string/string-inlines.c5
-rw-r--r--libc/string/string.h5
-rw-r--r--libc/string/strings.h5
-rw-r--r--libc/string/strlen.c5
-rw-r--r--libc/string/strncase.c5
-rw-r--r--libc/string/strncase_l.c5
-rw-r--r--libc/string/strncat.c5
-rw-r--r--libc/string/strncmp.c5
-rw-r--r--libc/string/strncpy.c5
-rw-r--r--libc/string/strndup.c5
-rw-r--r--libc/string/strnlen.c5
-rw-r--r--libc/string/strpbrk.c5
-rw-r--r--libc/string/strrchr.c5
-rw-r--r--libc/string/strsep.c5
-rw-r--r--libc/string/strsignal.c5
-rw-r--r--libc/string/strspn.c5
-rw-r--r--libc/string/strstr.c5
-rw-r--r--libc/string/strtok.c5
-rw-r--r--libc/string/strtok_r.c5
-rw-r--r--libc/string/strverscmp.c5
-rw-r--r--libc/string/strxfrm.c5
-rw-r--r--libc/string/strxfrm_l.c5
-rw-r--r--libc/string/swab.c5
-rw-r--r--libc/string/test-ffs.c5
-rw-r--r--libc/string/test-memccpy.c5
-rw-r--r--libc/string/test-memchr.c5
-rw-r--r--libc/string/test-memcmp.c5
-rw-r--r--libc/string/test-memcpy.c5
-rw-r--r--libc/string/test-memmem.c5
-rw-r--r--libc/string/test-memmove.c5
-rw-r--r--libc/string/test-mempcpy.c5
-rw-r--r--libc/string/test-memset.c5
-rw-r--r--libc/string/test-rawmemchr.c5
-rw-r--r--libc/string/test-stpcpy.c5
-rw-r--r--libc/string/test-stpncpy.c5
-rw-r--r--libc/string/test-strcasecmp.c5
-rw-r--r--libc/string/test-strcasestr.c5
-rw-r--r--libc/string/test-strcat.c5
-rw-r--r--libc/string/test-strchr.c5
-rw-r--r--libc/string/test-strcmp.c5
-rw-r--r--libc/string/test-strcpy.c5
-rw-r--r--libc/string/test-strcspn.c5
-rw-r--r--libc/string/test-string.h5
-rw-r--r--libc/string/test-strlen.c5
-rw-r--r--libc/string/test-strncasecmp.c5
-rw-r--r--libc/string/test-strncat.c5
-rw-r--r--libc/string/test-strncmp.c5
-rw-r--r--libc/string/test-strncpy.c5
-rw-r--r--libc/string/test-strnlen.c5
-rw-r--r--libc/string/test-strpbrk.c5
-rw-r--r--libc/string/test-strrchr.c5
-rw-r--r--libc/string/test-strspn.c5
-rw-r--r--libc/string/test-strstr.c5
-rw-r--r--libc/string/testcopy.c5
-rw-r--r--libc/string/tester.c5
-rw-r--r--libc/string/tst-bswap.c5
-rw-r--r--libc/string/tst-inlcall.c5
-rw-r--r--libc/string/wordcopy.c5
-rw-r--r--libc/string/xpg-strerror.c5
115 files changed, 230 insertions, 345 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile
index 5a8d84023..0676e85be 100644
--- a/libc/string/Makefile
+++ b/libc/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/libc/string/_strerror.c b/libc/string/_strerror.c
index ad9b14810..87540797d 100644
--- a/libc/string/_strerror.c
+++ b/libc/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/libc/string/argz-addsep.c b/libc/string/argz-addsep.c
index 0584b1f69..09bee4521 100644
--- a/libc/string/argz-addsep.c
+++ b/libc/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/libc/string/argz-append.c b/libc/string/argz-append.c
index 9437fde70..d636ed0d6 100644
--- a/libc/string/argz-append.c
+++ b/libc/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/libc/string/argz-count.c b/libc/string/argz-count.c
index 39282e84a..723e9f207 100644
--- a/libc/string/argz-count.c
+++ b/libc/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/libc/string/argz-create.c b/libc/string/argz-create.c
index 7bfe14cb8..4a4382cd8 100644
--- a/libc/string/argz-create.c
+++ b/libc/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/libc/string/argz-ctsep.c b/libc/string/argz-ctsep.c
index 0f2b2f5e8..9268cb680 100644
--- a/libc/string/argz-ctsep.c
+++ b/libc/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/libc/string/argz-delete.c b/libc/string/argz-delete.c
index 508b837a8..4aab04020 100644
--- a/libc/string/argz-delete.c
+++ b/libc/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/libc/string/argz-extract.c b/libc/string/argz-extract.c
index 0a11ed81b..2cf3d4aa4 100644
--- a/libc/string/argz-extract.c
+++ b/libc/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/libc/string/argz-insert.c b/libc/string/argz-insert.c
index 8ab9a8b4f..dc73bc676 100644
--- a/libc/string/argz-insert.c
+++ b/libc/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/libc/string/argz-next.c b/libc/string/argz-next.c
index 9854d2200..9b598c511 100644
--- a/libc/string/argz-next.c
+++ b/libc/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/libc/string/argz-replace.c b/libc/string/argz-replace.c
index 1b0eb15fd..92b2b171a 100644
--- a/libc/string/argz-replace.c
+++ b/libc/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/libc/string/argz-stringify.c b/libc/string/argz-stringify.c
index 46af8899c..7ff8f6bf8 100644
--- a/libc/string/argz-stringify.c
+++ b/libc/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/libc/string/argz.h b/libc/string/argz.h
index 96bf85b91..5a54a35ad 100644
--- a/libc/string/argz.h
+++ b/libc/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/libc/string/basename.c b/libc/string/basename.c
index 5ea1bb0b6..c42b81c70 100644
--- a/libc/string/basename.c
+++ b/libc/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/libc/string/bcopy.c b/libc/string/bcopy.c
index 3f16b884a..bc3b0397f 100644
--- a/libc/string/bcopy.c
+++ b/libc/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/libc/string/bits/string2.h b/libc/string/bits/string2.h
index f2945b3a1..af5c88ca7 100644
--- a/libc/string/bits/string2.h
+++ b/libc/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/libc/string/bits/string3.h b/libc/string/bits/string3.h
index cdc01db53..ebd704921 100644
--- a/libc/string/bits/string3.h
+++ b/libc/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/libc/string/byteswap.h b/libc/string/byteswap.h
index b61d4dda8..18ca95d37 100644
--- a/libc/string/byteswap.h
+++ b/libc/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/libc/string/bzero.c b/libc/string/bzero.c
index c6ede1413..b7a88ec92 100644
--- a/libc/string/bzero.c
+++ b/libc/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/libc/string/endian.h b/libc/string/endian.h
index 37d030a25..13e8c75c9 100644
--- a/libc/string/endian.h
+++ b/libc/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/libc/string/envz.c b/libc/string/envz.c
index a9d420212..9398e320f 100644
--- a/libc/string/envz.c
+++ b/libc/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/libc/string/envz.h b/libc/string/envz.h
index 29590253f..d45204f8c 100644
--- a/libc/string/envz.h
+++ b/libc/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/libc/string/ffs.c b/libc/string/ffs.c
index 06a1542bd..0d2bfb395 100644
--- a/libc/string/ffs.c
+++ b/libc/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/libc/string/ffsll.c b/libc/string/ffsll.c
index 9dd269afb..664306c6a 100644
--- a/libc/string/ffsll.c
+++ b/libc/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/libc/string/memccpy.c b/libc/string/memccpy.c
index 9ffdc335d..a8649fff7 100644
--- a/libc/string/memccpy.c
+++ b/libc/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/libc/string/memchr.c b/libc/string/memchr.c
index 28de95741..7de21a6ac 100644
--- a/libc/string/memchr.c
+++ b/libc/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/libc/string/memcmp.c b/libc/string/memcmp.c
index d2ec1c279..a73cc19b6 100644
--- a/libc/string/memcmp.c
+++ b/libc/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/libc/string/memcpy.c b/libc/string/memcpy.c
index e167e85d7..3080fcb4d 100644
--- a/libc/string/memcpy.c
+++ b/libc/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/libc/string/memfrob.c b/libc/string/memfrob.c
index fe5b04f8c..6ef996ce3 100644
--- a/libc/string/memfrob.c
+++ b/libc/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/libc/string/memmem.c b/libc/string/memmem.c
index 3176ab775..625c9cffd 100644
--- a/libc/string/memmem.c
+++ b/libc/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/libc/string/memmove.c b/libc/string/memmove.c
index 8e36e7c5a..ede27ffcf 100644
--- a/libc/string/memmove.c
+++ b/libc/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/libc/string/memory.h b/libc/string/memory.h
index 743fa6a95..176a0a92c 100644
--- a/libc/string/memory.h
+++ b/libc/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/libc/string/mempcpy.c b/libc/string/mempcpy.c
index a72617e86..2a542e3c2 100644
--- a/libc/string/mempcpy.c
+++ b/libc/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/libc/string/memrchr.c b/libc/string/memrchr.c
index a19f8e61d..5a83a4a9c 100644
--- a/libc/string/memrchr.c
+++ b/libc/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/libc/string/memset.c b/libc/string/memset.c
index 592b11e43..036cb5f62 100644
--- a/libc/string/memset.c
+++ b/libc/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/libc/string/rawmemchr.c b/libc/string/rawmemchr.c
index a7c9ec67d..e92e1b491 100644
--- a/libc/string/rawmemchr.c
+++ b/libc/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/libc/string/stpcpy.c b/libc/string/stpcpy.c
index 6e42911fd..b0a83badf 100644
--- a/libc/string/stpcpy.c
+++ b/libc/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/libc/string/stpncpy.c b/libc/string/stpncpy.c
index 2ebab33d8..d475b1490 100644
--- a/libc/string/stpncpy.c
+++ b/libc/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/libc/string/str-two-way.h b/libc/string/str-two-way.h
index 76044b34f..1b2a8bd54 100644
--- a/libc/string/str-two-way.h
+++ b/libc/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/libc/string/stratcliff.c b/libc/string/stratcliff.c
index 5176409c5..97e9d3415 100644
--- a/libc/string/stratcliff.c
+++ b/libc/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/libc/string/strcasecmp.c b/libc/string/strcasecmp.c
index 3ae3d67d0..e7a3c4481 100644
--- a/libc/string/strcasecmp.c
+++ b/libc/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/libc/string/strcasecmp_l.c b/libc/string/strcasecmp_l.c
index 498a27d97..2969161e2 100644
--- a/libc/string/strcasecmp_l.c
+++ b/libc/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/libc/string/strcasestr.c b/libc/string/strcasestr.c
index f0b2fa55b..9e1bde97a 100644
--- a/libc/string/strcasestr.c
+++ b/libc/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/libc/string/strcat.c b/libc/string/strcat.c
index eef22add3..3967fa82d 100644
--- a/libc/string/strcat.c
+++ b/libc/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/libc/string/strchr.c b/libc/string/strchr.c
index 5afd36453..3d4495847 100644
--- a/libc/string/strchr.c
+++ b/libc/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/libc/string/strchrnul.c b/libc/string/strchrnul.c
index 88b96dd12..523a72f3f 100644
--- a/libc/string/strchrnul.c
+++ b/libc/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/libc/string/strcmp.c b/libc/string/strcmp.c
index bd53c05c6..e9b24c951 100644
--- a/libc/string/strcmp.c
+++ b/libc/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/libc/string/strcoll.c b/libc/string/strcoll.c
index 8e8fdc779..02cb61e8e 100644
--- a/libc/string/strcoll.c
+++ b/libc/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/libc/string/strcoll_l.c b/libc/string/strcoll_l.c
index 913d2fb04..76cdc1b05 100644
--- a/libc/string/strcoll_l.c
+++ b/libc/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/libc/string/strcpy.c b/libc/string/strcpy.c
index c736a6076..f565f34fc 100644
--- a/libc/string/strcpy.c
+++ b/libc/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/libc/string/strcspn.c b/libc/string/strcspn.c
index f359d578f..629042951 100644
--- a/libc/string/strcspn.c
+++ b/libc/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/libc/string/strdup.c b/libc/string/strdup.c
index 559df60e2..6eaffe9ac 100644
--- a/libc/string/strdup.c
+++ b/libc/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/libc/string/strerror.c b/libc/string/strerror.c
index 5d829d0bf..9d5b7ae28 100644
--- a/libc/string/strerror.c
+++ b/libc/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/libc/string/strerror_l.c b/libc/string/strerror_l.c
index 3b3622134..ca1c40c40 100644
--- a/libc/string/strerror_l.c
+++ b/libc/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/libc/string/strfry.c b/libc/string/strfry.c
index d3fcb14ba..1b16440ac 100644
--- a/libc/string/strfry.c
+++ b/libc/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/libc/string/string-inlines.c b/libc/string/string-inlines.c
index 89a5baab5..e42cc001a 100644
--- a/libc/string/string-inlines.c
+++ b/libc/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/libc/string/string.h b/libc/string/string.h
index 63a1e76b2..e77714b89 100644
--- a/libc/string/string.h
+++ b/libc/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/libc/string/strings.h b/libc/string/strings.h
index c352afa74..97cddc8dd 100644
--- a/libc/string/strings.h
+++ b/libc/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/libc/string/strlen.c b/libc/string/strlen.c
index 5f22ce950..5c1efdad9 100644
--- a/libc/string/strlen.c
+++ b/libc/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/libc/string/strncase.c b/libc/string/strncase.c
index a55aaf6a3..02fd51fd4 100644
--- a/libc/string/strncase.c
+++ b/libc/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/libc/string/strncase_l.c b/libc/string/strncase_l.c
index 0f22b46de..3d3dc88cc 100644
--- a/libc/string/strncase_l.c
+++ b/libc/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/libc/string/strncat.c b/libc/string/strncat.c
index bf6f99b27..dceadb206 100644
--- a/libc/string/strncat.c
+++ b/libc/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/libc/string/strncmp.c b/libc/string/strncmp.c
index bb0cbfdf6..f586d592e 100644
--- a/libc/string/strncmp.c
+++ b/libc/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/libc/string/strncpy.c b/libc/string/strncpy.c
index 2274d7d31..f6ee27832 100644
--- a/libc/string/strncpy.c
+++ b/libc/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/libc/string/strndup.c b/libc/string/strndup.c
index 68ba6c766..f4caef419 100644
--- a/libc/string/strndup.c
+++ b/libc/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/libc/string/strnlen.c b/libc/string/strnlen.c
index d083ec29e..65b9aa6aa 100644
--- a/libc/string/strnlen.c
+++ b/libc/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/libc/string/strpbrk.c b/libc/string/strpbrk.c
index 620cfab7f..7f45fdf68 100644
--- a/libc/string/strpbrk.c
+++ b/libc/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/libc/string/strrchr.c b/libc/string/strrchr.c
index 64118b87e..a986ff920 100644
--- a/libc/string/strrchr.c
+++ b/libc/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/libc/string/strsep.c b/libc/string/strsep.c
index e5342f7a2..6c734587a 100644
--- a/libc/string/strsep.c
+++ b/libc/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/libc/string/strsignal.c b/libc/string/strsignal.c
index 8c5ed1e62..74ebe3615 100644
--- a/libc/string/strsignal.c
+++ b/libc/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/libc/string/strspn.c b/libc/string/strspn.c
index dc17ea8cb..48624aa46 100644
--- a/libc/string/strspn.c
+++ b/libc/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/libc/string/strstr.c b/libc/string/strstr.c
index ef45f8275..10e6fdc7f 100644
--- a/libc/string/strstr.c
+++ b/libc/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/libc/string/strtok.c b/libc/string/strtok.c
index 9d6bb0677..be0b95884 100644
--- a/libc/string/strtok.c
+++ b/libc/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/libc/string/strtok_r.c b/libc/string/strtok_r.c
index b11cb520f..5112a6044 100644
--- a/libc/string/strtok_r.c
+++ b/libc/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/libc/string/strverscmp.c b/libc/string/strverscmp.c
index 7c5be8dd9..d41664296 100644
--- a/libc/string/strverscmp.c
+++ b/libc/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/libc/string/strxfrm.c b/libc/string/strxfrm.c
index 840f27067..3ef331fb2 100644
--- a/libc/string/strxfrm.c
+++ b/libc/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/libc/string/strxfrm_l.c b/libc/string/strxfrm_l.c
index 6c165e458..8edd78ba8 100644
--- a/libc/string/strxfrm_l.c
+++ b/libc/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/libc/string/swab.c b/libc/string/swab.c
index 102058ab6..3d2c45c5f 100644
--- a/libc/string/swab.c
+++ b/libc/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/libc/string/test-ffs.c b/libc/string/test-ffs.c
index 372591054..e1d17cb6d 100644
--- a/libc/string/test-ffs.c
+++ b/libc/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/libc/string/test-memccpy.c b/libc/string/test-memccpy.c
index 26532633d..8fa96bc9b 100644
--- a/libc/string/test-memccpy.c
+++ b/libc/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/libc/string/test-memchr.c b/libc/string/test-memchr.c
index cd9a01e3d..315726dc2 100644
--- a/libc/string/test-memchr.c
+++ b/libc/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/libc/string/test-memcmp.c b/libc/string/test-memcmp.c
index f246d3a78..2e61f5973 100644
--- a/libc/string/test-memcmp.c
+++ b/libc/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/libc/string/test-memcpy.c b/libc/string/test-memcpy.c
index 7b0723a65..311b4b498 100644
--- a/libc/string/test-memcpy.c
+++ b/libc/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/libc/string/test-memmem.c b/libc/string/test-memmem.c
index 91b661b16..4076029d1 100644
--- a/libc/string/test-memmem.c
+++ b/libc/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/libc/string/test-memmove.c b/libc/string/test-memmove.c
index 2f3a8f763..7d1071239 100644
--- a/libc/string/test-memmove.c
+++ b/libc/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/libc/string/test-mempcpy.c b/libc/string/test-mempcpy.c
index f8b02672f..c021a6630 100644
--- a/libc/string/test-mempcpy.c
+++ b/libc/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/libc/string/test-memset.c b/libc/string/test-memset.c
index 601ace419..839b8a180 100644
--- a/libc/string/test-memset.c
+++ b/libc/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/libc/string/test-rawmemchr.c b/libc/string/test-rawmemchr.c
index 58c1b158f..c8000d68c 100644
--- a/libc/string/test-rawmemchr.c
+++ b/libc/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/libc/string/test-stpcpy.c b/libc/string/test-stpcpy.c
index c8d4cc44e..accc05c44 100644
--- a/libc/string/test-stpcpy.c
+++ b/libc/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/libc/string/test-stpncpy.c b/libc/string/test-stpncpy.c
index 878458864..8fb6d799b 100644
--- a/libc/string/test-stpncpy.c
+++ b/libc/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/libc/string/test-strcasecmp.c b/libc/string/test-strcasecmp.c
index 7d1d11014..039d9c1e3 100644
--- a/libc/string/test-strcasecmp.c
+++ b/libc/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/libc/string/test-strcasestr.c b/libc/string/test-strcasestr.c
index edc41f346..6c1a87861 100644
--- a/libc/string/test-strcasestr.c
+++ b/libc/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/libc/string/test-strcat.c b/libc/string/test-strcat.c
index 443752069..7dcd7bc5b 100644
--- a/libc/string/test-strcat.c
+++ b/libc/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/libc/string/test-strchr.c b/libc/string/test-strchr.c
index a46ee82c1..e544aa715 100644
--- a/libc/string/test-strchr.c
+++ b/libc/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/libc/string/test-strcmp.c b/libc/string/test-strcmp.c
index 62a42eba8..85df6dcd4 100644
--- a/libc/string/test-strcmp.c
+++ b/libc/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/libc/string/test-strcpy.c b/libc/string/test-strcpy.c
index 04d9897b6..3a0b118af 100644
--- a/libc/string/test-strcpy.c
+++ b/libc/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/libc/string/test-strcspn.c b/libc/string/test-strcspn.c
index b5631790b..d80947a10 100644
--- a/libc/string/test-strcspn.c
+++ b/libc/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/libc/string/test-string.h b/libc/string/test-string.h
index e38494046..40fec18e3 100644
--- a/libc/string/test-string.h
+++ b/libc/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/libc/string/test-strlen.c b/libc/string/test-strlen.c
index f12d3ba9d..0ac5184bc 100644
--- a/libc/string/test-strlen.c
+++ b/libc/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/libc/string/test-strncasecmp.c b/libc/string/test-strncasecmp.c
index daff6ede8..6c1753040 100644
--- a/libc/string/test-strncasecmp.c
+++ b/libc/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/libc/string/test-strncat.c b/libc/string/test-strncat.c
index f7cf7df22..69c8c0b21 100644
--- a/libc/string/test-strncat.c
+++ b/libc/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/libc/string/test-strncmp.c b/libc/string/test-strncmp.c
index 00971df22..266781bc4 100644
--- a/libc/string/test-strncmp.c
+++ b/libc/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/libc/string/test-strncpy.c b/libc/string/test-strncpy.c
index d7a714cef..f683f7d74 100644
--- a/libc/string/test-strncpy.c
+++ b/libc/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/libc/string/test-strnlen.c b/libc/string/test-strnlen.c
index cb8c80fe3..547df45ad 100644
--- a/libc/string/test-strnlen.c
+++ b/libc/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/libc/string/test-strpbrk.c b/libc/string/test-strpbrk.c
index f3ed2080b..263a7fdfb 100644
--- a/libc/string/test-strpbrk.c
+++ b/libc/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/libc/string/test-strrchr.c b/libc/string/test-strrchr.c
index 484c2f302..c63c8dea6 100644
--- a/libc/string/test-strrchr.c
+++ b/libc/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/libc/string/test-strspn.c b/libc/string/test-strspn.c
index 15cf4923f..743bc0ae4 100644
--- a/libc/string/test-strspn.c
+++ b/libc/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/libc/string/test-strstr.c b/libc/string/test-strstr.c
index c1da68663..6be460168 100644
--- a/libc/string/test-strstr.c
+++ b/libc/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/libc/string/testcopy.c b/libc/string/testcopy.c
index 60039f790..51c47a174 100644
--- a/libc/string/testcopy.c
+++ b/libc/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/libc/string/tester.c b/libc/string/tester.c
index a86249de7..736543b57 100644
--- a/libc/string/tester.c
+++ b/libc/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/libc/string/tst-bswap.c b/libc/string/tst-bswap.c
index b2b4ef08d..52a271814 100644
--- a/libc/string/tst-bswap.c
+++ b/libc/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/libc/string/tst-inlcall.c b/libc/string/tst-inlcall.c
index 2a4124ea5..7e2eba37e 100644
--- a/libc/string/tst-inlcall.c
+++ b/libc/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/libc/string/wordcopy.c b/libc/string/wordcopy.c
index 0c9a4be4f..b171f27c6 100644
--- a/libc/string/wordcopy.c
+++ b/libc/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/libc/string/xpg-strerror.c b/libc/string/xpg-strerror.c
index 10fc1bf99..7e46b3318 100644
--- a/libc/string/xpg-strerror.c
+++ b/libc/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>