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/stdlib/__uc_malloc.c | 3 +-- libc/stdlib/a64l.c | 5 ++--- libc/stdlib/abort.c | 3 +-- libc/stdlib/bsd_getpt.c | 5 ++--- libc/stdlib/drand48-iter.c | 5 ++--- libc/stdlib/drand48.c | 5 ++--- libc/stdlib/drand48_r.c | 5 ++--- libc/stdlib/erand48.c | 5 ++--- libc/stdlib/erand48_r.c | 5 ++--- libc/stdlib/getpt.c | 5 ++--- libc/stdlib/grantpt.c | 3 +-- libc/stdlib/jrand48.c | 5 ++--- libc/stdlib/jrand48_r.c | 5 ++--- libc/stdlib/l64a.c | 5 ++--- libc/stdlib/ldiv.c | 5 ++--- libc/stdlib/lldiv.c | 5 ++--- libc/stdlib/lrand48.c | 5 ++--- libc/stdlib/lrand48_r.c | 5 ++--- libc/stdlib/malloc/calloc.c | 4 ++-- libc/stdlib/mkdtemp.c | 3 +-- libc/stdlib/mkstemp.c | 3 +-- libc/stdlib/mkstemp64.c | 3 +-- libc/stdlib/mktemp.c | 3 +-- libc/stdlib/mrand48.c | 5 ++--- libc/stdlib/mrand48_r.c | 5 ++--- libc/stdlib/nrand48.c | 5 ++--- libc/stdlib/nrand48_r.c | 5 ++--- libc/stdlib/posix_memalign.c | 5 ++--- libc/stdlib/ptsname.c | 5 ++--- libc/stdlib/pty-private.h | 3 +-- libc/stdlib/rand_r.c | 5 ++--- libc/stdlib/seed48.c | 5 ++--- libc/stdlib/seed48_r.c | 5 ++--- libc/stdlib/setenv.c | 5 ++--- libc/stdlib/srand48.c | 5 ++--- libc/stdlib/srand48_r.c | 5 ++--- libc/stdlib/stdlib.c | 4 ++-- libc/stdlib/unix_grantpt.c | 3 +-- libc/stdlib/unlockpt.c | 3 +-- libc/stdlib/valloc.c | 3 +-- 40 files changed, 69 insertions(+), 107 deletions(-) (limited to 'libc/stdlib') diff --git a/libc/stdlib/__uc_malloc.c b/libc/stdlib/__uc_malloc.c index 449f014fc..e1b6c8407 100644 --- a/libc/stdlib/__uc_malloc.c +++ b/libc/stdlib/__uc_malloc.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 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 . */ diff --git a/libc/stdlib/a64l.c b/libc/stdlib/a64l.c index d09dbf464..05396b275 100644 --- a/libc/stdlib/a64l.c +++ b/libc/stdlib/a64l.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/stdlib/abort.c b/libc/stdlib/abort.c index ffb7b2e37..dc2747f61 100644 --- a/libc/stdlib/abort.c +++ b/libc/stdlib/abort.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 . */ /* Hacked up for uClibc by Erik Andersen */ diff --git a/libc/stdlib/bsd_getpt.c b/libc/stdlib/bsd_getpt.c index d8c46f591..289748617 100644 --- a/libc/stdlib/bsd_getpt.c +++ b/libc/stdlib/bsd_getpt.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/stdlib/drand48-iter.c b/libc/stdlib/drand48-iter.c index 7d705adca..b4b7b33b0 100644 --- a/libc/stdlib/drand48-iter.c +++ b/libc/stdlib/drand48-iter.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/stdlib/drand48.c b/libc/stdlib/drand48.c index c53dcfbfc..1e3684fb5 100644 --- a/libc/stdlib/drand48.c +++ b/libc/stdlib/drand48.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/stdlib/drand48_r.c b/libc/stdlib/drand48_r.c index df07b0752..6413434c9 100644 --- a/libc/stdlib/drand48_r.c +++ b/libc/stdlib/drand48_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/stdlib/erand48.c b/libc/stdlib/erand48.c index f3603cde0..d0d313039 100644 --- a/libc/stdlib/erand48.c +++ b/libc/stdlib/erand48.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/stdlib/erand48_r.c b/libc/stdlib/erand48_r.c index bd40a3488..9c1ce1d3c 100644 --- a/libc/stdlib/erand48_r.c +++ b/libc/stdlib/erand48_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/stdlib/getpt.c b/libc/stdlib/getpt.c index adebec737..a46e084a7 100644 --- a/libc/stdlib/getpt.c +++ b/libc/stdlib/getpt.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/stdlib/grantpt.c b/libc/stdlib/grantpt.c index 42a64b37c..187f99333 100644 --- a/libc/stdlib/grantpt.c +++ b/libc/stdlib/grantpt.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/stdlib/jrand48.c b/libc/stdlib/jrand48.c index 8a06ced56..c18c28e0b 100644 --- a/libc/stdlib/jrand48.c +++ b/libc/stdlib/jrand48.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/stdlib/jrand48_r.c b/libc/stdlib/jrand48_r.c index 5652d1016..e6d09ca17 100644 --- a/libc/stdlib/jrand48_r.c +++ b/libc/stdlib/jrand48_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/stdlib/l64a.c b/libc/stdlib/l64a.c index 1f0dfb7ac..6f2888a6d 100644 --- a/libc/stdlib/l64a.c +++ b/libc/stdlib/l64a.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/stdlib/ldiv.c b/libc/stdlib/ldiv.c index 88a877116..34ad8a37d 100644 --- a/libc/stdlib/ldiv.c +++ b/libc/stdlib/ldiv.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/stdlib/lldiv.c b/libc/stdlib/lldiv.c index ff670174c..166bd46e4 100644 --- a/libc/stdlib/lldiv.c +++ b/libc/stdlib/lldiv.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/stdlib/lrand48.c b/libc/stdlib/lrand48.c index 915638b80..a88ad6cc7 100644 --- a/libc/stdlib/lrand48.c +++ b/libc/stdlib/lrand48.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/stdlib/lrand48_r.c b/libc/stdlib/lrand48_r.c index 5a425d1e9..09a9327b5 100644 --- a/libc/stdlib/lrand48_r.c +++ b/libc/stdlib/lrand48_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/stdlib/malloc/calloc.c b/libc/stdlib/malloc/calloc.c index 7ac94b83d..2b315dbc8 100644 --- a/libc/stdlib/malloc/calloc.c +++ b/libc/stdlib/malloc/calloc.c @@ -14,8 +14,8 @@ * for more 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; see the file COPYING.LIB. If not, see + * . */ #include diff --git a/libc/stdlib/mkdtemp.c b/libc/stdlib/mkdtemp.c index 2bf15ae06..da7598a6f 100644 --- a/libc/stdlib/mkdtemp.c +++ b/libc/stdlib/mkdtemp.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/stdlib/mkstemp.c b/libc/stdlib/mkstemp.c index ce7d7dba0..61c717511 100644 --- a/libc/stdlib/mkstemp.c +++ b/libc/stdlib/mkstemp.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/stdlib/mkstemp64.c b/libc/stdlib/mkstemp64.c index 2cdee70a2..e29be2da4 100644 --- a/libc/stdlib/mkstemp64.c +++ b/libc/stdlib/mkstemp64.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/stdlib/mktemp.c b/libc/stdlib/mktemp.c index 3c922e328..edd001d49 100644 --- a/libc/stdlib/mktemp.c +++ b/libc/stdlib/mktemp.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/stdlib/mrand48.c b/libc/stdlib/mrand48.c index 6f7cf734c..d86f7ba5c 100644 --- a/libc/stdlib/mrand48.c +++ b/libc/stdlib/mrand48.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/stdlib/mrand48_r.c b/libc/stdlib/mrand48_r.c index 86fd6a2b9..0c4df4aa5 100644 --- a/libc/stdlib/mrand48_r.c +++ b/libc/stdlib/mrand48_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/stdlib/nrand48.c b/libc/stdlib/nrand48.c index 5183484fa..3eda3ec09 100644 --- a/libc/stdlib/nrand48.c +++ b/libc/stdlib/nrand48.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/stdlib/nrand48_r.c b/libc/stdlib/nrand48_r.c index b8ed0eb31..ff7ab52d1 100644 --- a/libc/stdlib/nrand48_r.c +++ b/libc/stdlib/nrand48_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/stdlib/posix_memalign.c b/libc/stdlib/posix_memalign.c index 115fb8999..523bc2cbd 100644 --- a/libc/stdlib/posix_memalign.c +++ b/libc/stdlib/posix_memalign.c @@ -15,9 +15,8 @@ * for more 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; see the file COPYING.LIB. If not, see + * . */ #include diff --git a/libc/stdlib/ptsname.c b/libc/stdlib/ptsname.c index ff3823301..2d3b31731 100644 --- a/libc/stdlib/ptsname.c +++ b/libc/stdlib/ptsname.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/stdlib/pty-private.h b/libc/stdlib/pty-private.h index 621dbfd6f..ef628a112 100644 --- a/libc/stdlib/pty-private.h +++ b/libc/stdlib/pty-private.h @@ -15,8 +15,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 . */ #ifndef _PTY_PRIVATE_H #define _PTY_PRIVATE_H 1 diff --git a/libc/stdlib/rand_r.c b/libc/stdlib/rand_r.c index 610044083..722ba4949 100644 --- a/libc/stdlib/rand_r.c +++ b/libc/stdlib/rand_r.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/stdlib/seed48.c b/libc/stdlib/seed48.c index a62dc2e64..285b5c220 100644 --- a/libc/stdlib/seed48.c +++ b/libc/stdlib/seed48.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/stdlib/seed48_r.c b/libc/stdlib/seed48_r.c index 0d5872238..7444370d6 100644 --- a/libc/stdlib/seed48_r.c +++ b/libc/stdlib/seed48_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/stdlib/setenv.c b/libc/stdlib/setenv.c index 8da2fae5c..00e3f3d65 100644 --- a/libc/stdlib/setenv.c +++ b/libc/stdlib/setenv.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; see the file COPYING.LIB. If + not, see . modified for uClibc by Erik Andersen */ diff --git a/libc/stdlib/srand48.c b/libc/stdlib/srand48.c index f55374371..ef526c172 100644 --- a/libc/stdlib/srand48.c +++ b/libc/stdlib/srand48.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/stdlib/srand48_r.c b/libc/stdlib/srand48_r.c index 4347fef69..d65825c4b 100644 --- a/libc/stdlib/srand48_r.c +++ b/libc/stdlib/srand48_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/stdlib/stdlib.c b/libc/stdlib/stdlib.c index 734033979..cab4f82cc 100644 --- a/libc/stdlib/stdlib.c +++ b/libc/stdlib/stdlib.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/stdlib/unix_grantpt.c b/libc/stdlib/unix_grantpt.c index 527b8c928..5dbb7f52d 100644 --- a/libc/stdlib/unix_grantpt.c +++ b/libc/stdlib/unix_grantpt.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/stdlib/unlockpt.c b/libc/stdlib/unlockpt.c index 5dfea15d7..a4476e147 100644 --- a/libc/stdlib/unlockpt.c +++ b/libc/stdlib/unlockpt.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/stdlib/valloc.c b/libc/stdlib/valloc.c index c5197b2ba..0351387c7 100644 --- a/libc/stdlib/valloc.c +++ b/libc/stdlib/valloc.c @@ -14,8 +14,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 . The author may be reached (Email) at the address mike@@ai.mit.edu, or (US mail) as Mike Haertel c/o Free Software Foundation. */ -- cgit v1.2.3