From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- login/Makefile | 5 ++--- login/endutxent.c | 5 ++--- login/forkpty.c | 5 ++--- login/getpt.c | 5 ++--- login/getutent.c | 5 ++--- login/getutent_r.c | 5 ++--- login/getutid.c | 5 ++--- login/getutid_r.c | 5 ++--- login/getutline.c | 5 ++--- login/getutline_r.c | 5 ++--- login/getutmp.c | 5 ++--- login/getutmpx.c | 5 ++--- login/getutxent.c | 5 ++--- login/getutxid.c | 5 ++--- login/getutxline.c | 5 ++--- login/grantpt.c | 5 ++--- login/login.c | 5 ++--- login/logout.c | 5 ++--- login/logwtmp.c | 5 ++--- login/openpty.c | 5 ++--- login/programs/pt_chown.c | 5 ++--- login/programs/utmpdump.c | 5 ++--- login/ptsname.c | 5 ++--- login/pty.h | 5 ++--- login/pututxline.c | 5 ++--- login/setutxent.c | 5 ++--- login/tst-utmp.c | 5 ++--- login/unlockpt.c | 5 ++--- login/updwtmp.c | 5 ++--- login/updwtmpx.c | 5 ++--- login/utmp-private.h | 5 ++--- login/utmp.h | 5 ++--- login/utmp_file.c | 5 ++--- login/utmpname.c | 5 ++--- login/utmpxname.c | 5 ++--- 35 files changed, 70 insertions(+), 105 deletions(-) (limited to 'login') diff --git a/login/Makefile b/login/Makefile index 46bde13a83..305d334d8a 100644 --- a/login/Makefile +++ b/login/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 +# . # # Sub-makefile for login portion of the library. diff --git a/login/endutxent.c b/login/endutxent.c index 2a93081c83..9a6f6979c4 100644 --- a/login/endutxent.c +++ b/login/endutxent.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/login/forkpty.c b/login/forkpty.c index 482aebcb28..e5e2873534 100644 --- a/login/forkpty.c +++ b/login/forkpty.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/login/getpt.c b/login/getpt.c index cd7107e5d6..34218a63ac 100644 --- a/login/getpt.c +++ b/login/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/login/getutent.c b/login/getutent.c index 561f17f4d9..35916fdea9 100644 --- a/login/getutent.c +++ b/login/getutent.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/login/getutent_r.c b/login/getutent_r.c index 76cb4cfc88..dfe27f794b 100644 --- a/login/getutent_r.c +++ b/login/getutent_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 #include diff --git a/login/getutid.c b/login/getutid.c index 3d022e405d..2d4705ef18 100644 --- a/login/getutid.c +++ b/login/getutid.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/login/getutid_r.c b/login/getutid_r.c index b91e843bc1..47e94cebe5 100644 --- a/login/getutid_r.c +++ b/login/getutid_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 #include diff --git a/login/getutline.c b/login/getutline.c index 7618064d00..44e97c4b20 100644 --- a/login/getutline.c +++ b/login/getutline.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/login/getutline_r.c b/login/getutline_r.c index b7d13502b5..79ec203f80 100644 --- a/login/getutline_r.c +++ b/login/getutline_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 #include diff --git a/login/getutmp.c b/login/getutmp.c index 275c1a8738..874b97fdc8 100644 --- a/login/getutmp.c +++ b/login/getutmp.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/login/getutmpx.c b/login/getutmpx.c index 5f53f22e6c..b0382a109d 100644 --- a/login/getutmpx.c +++ b/login/getutmpx.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/login/getutxent.c b/login/getutxent.c index 4961dee051..139110b593 100644 --- a/login/getutxent.c +++ b/login/getutxent.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/login/getutxid.c b/login/getutxid.c index ba9d5b79d8..652ebabaf8 100644 --- a/login/getutxid.c +++ b/login/getutxid.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/login/getutxline.c b/login/getutxline.c index 74149534c4..5d4da8b92d 100644 --- a/login/getutxline.c +++ b/login/getutxline.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/login/grantpt.c b/login/grantpt.c index 65da95b308..a076112fcf 100644 --- a/login/grantpt.c +++ b/login/grantpt.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/login/login.c b/login/login.c index 6efa7627f4..cdc18a28ff 100644 --- a/login/login.c +++ b/login/login.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/login/logout.c b/login/logout.c index 8902036c5e..01869f01d1 100644 --- a/login/logout.c +++ b/login/logout.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/login/logwtmp.c b/login/logwtmp.c index ff2e7f9887..0bc6a724d6 100644 --- a/login/logwtmp.c +++ b/login/logwtmp.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/login/openpty.c b/login/openpty.c index 0ff901c3f5..696311ab20 100644 --- a/login/openpty.c +++ b/login/openpty.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/login/programs/pt_chown.c b/login/programs/pt_chown.c index da12d24645..fe98964c33 100644 --- a/login/programs/pt_chown.c +++ b/login/programs/pt_chown.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/login/programs/utmpdump.c b/login/programs/utmpdump.c index 8f6558ee25..6c2417d8fe 100644 --- a/login/programs/utmpdump.c +++ b/login/programs/utmpdump.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/login/ptsname.c b/login/ptsname.c index c16e056a97..d22ec41362 100644 --- a/login/ptsname.c +++ b/login/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/login/pty.h b/login/pty.h index a2ed77d58d..b527cd4935 100644 --- a/login/pty.h +++ b/login/pty.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 + . */ #ifndef _PTY_H #define _PTY_H 1 diff --git a/login/pututxline.c b/login/pututxline.c index 1ed5178862..a8f5b1a1f1 100644 --- a/login/pututxline.c +++ b/login/pututxline.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/login/setutxent.c b/login/setutxent.c index b6cd282644..540ec75a2b 100644 --- a/login/setutxent.c +++ b/login/setutxent.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/login/tst-utmp.c b/login/tst-utmp.c index 12a2088558..cce79b4980 100644 --- a/login/tst-utmp.c +++ b/login/tst-utmp.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/login/unlockpt.c b/login/unlockpt.c index c5c4890f59..1f3bf14ce2 100644 --- a/login/unlockpt.c +++ b/login/unlockpt.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/login/updwtmp.c b/login/updwtmp.c index 415e1dbd42..f0047c5e3e 100644 --- a/login/updwtmp.c +++ b/login/updwtmp.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/login/updwtmpx.c b/login/updwtmpx.c index 13a7045286..875b679258 100644 --- a/login/updwtmpx.c +++ b/login/updwtmpx.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/login/utmp-private.h b/login/utmp-private.h index 83b344150c..21e978ffb6 100644 --- a/login/utmp-private.h +++ b/login/utmp-private.h @@ -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 + . */ #ifndef _UTMP_PRIVATE_H #define _UTMP_PRIVATE_H 1 diff --git a/login/utmp.h b/login/utmp.h index f710b4ecd0..bacfe7d803 100644 --- a/login/utmp.h +++ b/login/utmp.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 + . */ #ifndef _UTMP_H #define _UTMP_H 1 diff --git a/login/utmp_file.c b/login/utmp_file.c index d19a2c9c4d..c1fd108d46 100644 --- a/login/utmp_file.c +++ b/login/utmp_file.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/login/utmpname.c b/login/utmpname.c index 24ed7f3c46..f6f49a159d 100644 --- a/login/utmpname.c +++ b/login/utmpname.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/login/utmpxname.c b/login/utmpxname.c index 06ff80b982..128084ebfc 100644 --- a/login/utmpxname.c +++ b/login/utmpxname.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 -- cgit v1.2.3