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/misc/assert/__assert.c | 4 ++-- libc/misc/ctype/ctype.c | 4 ++-- libc/misc/dirent/dirstream.h | 3 +-- libc/misc/error/error.c | 5 ++--- libc/misc/file/lockf.c | 3 +-- libc/misc/file/lockf64.c | 3 +-- libc/misc/fnmatch/fnmatch.c | 5 ++--- libc/misc/fnmatch/fnmatch_loop.c | 5 ++--- libc/misc/fnmatch/fnmatch_old.c | 3 +-- libc/misc/ftw/ftw.c | 5 ++--- libc/misc/ftw/ftw64.c | 5 ++--- libc/misc/glob/glob.c | 5 ++--- libc/misc/gnu/obstack.c | 5 ++--- libc/misc/internals/tempname.c | 3 +-- libc/misc/locale/locale.c | 4 ++-- libc/misc/regex/regcomp.c | 5 ++--- libc/misc/regex/regex.c | 5 ++--- libc/misc/regex/regex_internal.c | 5 ++--- libc/misc/regex/regex_internal.h | 5 ++--- libc/misc/regex/regex_old.c | 5 ++--- libc/misc/regex/regexec.c | 5 ++--- libc/misc/search/_hsearch_r.c | 5 ++--- libc/misc/search/_tsearch.c | 3 +-- libc/misc/search/hsearch.c | 5 ++--- libc/misc/search/insremque.c | 3 +-- libc/misc/statfs/fstatfs64.c | 5 ++--- libc/misc/statfs/fstatvfs.c | 5 ++--- libc/misc/statfs/fstatvfs64.c | 5 ++--- libc/misc/statfs/internal_statvfs.c | 5 ++--- libc/misc/statfs/statfs64.c | 5 ++--- libc/misc/statfs/statvfs.c | 5 ++--- libc/misc/statfs/statvfs64.c | 5 ++--- libc/misc/sysvipc/ftok.c | 3 +-- libc/misc/sysvipc/sem.c | 3 +-- libc/misc/sysvipc/shm.c | 3 +-- libc/misc/time/ftime.c | 5 ++--- libc/misc/wchar/wchar.c | 4 ++-- libc/misc/wctype/_wctype.c | 4 ++-- libc/misc/wordexp/wordexp.c | 3 +-- 39 files changed, 67 insertions(+), 101 deletions(-) (limited to 'libc/misc') diff --git a/libc/misc/assert/__assert.c b/libc/misc/assert/__assert.c index 8afde52ff..85cedbfc2 100644 --- a/libc/misc/assert/__assert.c +++ b/libc/misc/assert/__assert.c @@ -13,8 +13,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 + * . */ /* Oct 28, 2002 diff --git a/libc/misc/ctype/ctype.c b/libc/misc/ctype/ctype.c index a3e4cfc3f..db8061d9f 100644 --- a/libc/misc/ctype/ctype.c +++ b/libc/misc/ctype/ctype.c @@ -11,8 +11,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 + * . */ /* ATTENTION! ATTENTION! ATTENTION! ATTENTION! ATTENTION! diff --git a/libc/misc/dirent/dirstream.h b/libc/misc/dirent/dirstream.h index 747064a22..59b8bafb9 100644 --- a/libc/misc/dirent/dirstream.h +++ b/libc/misc/dirent/dirstream.h @@ -13,8 +13,7 @@ Library General Public License for more details. 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, 1992 Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +not, see . */ /* * POSIX Standard: 5.1.2 Directory Operations diff --git a/libc/misc/error/error.c b/libc/misc/error/error.c index 26bcfd429..d78a6f54e 100644 --- a/libc/misc/error/error.c +++ b/libc/misc/error/error.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 + . */ /* Written by David MacKenzie . */ /* Adjusted slightly by Erik Andersen */ diff --git a/libc/misc/file/lockf.c b/libc/misc/file/lockf.c index b37ace408..4e398cd10 100644 --- a/libc/misc/file/lockf.c +++ b/libc/misc/file/lockf.c @@ -13,8 +13,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 diff --git a/libc/misc/file/lockf64.c b/libc/misc/file/lockf64.c index be1d3e0ca..8d950ed8b 100644 --- a/libc/misc/file/lockf64.c +++ b/libc/misc/file/lockf64.c @@ -13,8 +13,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 <_lfs_64.h> diff --git a/libc/misc/fnmatch/fnmatch.c b/libc/misc/fnmatch/fnmatch.c index 413162f86..d54b6e7c7 100644 --- a/libc/misc/fnmatch/fnmatch.c +++ b/libc/misc/fnmatch/fnmatch.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifdef HAVE_CONFIG_H # include diff --git a/libc/misc/fnmatch/fnmatch_loop.c b/libc/misc/fnmatch/fnmatch_loop.c index 9ef4ea360..6d037f8f9 100644 --- a/libc/misc/fnmatch/fnmatch_loop.c +++ b/libc/misc/fnmatch/fnmatch_loop.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 + . */ /* Match STRING against the filename pattern PATTERN, returning zero if it matches, nonzero if not. */ diff --git a/libc/misc/fnmatch/fnmatch_old.c b/libc/misc/fnmatch/fnmatch_old.c index 2dece85dc..8da456333 100644 --- a/libc/misc/fnmatch/fnmatch_old.c +++ b/libc/misc/fnmatch/fnmatch_old.c @@ -12,8 +12,7 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If -not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +not, see . */ #ifdef HAVE_CONFIG_H # include diff --git a/libc/misc/ftw/ftw.c b/libc/misc/ftw/ftw.c index 20ff4f02b..05ea0fa66 100644 --- a/libc/misc/ftw/ftw.c +++ b/libc/misc/ftw/ftw.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifdef HAVE_CONFIG_H # include diff --git a/libc/misc/ftw/ftw64.c b/libc/misc/ftw/ftw64.c index de2fe22d1..c07b71091 100644 --- a/libc/misc/ftw/ftw64.c +++ b/libc/misc/ftw/ftw64.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 + . */ #define FTW_NAME ftw64 #define NFTW_NAME nftw64 diff --git a/libc/misc/glob/glob.c b/libc/misc/glob/glob.c index 488f22970..923c03538 100644 --- a/libc/misc/glob/glob.c +++ b/libc/misc/glob/glob.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 + . */ #undef ENABLE_GLOB_BRACE_EXPANSION #undef ENABLE_GLOB_TILDE_EXPANSION diff --git a/libc/misc/gnu/obstack.c b/libc/misc/gnu/obstack.c index c7e21b136..abe8ca3fd 100644 --- a/libc/misc/gnu/obstack.c +++ b/libc/misc/gnu/obstack.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., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + . */ #ifdef HAVE_CONFIG_H diff --git a/libc/misc/internals/tempname.c b/libc/misc/internals/tempname.c index cb2669353..18fd823c1 100644 --- a/libc/misc/internals/tempname.c +++ b/libc/misc/internals/tempname.c @@ -13,8 +13,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 . */ /* March 11, 2002 Manuel Novoa III * diff --git a/libc/misc/locale/locale.c b/libc/misc/locale/locale.c index 2c99f06b7..68e54413e 100644 --- a/libc/misc/locale/locale.c +++ b/libc/misc/locale/locale.c @@ -11,8 +11,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 + * . */ /* Nov. 1, 2002 diff --git a/libc/misc/regex/regcomp.c b/libc/misc/regex/regcomp.c index b63f115a3..dc00109dc 100644 --- a/libc/misc/regex/regcomp.c +++ b/libc/misc/regex/regcomp.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 + . */ static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern, size_t length, reg_syntax_t syntax); diff --git a/libc/misc/regex/regex.c b/libc/misc/regex/regex.c index e097d9a37..926ee269e 100644 --- a/libc/misc/regex/regex.c +++ b/libc/misc/regex/regex.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 diff --git a/libc/misc/regex/regex_internal.c b/libc/misc/regex/regex_internal.c index 3504d789d..f9412d663 100644 --- a/libc/misc/regex/regex_internal.c +++ b/libc/misc/regex/regex_internal.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 + . */ static void re_string_construct_common (const char *str, int len, re_string_t *pstr, diff --git a/libc/misc/regex/regex_internal.h b/libc/misc/regex/regex_internal.h index 4836946f7..5d9154fa0 100644 --- a/libc/misc/regex/regex_internal.h +++ b/libc/misc/regex/regex_internal.h @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #ifndef _REGEX_INTERNAL_H #define _REGEX_INTERNAL_H 1 diff --git a/libc/misc/regex/regex_old.c b/libc/misc/regex/regex_old.c index d1382a20d..fa5de7a28 100644 --- a/libc/misc/regex/regex_old.c +++ b/libc/misc/regex/regex_old.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 + . */ /* To exclude some unwanted junk.... */ #undef emacs diff --git a/libc/misc/regex/regexec.c b/libc/misc/regex/regexec.c index 106231da7..86bc6b8c5 100644 --- a/libc/misc/regex/regexec.c +++ b/libc/misc/regex/regexec.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 + . */ static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags, int n) internal_function; diff --git a/libc/misc/search/_hsearch_r.c b/libc/misc/search/_hsearch_r.c index 24f20e1a8..7b57ce16c 100644 --- a/libc/misc/search/_hsearch_r.c +++ b/libc/misc/search/_hsearch_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 #include diff --git a/libc/misc/search/_tsearch.c b/libc/misc/search/_tsearch.c index 20b04af78..c4ee4bb23 100644 --- a/libc/misc/search/_tsearch.c +++ b/libc/misc/search/_tsearch.c @@ -13,8 +13,7 @@ Library General Public License for more details. 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., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +not, see . */ /* * Tree search generalized from Knuth (6.2.2) Algorithm T just like diff --git a/libc/misc/search/hsearch.c b/libc/misc/search/hsearch.c index d011997bb..54acfc484 100644 --- a/libc/misc/search/hsearch.c +++ b/libc/misc/search/hsearch.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/misc/search/insremque.c b/libc/misc/search/insremque.c index 32edf7a4e..c4a75ab89 100644 --- a/libc/misc/search/insremque.c +++ b/libc/misc/search/insremque.c @@ -13,8 +13,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 #include diff --git a/libc/misc/statfs/fstatfs64.c b/libc/misc/statfs/fstatfs64.c index 27bb8d602..bc12020a0 100644 --- a/libc/misc/statfs/fstatfs64.c +++ b/libc/misc/statfs/fstatfs64.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 <_lfs_64.h> diff --git a/libc/misc/statfs/fstatvfs.c b/libc/misc/statfs/fstatvfs.c index 63fce0fa0..ff047524f 100644 --- a/libc/misc/statfs/fstatvfs.c +++ b/libc/misc/statfs/fstatvfs.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/misc/statfs/fstatvfs64.c b/libc/misc/statfs/fstatvfs64.c index f57e9d9bb..e465d76c3 100644 --- a/libc/misc/statfs/fstatvfs64.c +++ b/libc/misc/statfs/fstatvfs64.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 <_lfs_64.h> diff --git a/libc/misc/statfs/internal_statvfs.c b/libc/misc/statfs/internal_statvfs.c index 6075e9cf4..6eb4afe5a 100644 --- a/libc/misc/statfs/internal_statvfs.c +++ b/libc/misc/statfs/internal_statvfs.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 + . */ /* Now fill in the fields we have information for. */ buf->f_bsize = fsbuf.f_bsize; diff --git a/libc/misc/statfs/statfs64.c b/libc/misc/statfs/statfs64.c index 0cc8595d6..c11b7db23 100644 --- a/libc/misc/statfs/statfs64.c +++ b/libc/misc/statfs/statfs64.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 <_lfs_64.h> diff --git a/libc/misc/statfs/statvfs.c b/libc/misc/statfs/statvfs.c index 5ac38ed59..dcd10f7af 100644 --- a/libc/misc/statfs/statvfs.c +++ b/libc/misc/statfs/statvfs.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/misc/statfs/statvfs64.c b/libc/misc/statfs/statvfs64.c index 9923e66a4..b02fc6bbe 100644 --- a/libc/misc/statfs/statvfs64.c +++ b/libc/misc/statfs/statvfs64.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 <_lfs_64.h> diff --git a/libc/misc/sysvipc/ftok.c b/libc/misc/sysvipc/ftok.c index cec243868..1e7549984 100644 --- a/libc/misc/sysvipc/ftok.c +++ b/libc/misc/sysvipc/ftok.c @@ -14,8 +14,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 #include diff --git a/libc/misc/sysvipc/sem.c b/libc/misc/sysvipc/sem.c index cca4cdfcc..64be1cae0 100644 --- a/libc/misc/sysvipc/sem.c +++ b/libc/misc/sysvipc/sem.c @@ -14,8 +14,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 #include diff --git a/libc/misc/sysvipc/shm.c b/libc/misc/sysvipc/shm.c index ddbf8397e..cd46ff0dd 100644 --- a/libc/misc/sysvipc/shm.c +++ b/libc/misc/sysvipc/shm.c @@ -14,8 +14,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 . */ /* SHMLBA uses it on most of the archs (not mips) */ #define __getpagesize getpagesize diff --git a/libc/misc/time/ftime.c b/libc/misc/time/ftime.c index ff78d418a..c6c460594 100644 --- a/libc/misc/time/ftime.c +++ b/libc/misc/time/ftime.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/misc/wchar/wchar.c b/libc/misc/wchar/wchar.c index 0704096a9..966f78d19 100644 --- a/libc/misc/wchar/wchar.c +++ b/libc/misc/wchar/wchar.c @@ -12,8 +12,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 + * . */ /* ATTENTION! ATTENTION! ATTENTION! ATTENTION! ATTENTION! diff --git a/libc/misc/wctype/_wctype.c b/libc/misc/wctype/_wctype.c index 54ac5ad4b..68fae8b54 100644 --- a/libc/misc/wctype/_wctype.c +++ b/libc/misc/wctype/_wctype.c @@ -11,8 +11,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 + * . */ /* ATTENTION! ATTENTION! ATTENTION! ATTENTION! ATTENTION! diff --git a/libc/misc/wordexp/wordexp.c b/libc/misc/wordexp/wordexp.c index 4074810c1..b1cc60942 100644 --- a/libc/misc/wordexp/wordexp.c +++ b/libc/misc/wordexp/wordexp.c @@ -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 #include -- cgit v1.2.3