diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-02-09 23:18:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-09 23:18:22 +0000 |
commit | 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch) | |
tree | 69edda6ebdfd8fe5d83991ab44723e07f6366420 /string | |
parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2 |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'string')
115 files changed, 230 insertions, 345 deletions
diff --git a/string/Makefile b/string/Makefile index 459cf81..a402602 100644 --- a/string/Makefile +++ b/string/Makefile @@ -12,9 +12,8 @@ # Lesser General Public License for more details. # You should have received a copy of the GNU Lesser General Public -# License along with the GNU C Library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA. +# License along with the GNU C Library; if not, see +# <http://www.gnu.org/licenses/>. # # Sub-makefile for string portion of library. diff --git a/string/_strerror.c b/string/_strerror.c index ad9b148..8754079 100644 --- a/string/_strerror.c +++ b/string/_strerror.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <libintl.h> #include <stdbool.h> diff --git a/string/argz-addsep.c b/string/argz-addsep.c index 0584b1f..09bee45 100644 --- a/string/argz-addsep.c +++ b/string/argz-addsep.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <argz.h> #include <errno.h> diff --git a/string/argz-append.c b/string/argz-append.c index 9437fde..d636ed0 100644 --- a/string/argz-append.c +++ b/string/argz-append.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <argz.h> #include <string.h> diff --git a/string/argz-count.c b/string/argz-count.c index 39282e8..723e9f2 100644 --- a/string/argz-count.c +++ b/string/argz-count.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <argz.h> #include <string.h> diff --git a/string/argz-create.c b/string/argz-create.c index 7bfe14c..4a4382c 100644 --- a/string/argz-create.c +++ b/string/argz-create.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <argz.h> #include <stdlib.h> diff --git a/string/argz-ctsep.c b/string/argz-ctsep.c index 0f2b2f5..9268cb6 100644 --- a/string/argz-ctsep.c +++ b/string/argz-ctsep.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <argz.h> #include <errno.h> diff --git a/string/argz-delete.c b/string/argz-delete.c index 508b837..4aab040 100644 --- a/string/argz-delete.c +++ b/string/argz-delete.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <argz.h> #include <string.h> diff --git a/string/argz-extract.c b/string/argz-extract.c index 0a11ed8..2cf3d4a 100644 --- a/string/argz-extract.c +++ b/string/argz-extract.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <argz.h> diff --git a/string/argz-insert.c b/string/argz-insert.c index 8ab9a8b..dc73bc6 100644 --- a/string/argz-insert.c +++ b/string/argz-insert.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <argz.h> #include <string.h> diff --git a/string/argz-next.c b/string/argz-next.c index 9854d22..9b598c5 100644 --- a/string/argz-next.c +++ b/string/argz-next.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <argz.h> #include <string.h> diff --git a/string/argz-replace.c b/string/argz-replace.c index 1b0eb15..92b2b17 100644 --- a/string/argz-replace.c +++ b/string/argz-replace.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <stdlib.h> #include <string.h> diff --git a/string/argz-stringify.c b/string/argz-stringify.c index 46af889..7ff8f6b 100644 --- a/string/argz-stringify.c +++ b/string/argz-stringify.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <argz.h> #include <string.h> diff --git a/string/argz.h b/string/argz.h index 96bf85b..5a54a35 100644 --- a/string/argz.h +++ b/string/argz.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _ARGZ_H #define _ARGZ_H 1 diff --git a/string/basename.c b/string/basename.c index 5ea1bb0..c42b81c 100644 --- a/string/basename.c +++ b/string/basename.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/string/bcopy.c b/string/bcopy.c index 3f16b88..bc3b039 100644 --- a/string/bcopy.c +++ b/string/bcopy.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/string/bits/string2.h b/string/bits/string2.h index f2945b3..af5c88c 100644 --- a/string/bits/string2.h +++ b/string/bits/string2.h @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _STRING_H # error "Never use <bits/string2.h> directly; include <string.h> instead." diff --git a/string/bits/string3.h b/string/bits/string3.h index cdc01db..ebd7049 100644 --- a/string/bits/string3.h +++ b/string/bits/string3.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _STRING_H # error "Never use <bits/string3.h> directly; include <string.h> instead." diff --git a/string/byteswap.h b/string/byteswap.h index b61d4dd..18ca95d 100644 --- a/string/byteswap.h +++ b/string/byteswap.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _BYTESWAP_H #define _BYTESWAP_H 1 diff --git a/string/bzero.c b/string/bzero.c index c6ede14..b7a88ec 100644 --- a/string/bzero.c +++ b/string/bzero.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/string/endian.h b/string/endian.h index 37d030a..13e8c75 100644 --- a/string/endian.h +++ b/string/endian.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _ENDIAN_H #define _ENDIAN_H 1 diff --git a/string/envz.c b/string/envz.c index a9d4202..9398e32 100644 --- a/string/envz.c +++ b/string/envz.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <malloc.h> #include <string.h> diff --git a/string/envz.h b/string/envz.h index 2959025..d45204f 100644 --- a/string/envz.h +++ b/string/envz.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _ENVZ_H #define _ENVZ_H 1 diff --git a/string/ffs.c b/string/ffs.c index 06a1542..0d2bfb3 100644 --- a/string/ffs.c +++ b/string/ffs.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <limits.h> #define ffsl __something_else diff --git a/string/ffsll.c b/string/ffsll.c index 9dd269a..664306c 100644 --- a/string/ffsll.c +++ b/string/ffsll.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <limits.h> #define ffsl __something_else diff --git a/string/memccpy.c b/string/memccpy.c index 9ffdc33..a8649ff 100644 --- a/string/memccpy.c +++ b/string/memccpy.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/string/memchr.c b/string/memchr.c index 28de957..7de21a6 100644 --- a/string/memchr.c +++ b/string/memchr.c @@ -17,9 +17,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/string/memcmp.c b/string/memcmp.c index d2ec1c2..a73cc19 100644 --- a/string/memcmp.c +++ b/string/memcmp.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/string/memcpy.c b/string/memcpy.c index e167e85..3080fcb 100644 --- a/string/memcpy.c +++ b/string/memcpy.c @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/string/memfrob.c b/string/memfrob.c index fe5b04f..6ef996c 100644 --- a/string/memfrob.c +++ b/string/memfrob.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/string/memmem.c b/string/memmem.c index 3176ab7..625c9cf 100644 --- a/string/memmem.c +++ b/string/memmem.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* This particular implementation was written by Eric Blake, 2008. */ diff --git a/string/memmove.c b/string/memmove.c index 8e36e7c..ede27ff 100644 --- a/string/memmove.c +++ b/string/memmove.c @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/string/memory.h b/string/memory.h index 743fa6a..176a0a9 100644 --- a/string/memory.h +++ b/string/memory.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* * SVID diff --git a/string/mempcpy.c b/string/mempcpy.c index a72617e..2a542e3 100644 --- a/string/mempcpy.c +++ b/string/mempcpy.c @@ -16,9 +16,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/string/memrchr.c b/string/memrchr.c index a19f8e6..5a83a4a 100644 --- a/string/memrchr.c +++ b/string/memrchr.c @@ -18,9 +18,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/string/memset.c b/string/memset.c index 592b11e..036cb5f 100644 --- a/string/memset.c +++ b/string/memset.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/string/rawmemchr.c b/string/rawmemchr.c index a7c9ec6..e92e1b4 100644 --- a/string/rawmemchr.c +++ b/string/rawmemchr.c @@ -17,9 +17,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/string/stpcpy.c b/string/stpcpy.c index 6e42911..b0a83ba 100644 --- a/string/stpcpy.c +++ b/string/stpcpy.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/string/stpncpy.c b/string/stpncpy.c index 2ebab33..d475b14 100644 --- a/string/stpncpy.c +++ b/string/stpncpy.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* This is almost copied from strncpy.c, written by Torbjorn Granlund. */ diff --git a/string/str-two-way.h b/string/str-two-way.h index 76044b3..1b2a8bd 100644 --- a/string/str-two-way.h +++ b/string/str-two-way.h @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* Before including this file, you need to include <string.h> (and <config.h> before that, if not part of libc), and define: diff --git a/string/stratcliff.c b/string/stratcliff.c index 5176409..97e9d34 100644 --- a/string/stratcliff.c +++ b/string/stratcliff.c @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define _GNU_SOURCE 1 diff --git a/string/strcasecmp.c b/string/strcasecmp.c index 3ae3d67..e7a3c44 100644 --- a/string/strcasecmp.c +++ b/string/strcasecmp.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/string/strcasecmp_l.c b/string/strcasecmp_l.c index 498a27d..2969161 100644 --- a/string/strcasecmp_l.c +++ b/string/strcasecmp_l.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define USE_IN_EXTENDED_LOCALE_MODEL 1 #include "strcasecmp.c" diff --git a/string/strcasestr.c b/string/strcasestr.c index f0b2fa5..9e1bde9 100644 --- a/string/strcasestr.c +++ b/string/strcasestr.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* * My personal strstr() implementation that beats most other algorithms. diff --git a/string/strcat.c b/string/strcat.c index eef22ad..3967fa8 100644 --- a/string/strcat.c +++ b/string/strcat.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/string/strchr.c b/string/strchr.c index 5afd364..3d44958 100644 --- a/string/strchr.c +++ b/string/strchr.c @@ -18,9 +18,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/string/strchrnul.c b/string/strchrnul.c index 88b96dd..523a72f 100644 --- a/string/strchrnul.c +++ b/string/strchrnul.c @@ -17,9 +17,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/string/strcmp.c b/string/strcmp.c index bd53c05..e9b24c9 100644 --- a/string/strcmp.c +++ b/string/strcmp.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/string/strcoll.c b/string/strcoll.c index 8e8fdc7..02cb61e 100644 --- a/string/strcoll.c +++ b/string/strcoll.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/string/strcoll_l.c b/string/strcoll_l.c index fb77d08..4cee76a 100644 --- a/string/strcoll_l.c +++ b/string/strcoll_l.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <assert.h> diff --git a/string/strcpy.c b/string/strcpy.c index c736a60..f565f34 100644 --- a/string/strcpy.c +++ b/string/strcpy.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <stddef.h> #include <string.h> diff --git a/string/strcspn.c b/string/strcspn.c index f359d57..6290429 100644 --- a/string/strcspn.c +++ b/string/strcspn.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H # include <config.h> diff --git a/string/strdup.c b/string/strdup.c index 559df60..6eaffe9 100644 --- a/string/strdup.c +++ b/string/strdup.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/string/strerror.c b/string/strerror.c index 5d829d0..9d5b7ae 100644 --- a/string/strerror.c +++ b/string/strerror.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <libintl.h> #include <stdio.h> diff --git a/string/strerror_l.c b/string/strerror_l.c index 32a004e..42a15b1 100644 --- a/string/strerror_l.c +++ b/string/strerror_l.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <libintl.h> #include <locale.h> diff --git a/string/strfry.c b/string/strfry.c index d3fcb14..1b16440 100644 --- a/string/strfry.c +++ b/string/strfry.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <stdlib.h> diff --git a/string/string-inlines.c b/string/string-inlines.c index 89a5baa..e42cc00 100644 --- a/string/string-inlines.c +++ b/string/string-inlines.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* <bits/string.h> and <bits/string2.h> declare some extern inline functions. These functions are declared additionally here if diff --git a/string/string.h b/string/string.h index 63a1e76..e77714b 100644 --- a/string/string.h +++ b/string/string.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* * ISO C99 Standard: 7.21 String handling <string.h> diff --git a/string/strings.h b/string/strings.h index c352afa..97cddc8 100644 --- a/string/strings.h +++ b/string/strings.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _STRINGS_H #define _STRINGS_H 1 diff --git a/string/strlen.c b/string/strlen.c index 5f22ce9..5c1efda 100644 --- a/string/strlen.c +++ b/string/strlen.c @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <stdlib.h> diff --git a/string/strncase.c b/string/strncase.c index a55aaf6..02fd51f 100644 --- a/string/strncase.c +++ b/string/strncase.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/string/strncase_l.c b/string/strncase_l.c index 0f22b46..3d3dc88 100644 --- a/string/strncase_l.c +++ b/string/strncase_l.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define USE_IN_EXTENDED_LOCALE_MODEL 1 #include "strncase.c" diff --git a/string/strncat.c b/string/strncat.c index bf6f99b..dceadb2 100644 --- a/string/strncat.c +++ b/string/strncat.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/string/strncmp.c b/string/strncmp.c index bb0cbfd..f586d59 100644 --- a/string/strncmp.c +++ b/string/strncmp.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/string/strncpy.c b/string/strncpy.c index 2274d7d..f6ee278 100644 --- a/string/strncpy.c +++ b/string/strncpy.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/string/strndup.c b/string/strndup.c index 68ba6c7..f4caef4 100644 --- a/string/strndup.c +++ b/string/strndup.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/string/strnlen.c b/string/strnlen.c index d083ec2..65b9aa6 100644 --- a/string/strnlen.c +++ b/string/strnlen.c @@ -17,9 +17,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + License along with the GNU C Library; see the file COPYING.LIB. If + not, see <http://www.gnu.org/licenses/>. */ #include <string.h> #include <stdlib.h> diff --git a/string/strpbrk.c b/string/strpbrk.c index 620cfab..7f45fdf 100644 --- a/string/strpbrk.c +++ b/string/strpbrk.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/string/strrchr.c b/string/strrchr.c index 64118b8..a986ff9 100644 --- a/string/strrchr.c +++ b/string/strrchr.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/string/strsep.c b/string/strsep.c index e5342f7..6c73458 100644 --- a/string/strsep.c +++ b/string/strsep.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/string/strsignal.c b/string/strsignal.c index 8c5ed1e..74ebe36 100644 --- a/string/strsignal.c +++ b/string/strsignal.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <signal.h> #include <stdio.h> diff --git a/string/strspn.c b/string/strspn.c index dc17ea8..48624aa 100644 --- a/string/strspn.c +++ b/string/strspn.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/string/strstr.c b/string/strstr.c index ef45f82..10e6fdc 100644 --- a/string/strstr.c +++ b/string/strstr.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* This particular implementation was written by Eric Blake, 2008. */ diff --git a/string/strtok.c b/string/strtok.c index 9d6bb06..be0b958 100644 --- a/string/strtok.c +++ b/string/strtok.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/string/strtok_r.c b/string/strtok_r.c index b11cb52..5112a60 100644 --- a/string/strtok_r.c +++ b/string/strtok_r.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/string/strverscmp.c b/string/strverscmp.c index 7c5be8d..d416642 100644 --- a/string/strverscmp.c +++ b/string/strverscmp.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <stdint.h> #include <string.h> diff --git a/string/strxfrm.c b/string/strxfrm.c index 840f270..3ef331f 100644 --- a/string/strxfrm.c +++ b/string/strxfrm.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <string.h> #include <locale/localeinfo.h> diff --git a/string/strxfrm_l.c b/string/strxfrm_l.c index b06556d..ebc67be 100644 --- a/string/strxfrm_l.c +++ b/string/strxfrm_l.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <assert.h> #include <langinfo.h> diff --git a/string/swab.c b/string/swab.c index 102058a..3d2c45c 100644 --- a/string/swab.c +++ b/string/swab.c @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/string/test-ffs.c b/string/test-ffs.c index 3725910..e1d17cb 100644 --- a/string/test-ffs.c +++ b/string/test-ffs.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <stdlib.h> #include <stdio.h> diff --git a/string/test-memccpy.c b/string/test-memccpy.c index 2653263..8fa96bc 100644 --- a/string/test-memccpy.c +++ b/string/test-memccpy.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-memchr.c b/string/test-memchr.c index cd9a01e..315726d 100644 --- a/string/test-memchr.c +++ b/string/test-memchr.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-memcmp.c b/string/test-memcmp.c index f246d3a..2e61f59 100644 --- a/string/test-memcmp.c +++ b/string/test-memcmp.c @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-memcpy.c b/string/test-memcpy.c index 7b0723a..311b4b4 100644 --- a/string/test-memcpy.c +++ b/string/test-memcpy.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef MEMCPY_RESULT # define MEMCPY_RESULT(dst, len) dst diff --git a/string/test-memmem.c b/string/test-memmem.c index 91b661b..4076029 100644 --- a/string/test-memmem.c +++ b/string/test-memmem.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #define BUF1PAGES 20 diff --git a/string/test-memmove.c b/string/test-memmove.c index 2f3a8f7..7d10712 100644 --- a/string/test-memmove.c +++ b/string/test-memmove.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-mempcpy.c b/string/test-mempcpy.c index f8b0267..c021a66 100644 --- a/string/test-mempcpy.c +++ b/string/test-mempcpy.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define MEMCPY_RESULT(dst, len) (dst) + (len) #define TEST_MAIN diff --git a/string/test-memset.c b/string/test-memset.c index 601ace4..839b8a1 100644 --- a/string/test-memset.c +++ b/string/test-memset.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #define MIN_PAGE_SIZE 131072 diff --git a/string/test-rawmemchr.c b/string/test-rawmemchr.c index 58c1b15..c8000d6 100644 --- a/string/test-rawmemchr.c +++ b/string/test-rawmemchr.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <assert.h> diff --git a/string/test-stpcpy.c b/string/test-stpcpy.c index c8d4cc4..accc05c 100644 --- a/string/test-stpcpy.c +++ b/string/test-stpcpy.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define STRCPY_RESULT(dst, len) ((dst) + (len)) #define TEST_MAIN diff --git a/string/test-stpncpy.c b/string/test-stpncpy.c index 8784588..8fb6d79 100644 --- a/string/test-stpncpy.c +++ b/string/test-stpncpy.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define STRNCPY_RESULT(dst, len, n) ((dst) + ((len) > (n) ? (n) : (len))) #define TEST_MAIN diff --git a/string/test-strcasecmp.c b/string/test-strcasecmp.c index 7d1d110..039d9c1 100644 --- a/string/test-strcasecmp.c +++ b/string/test-strcasecmp.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <ctype.h> #define TEST_MAIN diff --git a/string/test-strcasestr.c b/string/test-strcasestr.c index edc41f3..6c1a878 100644 --- a/string/test-strcasestr.c +++ b/string/test-strcasestr.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-strcat.c b/string/test-strcat.c index 4437520..7dcd7bc 100644 --- a/string/test-strcat.c +++ b/string/test-strcat.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-strchr.c b/string/test-strchr.c index a46ee82..e544aa7 100644 --- a/string/test-strchr.c +++ b/string/test-strchr.c @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-strcmp.c b/string/test-strcmp.c index 62a42eb..85df6dc 100644 --- a/string/test-strcmp.c +++ b/string/test-strcmp.c @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-strcpy.c b/string/test-strcpy.c index 04d9897..3a0b118 100644 --- a/string/test-strcpy.c +++ b/string/test-strcpy.c @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifdef WIDE # include <wchar.h> diff --git a/string/test-strcspn.c b/string/test-strcspn.c index b563179..d80947a 100644 --- a/string/test-strcspn.c +++ b/string/test-strcspn.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define STRPBRK_RESULT(s, pos) (pos) #define RES_TYPE size_t diff --git a/string/test-string.h b/string/test-string.h index e384940..40fec18 100644 --- a/string/test-string.h +++ b/string/test-string.h @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <sys/cdefs.h> diff --git a/string/test-strlen.c b/string/test-strlen.c index f12d3ba..0ac5184 100644 --- a/string/test-strlen.c +++ b/string/test-strlen.c @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-strncasecmp.c b/string/test-strncasecmp.c index daff6ed..6c17530 100644 --- a/string/test-strncasecmp.c +++ b/string/test-strncasecmp.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <ctype.h> #define TEST_MAIN diff --git a/string/test-strncat.c b/string/test-strncat.c index f7cf7df..69c8c0b 100644 --- a/string/test-strncat.c +++ b/string/test-strncat.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-strncmp.c b/string/test-strncmp.c index 00971df..266781b 100644 --- a/string/test-strncmp.c +++ b/string/test-strncmp.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-strncpy.c b/string/test-strncpy.c index d7a714c..f683f7d 100644 --- a/string/test-strncpy.c +++ b/string/test-strncpy.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef STRNCPY_RESULT # define STRNCPY_RESULT(dst, len, n) dst diff --git a/string/test-strnlen.c b/string/test-strnlen.c index cb8c80f..547df45 100644 --- a/string/test-strnlen.c +++ b/string/test-strnlen.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-strpbrk.c b/string/test-strpbrk.c index f3ed208..263a7fd 100644 --- a/string/test-strpbrk.c +++ b/string/test-strpbrk.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef STRPBRK_RESULT # define STRPBRK_RESULT(s, pos) ((s)[(pos)] ? (s) + (pos) : NULL) diff --git a/string/test-strrchr.c b/string/test-strrchr.c index 484c2f3..c63c8de 100644 --- a/string/test-strrchr.c +++ b/string/test-strrchr.c @@ -16,9 +16,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-strspn.c b/string/test-strspn.c index 15cf492..743bc0a 100644 --- a/string/test-strspn.c +++ b/string/test-strspn.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/test-strstr.c b/string/test-strstr.c index c1da686..6be4601 100644 --- a/string/test-strstr.c +++ b/string/test-strstr.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define TEST_MAIN #include "test-string.h" diff --git a/string/testcopy.c b/string/testcopy.c index 60039f7..51c47a1 100644 --- a/string/testcopy.c +++ b/string/testcopy.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <stdlib.h> #include <stdio.h> diff --git a/string/tester.c b/string/tester.c index a86249d..736543b 100644 --- a/string/tester.c +++ b/string/tester.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _GNU_SOURCE #define _GNU_SOURCE diff --git a/string/tst-bswap.c b/string/tst-bswap.c index b2b4ef0..52a2718 100644 --- a/string/tst-bswap.c +++ b/string/tst-bswap.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <byteswap.h> #include <stdio.h> diff --git a/string/tst-inlcall.c b/string/tst-inlcall.c index 2a4124e..7e2eba3 100644 --- a/string/tst-inlcall.c +++ b/string/tst-inlcall.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _GNU_SOURCE #define _GNU_SOURCE diff --git a/string/wordcopy.c b/string/wordcopy.c index 0c9a4be..b171f27 100644 --- a/string/wordcopy.c +++ b/string/wordcopy.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* BE VERY CAREFUL IF YOU CHANGE THIS CODE...! */ diff --git a/string/xpg-strerror.c b/string/xpg-strerror.c index 10fc1bf..7e46b33 100644 --- a/string/xpg-strerror.c +++ b/string/xpg-strerror.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <assert.h> #include <errno.h> |