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/unistd/confstr.c | 5 ++--- libc/unistd/fpathconf.c | 5 ++--- libc/unistd/getopt.c | 5 ++--- libc/unistd/getopt_int.h | 5 ++--- libc/unistd/getpass.c | 5 ++--- libc/unistd/getsubopt.c | 5 ++--- libc/unistd/pathconf.c | 5 ++--- libc/unistd/sleep.c | 3 +-- libc/unistd/sysconf.c | 3 +-- 9 files changed, 16 insertions(+), 25 deletions(-) (limited to 'libc/unistd') diff --git a/libc/unistd/confstr.c b/libc/unistd/confstr.c index fc0bd599e..373644265 100644 --- a/libc/unistd/confstr.c +++ b/libc/unistd/confstr.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/unistd/fpathconf.c b/libc/unistd/fpathconf.c index 02b4445a7..fe4bcea67 100644 --- a/libc/unistd/fpathconf.c +++ b/libc/unistd/fpathconf.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/unistd/getopt.c b/libc/unistd/getopt.c index cbdb1fb47..3944c7c1f 100644 --- a/libc/unistd/getopt.c +++ b/libc/unistd/getopt.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 + . */ /* * Modified for uClibc by Manuel Novoa III on 1/5/01. diff --git a/libc/unistd/getopt_int.h b/libc/unistd/getopt_int.h index a871785d1..a70fa8b92 100644 --- a/libc/unistd/getopt_int.h +++ b/libc/unistd/getopt_int.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 _GETOPT_INT_H #define _GETOPT_INT_H 1 diff --git a/libc/unistd/getpass.c b/libc/unistd/getpass.c index c311a153a..a490abe34 100644 --- a/libc/unistd/getpass.c +++ b/libc/unistd/getpass.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/unistd/getsubopt.c b/libc/unistd/getsubopt.c index 4ff615b6c..6e4659523 100644 --- a/libc/unistd/getsubopt.c +++ b/libc/unistd/getsubopt.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ #include #include diff --git a/libc/unistd/pathconf.c b/libc/unistd/pathconf.c index 84f20ed81..de78a83e9 100644 --- a/libc/unistd/pathconf.c +++ b/libc/unistd/pathconf.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 + . */ /* pathconf -- adjusted for busybox */ diff --git a/libc/unistd/sleep.c b/libc/unistd/sleep.c index 64753a873..9d50ee163 100644 --- a/libc/unistd/sleep.c +++ b/libc/unistd/sleep.c @@ -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 . */ #include #include diff --git a/libc/unistd/sysconf.c b/libc/unistd/sysconf.c index ce6016783..503b39585 100644 --- a/libc/unistd/sysconf.c +++ b/libc/unistd/sysconf.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 . */ #define _XOPEN_SOURCE 500 #include -- cgit v1.2.3