aboutsummaryrefslogtreecommitdiff
path: root/login
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-09 23:18:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-09 23:18:22 +0000
commit59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch)
tree69edda6ebdfd8fe5d83991ab44723e07f6366420 /login
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
downloadglibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2
Replace FSF snail mail address with URLs.
Diffstat (limited to 'login')
-rw-r--r--login/Makefile5
-rw-r--r--login/endutxent.c5
-rw-r--r--login/forkpty.c5
-rw-r--r--login/getpt.c5
-rw-r--r--login/getutent.c5
-rw-r--r--login/getutent_r.c5
-rw-r--r--login/getutid.c5
-rw-r--r--login/getutid_r.c5
-rw-r--r--login/getutline.c5
-rw-r--r--login/getutline_r.c5
-rw-r--r--login/getutmp.c5
-rw-r--r--login/getutmpx.c5
-rw-r--r--login/getutxent.c5
-rw-r--r--login/getutxid.c5
-rw-r--r--login/getutxline.c5
-rw-r--r--login/grantpt.c5
-rw-r--r--login/login.c5
-rw-r--r--login/logout.c5
-rw-r--r--login/logwtmp.c5
-rw-r--r--login/openpty.c5
-rw-r--r--login/programs/pt_chown.c5
-rw-r--r--login/programs/utmpdump.c5
-rw-r--r--login/ptsname.c5
-rw-r--r--login/pty.h5
-rw-r--r--login/pututxline.c5
-rw-r--r--login/setutxent.c5
-rw-r--r--login/tst-utmp.c5
-rw-r--r--login/unlockpt.c5
-rw-r--r--login/updwtmp.c5
-rw-r--r--login/updwtmpx.c5
-rw-r--r--login/utmp-private.h5
-rw-r--r--login/utmp.h5
-rw-r--r--login/utmp_file.c5
-rw-r--r--login/utmpname.c5
-rw-r--r--login/utmpxname.c5
35 files changed, 70 insertions, 105 deletions
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
+# <http://www.gnu.org/licenses/>.
#
# 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
+ <http://www.gnu.org/licenses/>. */
#include <utmp.h>
#include <utmpx.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <sys/types.h>
#include <termios.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include <utmp.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <bits/libc-lock.h>
#include <stdlib.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include <utmp.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <bits/libc-lock.h>
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include <utmp.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <bits/libc-lock.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <string.h>
#include <utmp.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <string.h>
#include <utmp.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <utmp.h>
#include <utmpx.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <utmp.h>
#include <utmpx.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <utmp.h>
#include <utmpx.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <string.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <string.h>
#include <sys/time.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <fcntl.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <argp.h>
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <stdlib.h>
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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#include <utmp.h>
#include <utmpx.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <utmp.h>
#include <utmpx.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <errno.h>
#include <error.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <utmp.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <utmp.h>
#include <utmpx.h>
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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <errno.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <bits/libc-lock.h>
#include <stdlib.h>
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
+ <http://www.gnu.org/licenses/>. */
#include <utmp.h>
#include <utmpx.h>