From 266bdc1f623fe6fe489e5115e0f8ef723705d949 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Nov 2012 06:03:05 -0500 Subject: Replace FSF snail mail address with URLs This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger --- libc/string/arm/memset.S | 5 ++--- libc/string/arm/strlen.S | 5 ++--- libc/string/avr32/Makefile | 3 +-- libc/string/cris/memcopy.h | 3 +-- libc/string/cris/memmove.c | 5 ++--- libc/string/ffsll.c | 5 ++--- libc/string/frv/memcpy.S | 4 ++-- libc/string/frv/memset.S | 4 ++-- libc/string/generic/memchr.c | 5 ++--- libc/string/generic/memcmp.c | 5 ++--- libc/string/generic/memcopy.h | 5 ++--- libc/string/generic/memcpy.c | 5 ++--- libc/string/generic/memmem.c | 5 ++--- libc/string/generic/memmove.c | 5 ++--- libc/string/generic/memrchr.c | 5 ++--- libc/string/generic/memset.c | 5 ++--- libc/string/generic/pagecopy.h | 5 ++--- libc/string/generic/rawmemchr.c | 5 ++--- libc/string/generic/strcat.c | 5 ++--- libc/string/generic/strchr.c | 5 ++--- libc/string/generic/strchrnul.c | 5 ++--- libc/string/generic/strcmp.c | 5 ++--- libc/string/generic/strcpy.c | 5 ++--- libc/string/generic/strcspn.c | 5 ++--- libc/string/generic/strlen.c | 5 ++--- libc/string/generic/strncat.c | 5 ++--- libc/string/generic/strncmp.c | 5 ++--- libc/string/generic/strncpy.c | 5 ++--- libc/string/generic/strnlen.c | 5 ++--- libc/string/generic/strrchr.c | 5 ++--- libc/string/generic/strsep.c | 5 ++--- libc/string/generic/strspn.c | 5 ++--- libc/string/generic/strstr.c | 5 ++--- libc/string/generic/strtok_r.c | 5 ++--- libc/string/ia64/bzero.S | 5 ++--- libc/string/ia64/memccpy.S | 5 ++--- libc/string/ia64/memchr.S | 5 ++--- libc/string/ia64/memcmp.S | 5 ++--- libc/string/ia64/memcpy.S | 5 ++--- libc/string/ia64/memmove.S | 5 ++--- libc/string/ia64/memset.S | 5 ++--- libc/string/ia64/softpipe.h | 5 ++--- libc/string/ia64/strchr.S | 5 ++--- libc/string/ia64/strcmp.S | 5 ++--- libc/string/ia64/strcpy.S | 5 ++--- libc/string/ia64/strlen.S | 5 ++--- libc/string/ia64/strncmp.S | 5 ++--- libc/string/ia64/strncpy.S | 5 ++--- libc/string/mips/memcpy.S | 5 ++--- libc/string/mips/memset.S | 5 ++--- libc/string/sparc/sparc32/memchr.S | 5 ++--- libc/string/sparc/sparc32/memcpy.S | 5 ++--- libc/string/sparc/sparc32/memset.S | 5 ++--- libc/string/sparc/sparc32/stpcpy.S | 5 ++--- libc/string/sparc/sparc32/strcat.S | 5 ++--- libc/string/sparc/sparc32/strchr.S | 5 ++--- libc/string/sparc/sparc32/strcmp.S | 5 ++--- libc/string/sparc/sparc32/strcpy.S | 5 ++--- libc/string/sparc/sparc32/strlen.S | 5 ++--- libc/string/sparc/sparc64/memchr.S | 5 ++--- libc/string/sparc/sparc64/memcpy.S | 5 ++--- libc/string/sparc/sparc64/memset.S | 5 ++--- libc/string/sparc/sparc64/sparcv9b/memcpy.S | 5 ++--- libc/string/sparc/sparc64/stpcpy.S | 5 ++--- libc/string/sparc/sparc64/strcat.S | 5 ++--- libc/string/sparc/sparc64/strchr.S | 5 ++--- libc/string/sparc/sparc64/strcmp.S | 5 ++--- libc/string/sparc/sparc64/strcpy.S | 5 ++--- libc/string/sparc/sparc64/strlen.S | 5 ++--- libc/string/strverscmp.c | 5 ++--- libc/string/x86_64/memcpy.S | 5 ++--- libc/string/x86_64/memset.S | 5 ++--- libc/string/x86_64/strcat.S | 5 ++--- libc/string/x86_64/strchr.S | 5 ++--- libc/string/x86_64/strcmp.S | 5 ++--- libc/string/x86_64/strcpy.S | 5 ++--- libc/string/x86_64/strcspn.S | 5 ++--- libc/string/x86_64/strlen.S | 5 ++--- libc/string/x86_64/strspn.S | 5 ++--- libc/string/xtensa/memcpy.S | 5 ++--- libc/string/xtensa/memset.S | 5 ++--- libc/string/xtensa/strcmp.S | 5 ++--- libc/string/xtensa/strcpy.S | 5 ++--- libc/string/xtensa/strlen.S | 5 ++--- libc/string/xtensa/strncpy.S | 5 ++--- 85 files changed, 168 insertions(+), 251 deletions(-) (limited to 'libc/string') diff --git a/libc/string/arm/memset.S b/libc/string/arm/memset.S index 66aa6039c..c66b5994e 100644 --- a/libc/string/arm/memset.S +++ b/libc/string/arm/memset.S @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/string/arm/strlen.S b/libc/string/arm/strlen.S index 949e918f4..cfe041ab4 100644 --- a/libc/string/arm/strlen.S +++ b/libc/string/arm/strlen.S @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/string/avr32/Makefile b/libc/string/avr32/Makefile index e19e9d9ec..385cf085e 100644 --- a/libc/string/avr32/Makefile +++ b/libc/string/avr32/Makefile @@ -13,8 +13,7 @@ # details. # # You should have received a copy of the GNU Library General Public License -# along with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# along with this program; if not, see . top_srcdir := ../../../ top_builddir := ../../../ diff --git a/libc/string/cris/memcopy.h b/libc/string/cris/memcopy.h index 449c75641..ccd447c83 100644 --- a/libc/string/cris/memcopy.h +++ b/libc/string/cris/memcopy.h @@ -16,8 +16,7 @@ You should have received a copy of the GNU Library 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. */ + see . */ #include "../generic/memcopy.h" diff --git a/libc/string/cris/memmove.c b/libc/string/cris/memmove.c index 4184fc96d..906ef8e74 100644 --- a/libc/string/cris/memmove.c +++ b/libc/string/cris/memmove.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 + . */ #include diff --git a/libc/string/ffsll.c b/libc/string/ffsll.c index a7662900b..967fc5168 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 + . */ #include #include diff --git a/libc/string/frv/memcpy.S b/libc/string/frv/memcpy.S index ae843797d..47773726a 100644 --- a/libc/string/frv/memcpy.S +++ b/libc/string/frv/memcpy.S @@ -14,8 +14,8 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, see + * . */ #include diff --git a/libc/string/frv/memset.S b/libc/string/frv/memset.S index bc0f80db0..17013672e 100644 --- a/libc/string/frv/memset.S +++ b/libc/string/frv/memset.S @@ -14,8 +14,8 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, see + * . */ #include diff --git a/libc/string/generic/memchr.c b/libc/string/generic/memchr.c index d5cd0005e..967ae51ea 100644 --- a/libc/string/generic/memchr.c +++ b/libc/string/generic/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 + . */ #include #include diff --git a/libc/string/generic/memcmp.c b/libc/string/generic/memcmp.c index 62600cd08..170c50997 100644 --- a/libc/string/generic/memcmp.c +++ b/libc/string/generic/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 + . */ #include #include "memcopy.h" diff --git a/libc/string/generic/memcopy.h b/libc/string/generic/memcopy.h index df1ba9a97..031557ac8 100644 --- a/libc/string/generic/memcopy.h +++ b/libc/string/generic/memcopy.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 + . */ /* The strategy of the memory functions is: diff --git a/libc/string/generic/memcpy.c b/libc/string/generic/memcpy.c index 7dd7118fd..ca2e7e0f9 100644 --- a/libc/string/generic/memcpy.c +++ b/libc/string/generic/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 + . */ #include #include "memcopy.h" diff --git a/libc/string/generic/memmem.c b/libc/string/generic/memmem.c index 97384978b..753e43ae5 100644 --- a/libc/string/generic/memmem.c +++ b/libc/string/generic/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 + . */ #include #include diff --git a/libc/string/generic/memmove.c b/libc/string/generic/memmove.c index b564a7d10..bf78c4778 100644 --- a/libc/string/generic/memmove.c +++ b/libc/string/generic/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 + . */ #include diff --git a/libc/string/generic/memrchr.c b/libc/string/generic/memrchr.c index c03a77037..b74cf5152 100644 --- a/libc/string/generic/memrchr.c +++ b/libc/string/generic/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 + . */ #include #include diff --git a/libc/string/generic/memset.c b/libc/string/generic/memset.c index 7be572765..5644e2522 100644 --- a/libc/string/generic/memset.c +++ b/libc/string/generic/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 + . */ #include #include "memcopy.h" diff --git a/libc/string/generic/pagecopy.h b/libc/string/generic/pagecopy.h index b00db493b..16aaacab6 100644 --- a/libc/string/generic/pagecopy.h +++ b/libc/string/generic/pagecopy.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 + . */ /* This file defines the macro: diff --git a/libc/string/generic/rawmemchr.c b/libc/string/generic/rawmemchr.c index ddefb0997..816589649 100644 --- a/libc/string/generic/rawmemchr.c +++ b/libc/string/generic/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 + . */ #include #include diff --git a/libc/string/generic/strcat.c b/libc/string/generic/strcat.c index b19a0dbd5..68fc2a289 100644 --- a/libc/string/generic/strcat.c +++ b/libc/string/generic/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 + . */ #include #include "memcopy.h" diff --git a/libc/string/generic/strchr.c b/libc/string/generic/strchr.c index 836ccddbf..321d2b8c3 100644 --- a/libc/string/generic/strchr.c +++ b/libc/string/generic/strchr.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 + . */ #include #include diff --git a/libc/string/generic/strchrnul.c b/libc/string/generic/strchrnul.c index 9984d6161..d11d9e00d 100644 --- a/libc/string/generic/strchrnul.c +++ b/libc/string/generic/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 + . */ #include #include diff --git a/libc/string/generic/strcmp.c b/libc/string/generic/strcmp.c index 502b80fb3..24ad14382 100644 --- a/libc/string/generic/strcmp.c +++ b/libc/string/generic/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 + . */ #include diff --git a/libc/string/generic/strcpy.c b/libc/string/generic/strcpy.c index ace6dea58..924615fca 100644 --- a/libc/string/generic/strcpy.c +++ b/libc/string/generic/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 + . */ #include diff --git a/libc/string/generic/strcspn.c b/libc/string/generic/strcspn.c index f1f39df8c..ca9506bdd 100644 --- a/libc/string/generic/strcspn.c +++ b/libc/string/generic/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 + . */ #include diff --git a/libc/string/generic/strlen.c b/libc/string/generic/strlen.c index 9b6d81dfe..dc383398b 100644 --- a/libc/string/generic/strlen.c +++ b/libc/string/generic/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 + . */ #include #include diff --git a/libc/string/generic/strncat.c b/libc/string/generic/strncat.c index 0863d3669..f0cf8f995 100644 --- a/libc/string/generic/strncat.c +++ b/libc/string/generic/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 + . */ #include diff --git a/libc/string/generic/strncmp.c b/libc/string/generic/strncmp.c index 04d6cf2ac..ca980415e 100644 --- a/libc/string/generic/strncmp.c +++ b/libc/string/generic/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 + . */ #include #include "memcopy.h" diff --git a/libc/string/generic/strncpy.c b/libc/string/generic/strncpy.c index 26b45bb8c..0256bcc6b 100644 --- a/libc/string/generic/strncpy.c +++ b/libc/string/generic/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 + . */ #include #include "memcopy.h" diff --git a/libc/string/generic/strnlen.c b/libc/string/generic/strnlen.c index b9dc16148..4d4cde84f 100644 --- a/libc/string/generic/strnlen.c +++ b/libc/string/generic/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 . */ #include #include diff --git a/libc/string/generic/strrchr.c b/libc/string/generic/strrchr.c index 7d169260a..8ca404843 100644 --- a/libc/string/generic/strrchr.c +++ b/libc/string/generic/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 + . */ #include diff --git a/libc/string/generic/strsep.c b/libc/string/generic/strsep.c index 91dfade85..bbdaf8849 100644 --- a/libc/string/generic/strsep.c +++ b/libc/string/generic/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 + . */ #include diff --git a/libc/string/generic/strspn.c b/libc/string/generic/strspn.c index 1d9ec4022..86bcdcb70 100644 --- a/libc/string/generic/strspn.c +++ b/libc/string/generic/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 + . */ #include diff --git a/libc/string/generic/strstr.c b/libc/string/generic/strstr.c index c3b886a0d..dd101768b 100644 --- a/libc/string/generic/strstr.c +++ b/libc/string/generic/strstr.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 + . */ /* * My personal strstr() implementation that beats most other algorithms. diff --git a/libc/string/generic/strtok_r.c b/libc/string/generic/strtok_r.c index 75ce5be2a..253964395 100644 --- a/libc/string/generic/strtok_r.c +++ b/libc/string/generic/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 + . */ #include diff --git a/libc/string/ia64/bzero.S b/libc/string/ia64/bzero.S index 203ff7f89..79419579a 100644 --- a/libc/string/ia64/bzero.S +++ b/libc/string/ia64/bzero.S @@ -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 + . */ /* Return: dest diff --git a/libc/string/ia64/memccpy.S b/libc/string/ia64/memccpy.S index 68bcde62c..5c4d7e3c2 100644 --- a/libc/string/ia64/memccpy.S +++ b/libc/string/ia64/memccpy.S @@ -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 + . */ /* Return: a pointer to the next byte after char in dest or NULL diff --git a/libc/string/ia64/memchr.S b/libc/string/ia64/memchr.S index 86bfbbfe2..fcd9f9305 100644 --- a/libc/string/ia64/memchr.S +++ b/libc/string/ia64/memchr.S @@ -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 + . */ /* Return: the address of the first occurence of chr in str or NULL diff --git a/libc/string/ia64/memcmp.S b/libc/string/ia64/memcmp.S index a6465f2cd..0cf54e7db 100644 --- a/libc/string/ia64/memcmp.S +++ b/libc/string/ia64/memcmp.S @@ -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 + . */ /* Return: the result of the comparison diff --git a/libc/string/ia64/memcpy.S b/libc/string/ia64/memcpy.S index ac6d51518..5f2e79414 100644 --- a/libc/string/ia64/memcpy.S +++ b/libc/string/ia64/memcpy.S @@ -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 + . */ /* Return: dest diff --git a/libc/string/ia64/memmove.S b/libc/string/ia64/memmove.S index f9dd98f28..7d830f912 100644 --- a/libc/string/ia64/memmove.S +++ b/libc/string/ia64/memmove.S @@ -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 + . */ /* Return: dest diff --git a/libc/string/ia64/memset.S b/libc/string/ia64/memset.S index 3f4b6e15b..7bd15c88a 100644 --- a/libc/string/ia64/memset.S +++ b/libc/string/ia64/memset.S @@ -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 + . */ /* Return: dest diff --git a/libc/string/ia64/softpipe.h b/libc/string/ia64/softpipe.h index d71af735e..a9a9dc679 100644 --- a/libc/string/ia64/softpipe.h +++ b/libc/string/ia64/softpipe.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 + . */ /* The latency of a memory load assumed by the assembly implementation of the mem and str functions. Since we don't have any clue about diff --git a/libc/string/ia64/strchr.S b/libc/string/ia64/strchr.S index a446f0e91..034fd3096 100644 --- a/libc/string/ia64/strchr.S +++ b/libc/string/ia64/strchr.S @@ -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 + . */ /* Return: the address of the first occurence of chr in str or NULL diff --git a/libc/string/ia64/strcmp.S b/libc/string/ia64/strcmp.S index 9d9527f33..c45ab4801 100644 --- a/libc/string/ia64/strcmp.S +++ b/libc/string/ia64/strcmp.S @@ -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 + . */ /* Return: the result of the comparison diff --git a/libc/string/ia64/strcpy.S b/libc/string/ia64/strcpy.S index 7a1eace0f..c9b3bc143 100644 --- a/libc/string/ia64/strcpy.S +++ b/libc/string/ia64/strcpy.S @@ -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 + . */ /* Return: dest diff --git a/libc/string/ia64/strlen.S b/libc/string/ia64/strlen.S index 47c65ad0b..83244cd76 100644 --- a/libc/string/ia64/strlen.S +++ b/libc/string/ia64/strlen.S @@ -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 + . */ /* Return: the length of the input string diff --git a/libc/string/ia64/strncmp.S b/libc/string/ia64/strncmp.S index 56ea6c5c8..d58a2007e 100644 --- a/libc/string/ia64/strncmp.S +++ b/libc/string/ia64/strncmp.S @@ -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 + . */ /* Return: the result of the comparison diff --git a/libc/string/ia64/strncpy.S b/libc/string/ia64/strncpy.S index aca6bc1e7..b72e8a70c 100644 --- a/libc/string/ia64/strncpy.S +++ b/libc/string/ia64/strncpy.S @@ -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 + . */ /* Return: dest diff --git a/libc/string/mips/memcpy.S b/libc/string/mips/memcpy.S index 0addc0fa3..48c4f2a05 100644 --- a/libc/string/mips/memcpy.S +++ b/libc/string/mips/memcpy.S @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/string/mips/memset.S b/libc/string/mips/memset.S index 7d4d362b8..26b25985d 100644 --- a/libc/string/mips/memset.S +++ b/libc/string/mips/memset.S @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/string/sparc/sparc32/memchr.S b/libc/string/sparc/sparc32/memchr.S index d926e9787..1949db2e5 100644 --- a/libc/string/sparc/sparc32/memchr.S +++ b/libc/string/sparc/sparc32/memchr.S @@ -24,9 +24,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ .text .align 4 diff --git a/libc/string/sparc/sparc32/memcpy.S b/libc/string/sparc/sparc32/memcpy.S index 25a48844d..2fb87bb17 100644 --- a/libc/string/sparc/sparc32/memcpy.S +++ b/libc/string/sparc/sparc32/memcpy.S @@ -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 + . */ #include diff --git a/libc/string/sparc/sparc32/memset.S b/libc/string/sparc/sparc32/memset.S index 6c6424cf8..6d02fc1a8 100644 --- a/libc/string/sparc/sparc32/memset.S +++ b/libc/string/sparc/sparc32/memset.S @@ -16,9 +16,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/libc/string/sparc/sparc32/stpcpy.S b/libc/string/sparc/sparc32/stpcpy.S index daf116eb1..2984ea156 100644 --- a/libc/string/sparc/sparc32/stpcpy.S +++ b/libc/string/sparc/sparc32/stpcpy.S @@ -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 + . */ /* Normally, this uses ((xword - 0x01010101) & 0x80808080) test to find out if any byte in xword could be zero. This is fast, but diff --git a/libc/string/sparc/sparc32/strcat.S b/libc/string/sparc/sparc32/strcat.S index eda029a16..e968a18a3 100644 --- a/libc/string/sparc/sparc32/strcat.S +++ b/libc/string/sparc/sparc32/strcat.S @@ -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 + . */ /* Normally, this uses ((xword - 0x01010101) & 0x80808080) test to find out if any byte in xword could be zero. This is fast, but diff --git a/libc/string/sparc/sparc32/strchr.S b/libc/string/sparc/sparc32/strchr.S index 16710d4e8..fabc3e7e5 100644 --- a/libc/string/sparc/sparc32/strchr.S +++ b/libc/string/sparc/sparc32/strchr.S @@ -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 + . */ /* Normally, this uses ((xword - 0x01010101) & 0x80808080) test to find out if any byte in xword could be zero. This is fast, but diff --git a/libc/string/sparc/sparc32/strcmp.S b/libc/string/sparc/sparc32/strcmp.S index d43883de6..07284cd18 100644 --- a/libc/string/sparc/sparc32/strcmp.S +++ b/libc/string/sparc/sparc32/strcmp.S @@ -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 + . */ /* Normally, this uses ((xword - 0x01010101) & 0x80808080) test to find out if any byte in xword could be zero. This is fast, but diff --git a/libc/string/sparc/sparc32/strcpy.S b/libc/string/sparc/sparc32/strcpy.S index 4d7742ebc..3287546f3 100644 --- a/libc/string/sparc/sparc32/strcpy.S +++ b/libc/string/sparc/sparc32/strcpy.S @@ -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 + . */ /* Normally, this uses ((xword - 0x01010101) & 0x80808080) test to find out if any byte in xword could be zero. This is fast, but diff --git a/libc/string/sparc/sparc32/strlen.S b/libc/string/sparc/sparc32/strlen.S index 4edfe7e78..66c790cb6 100644 --- a/libc/string/sparc/sparc32/strlen.S +++ b/libc/string/sparc/sparc32/strlen.S @@ -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 + . */ /* Normally, this uses ((xword - 0x01010101) & 0x80808080) test to find out if any byte in xword could be zero. This is fast, but diff --git a/libc/string/sparc/sparc64/memchr.S b/libc/string/sparc/sparc64/memchr.S index f44850b08..6467f7fff 100644 --- a/libc/string/sparc/sparc64/memchr.S +++ b/libc/string/sparc/sparc64/memchr.S @@ -24,9 +24,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #ifndef XCC diff --git a/libc/string/sparc/sparc64/memcpy.S b/libc/string/sparc/sparc64/memcpy.S index db63d1da2..df3e2d342 100644 --- a/libc/string/sparc/sparc64/memcpy.S +++ b/libc/string/sparc/sparc64/memcpy.S @@ -16,9 +16,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/string/sparc/sparc64/memset.S b/libc/string/sparc/sparc64/memset.S index 50e404bcc..f76a637e1 100644 --- a/libc/string/sparc/sparc64/memset.S +++ b/libc/string/sparc/sparc64/memset.S @@ -16,9 +16,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/string/sparc/sparc64/sparcv9b/memcpy.S b/libc/string/sparc/sparc64/sparcv9b/memcpy.S index 64f6a92e0..8bbdc84f1 100644 --- a/libc/string/sparc/sparc64/sparcv9b/memcpy.S +++ b/libc/string/sparc/sparc64/sparcv9b/memcpy.S @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/libc/string/sparc/sparc64/stpcpy.S b/libc/string/sparc/sparc64/stpcpy.S index 8c26c6bec..9af0d5667 100644 --- a/libc/string/sparc/sparc64/stpcpy.S +++ b/libc/string/sparc/sparc64/stpcpy.S @@ -16,9 +16,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #ifndef XCC diff --git a/libc/string/sparc/sparc64/strcat.S b/libc/string/sparc/sparc64/strcat.S index fcc4ba59c..56725cc91 100644 --- a/libc/string/sparc/sparc64/strcat.S +++ b/libc/string/sparc/sparc64/strcat.S @@ -16,9 +16,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #ifndef XCC diff --git a/libc/string/sparc/sparc64/strchr.S b/libc/string/sparc/sparc64/strchr.S index da26d1f9c..25810fd1a 100644 --- a/libc/string/sparc/sparc64/strchr.S +++ b/libc/string/sparc/sparc64/strchr.S @@ -16,9 +16,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/string/sparc/sparc64/strcmp.S b/libc/string/sparc/sparc64/strcmp.S index df9e69179..7b8500714 100644 --- a/libc/string/sparc/sparc64/strcmp.S +++ b/libc/string/sparc/sparc64/strcmp.S @@ -16,9 +16,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #ifndef XCC diff --git a/libc/string/sparc/sparc64/strcpy.S b/libc/string/sparc/sparc64/strcpy.S index 1317d5489..28799e4f6 100644 --- a/libc/string/sparc/sparc64/strcpy.S +++ b/libc/string/sparc/sparc64/strcpy.S @@ -16,9 +16,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #ifndef XCC diff --git a/libc/string/sparc/sparc64/strlen.S b/libc/string/sparc/sparc64/strlen.S index 1fe854961..f58c1c232 100644 --- a/libc/string/sparc/sparc64/strlen.S +++ b/libc/string/sparc/sparc64/strlen.S @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include diff --git a/libc/string/strverscmp.c b/libc/string/strverscmp.c index b19e8f0b8..714f4ed67 100644 --- a/libc/string/strverscmp.c +++ b/libc/string/strverscmp.c @@ -19,9 +19,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/string/x86_64/memcpy.S b/libc/string/x86_64/memcpy.S index 9c8169b42..e164278df 100644 --- a/libc/string/x86_64/memcpy.S +++ b/libc/string/x86_64/memcpy.S @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "_glibc_inc.h" diff --git a/libc/string/x86_64/memset.S b/libc/string/x86_64/memset.S index 6b758ce3a..d6744129d 100644 --- a/libc/string/x86_64/memset.S +++ b/libc/string/x86_64/memset.S @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "_glibc_inc.h" diff --git a/libc/string/x86_64/strcat.S b/libc/string/x86_64/strcat.S index 23d068fea..55e09e5f1 100644 --- a/libc/string/x86_64/strcat.S +++ b/libc/string/x86_64/strcat.S @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "_glibc_inc.h" diff --git a/libc/string/x86_64/strchr.S b/libc/string/x86_64/strchr.S index 9ef46b7f2..256b97911 100644 --- a/libc/string/x86_64/strchr.S +++ b/libc/string/x86_64/strchr.S @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "_glibc_inc.h" diff --git a/libc/string/x86_64/strcmp.S b/libc/string/x86_64/strcmp.S index 437e145bf..05d6f39c1 100644 --- a/libc/string/x86_64/strcmp.S +++ b/libc/string/x86_64/strcmp.S @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "_glibc_inc.h" diff --git a/libc/string/x86_64/strcpy.S b/libc/string/x86_64/strcpy.S index 612a30d1a..3ada70fbd 100644 --- a/libc/string/x86_64/strcpy.S +++ b/libc/string/x86_64/strcpy.S @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "_glibc_inc.h" diff --git a/libc/string/x86_64/strcspn.S b/libc/string/x86_64/strcspn.S index fd9b09c48..7a06c8867 100644 --- a/libc/string/x86_64/strcspn.S +++ b/libc/string/x86_64/strcspn.S @@ -19,9 +19,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "_glibc_inc.h" diff --git a/libc/string/x86_64/strlen.S b/libc/string/x86_64/strlen.S index 4213f0ab6..9e84326c2 100644 --- a/libc/string/x86_64/strlen.S +++ b/libc/string/x86_64/strlen.S @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "_glibc_inc.h" diff --git a/libc/string/x86_64/strspn.S b/libc/string/x86_64/strspn.S index 41cff0490..366377649 100644 --- a/libc/string/x86_64/strspn.S +++ b/libc/string/x86_64/strspn.S @@ -19,9 +19,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include "_glibc_inc.h" diff --git a/libc/string/xtensa/memcpy.S b/libc/string/xtensa/memcpy.S index bf384b461..2b23b4113 100644 --- a/libc/string/xtensa/memcpy.S +++ b/libc/string/xtensa/memcpy.S @@ -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., 51 Franklin Street - Fifth Floor, - Boston, MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/string/xtensa/memset.S b/libc/string/xtensa/memset.S index 6669c568c..435d6dea0 100644 --- a/libc/string/xtensa/memset.S +++ b/libc/string/xtensa/memset.S @@ -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., 51 Franklin Street - Fifth Floor, - Boston, MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/string/xtensa/strcmp.S b/libc/string/xtensa/strcmp.S index 86ad80df8..d3d72e047 100644 --- a/libc/string/xtensa/strcmp.S +++ b/libc/string/xtensa/strcmp.S @@ -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., 51 Franklin Street - Fifth Floor, - Boston, MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/string/xtensa/strcpy.S b/libc/string/xtensa/strcpy.S index c3a21a691..f9f586896 100644 --- a/libc/string/xtensa/strcpy.S +++ b/libc/string/xtensa/strcpy.S @@ -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., 51 Franklin Street - Fifth Floor, - Boston, MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/string/xtensa/strlen.S b/libc/string/xtensa/strlen.S index 23c68f2d5..86fe11390 100644 --- a/libc/string/xtensa/strlen.S +++ b/libc/string/xtensa/strlen.S @@ -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., 51 Franklin Street - Fifth Floor, - Boston, MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/string/xtensa/strncpy.S b/libc/string/xtensa/strncpy.S index a048d432e..115d44cf8 100644 --- a/libc/string/xtensa/strncpy.S +++ b/libc/string/xtensa/strncpy.S @@ -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., 51 Franklin Street - Fifth Floor, - Boston, MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #include #include -- cgit v1.2.3