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/stdio/_scanf.c | 4 ++-- libc/stdio/_vfprintf.c | 4 ++-- libc/stdio/tempnam.c | 3 +-- libc/stdio/tmpfile.c | 3 +-- libc/stdio/tmpnam.c | 5 ++--- libc/stdio/tmpnam_r.c | 3 +-- 6 files changed, 9 insertions(+), 13 deletions(-) (limited to 'libc/stdio') diff --git a/libc/stdio/_scanf.c b/libc/stdio/_scanf.c index ce9fc71bc..310894e5e 100644 --- a/libc/stdio/_scanf.c +++ b/libc/stdio/_scanf.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 + * . */ /* Aug 1, 2003 diff --git a/libc/stdio/_vfprintf.c b/libc/stdio/_vfprintf.c index 1658e4af8..e5da8b4bf 100644 --- a/libc/stdio/_vfprintf.c +++ b/libc/stdio/_vfprintf.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 + * . */ /* This code needs a lot of clean up. Some of that is on hold until uClibc diff --git a/libc/stdio/tempnam.c b/libc/stdio/tempnam.c index d2d51daf8..232ed02c5 100644 --- a/libc/stdio/tempnam.c +++ b/libc/stdio/tempnam.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/stdio/tmpfile.c b/libc/stdio/tmpfile.c index c6b2dc8a9..a9bf4743a 100644 --- a/libc/stdio/tmpfile.c +++ b/libc/stdio/tmpfile.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/stdio/tmpnam.c b/libc/stdio/tmpnam.c index e7359c3bc..88b9bff1f 100644 --- a/libc/stdio/tmpnam.c +++ b/libc/stdio/tmpnam.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/stdio/tmpnam_r.c b/libc/stdio/tmpnam_r.c index 2b93ae6a0..8cde84d7a 100644 --- a/libc/stdio/tmpnam_r.c +++ b/libc/stdio/tmpnam_r.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 "../misc/internals/tempname.h" -- cgit v1.2.3