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 46bde13..305d334 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 2a93081..9a6f697 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 482aebc..e5e2873 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 cd7107e..34218a6 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 561f17f..35916fd 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 76cb4cf..dfe27f7 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 3d022e4..2d4705e 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 b91e843..47e94ce 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 7618064..44e97c4 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 b7d1350..79ec203 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 275c1a8..874b97f 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 5f53f22..b0382a1 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 4961dee..139110b 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 ba9d5b7..652ebab 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 7414953..5d4da8b 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 65da95b..a076112 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 6efa762..cdc18a2 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 8902036..01869f0 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 ff2e7f9..0bc6a72 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 0ff901c..696311a 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 da12d24..fe98964 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 8f6558e..6c2417d 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 c16e056..d22ec41 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 a2ed77d..b527cd4 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 1ed5178..a8f5b1a 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 b6cd282..540ec75 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 12a2088..cce79b4 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 c5c4890..1f3bf14 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 415e1db..f0047c5 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 13a7045..875b679 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 83b3441..21e978f 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 f710b4e..bacfe7d 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 d19a2c9..c1fd108 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 24ed7f3..f6f49a1 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 06ff80b..128084e 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.1