summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhosokawa <hosokawa@FreeBSD.org>1998-02-20 07:17:48 +0000
committerhosokawa <hosokawa@FreeBSD.org>1998-02-20 07:17:48 +0000
commit3ac086b2ac6998360e3e235afa4b22c7e84f33f5 (patch)
tree3b8349c7332763c6bf1b8ef3eea08fe2dc9ea6a6
parentdca053702555260c6d77ff345ae1e214787b1373 (diff)
downloadFreeBSD-src-3ac086b2ac6998360e3e235afa4b22c7e84f33f5.zip
FreeBSD-src-3ac086b2ac6998360e3e235afa4b22c7e84f33f5.tar.gz
Updated my e-mail addresses.
-rw-r--r--usr.sbin/apm/apm.84
-rw-r--r--usr.sbin/apm/apm.c4
-rw-r--r--usr.sbin/apmconf/apmconf.86
-rw-r--r--usr.sbin/apmconf/apmconf.c6
4 files changed, 8 insertions, 12 deletions
diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8
index 94ac4b8..d3a063a 100644
--- a/usr.sbin/apm/apm.8
+++ b/usr.sbin/apm/apm.8
@@ -1,6 +1,6 @@
.\" LP (Laptop Package)
.\"
-.\" Copyright (c) 1994 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
+.\" Copyright (c) 1994 by Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
.\"
.\" This software may be used, modified, copied, and distributed, in
.\" both source and binary form provided that the above copyright and
@@ -100,4 +100,4 @@ or
.Xr apm 4 ,
.Xr apmconf 8
.Sh AUTHOR
-HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp> (Keio Univ., Japan)
+Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c
index b764b2a..3229a2a 100644
--- a/usr.sbin/apm/apm.c
+++ b/usr.sbin/apm/apm.c
@@ -1,7 +1,7 @@
/*
* apm / zzz APM BIOS utility for FreeBSD
*
- * Copyright (C) 1994-1996 by HOSOKAWA Tatasumi <hosokawa@mt.cs.keio.ac.jp>
+ * Copyright (C) 1994-1996 by Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
*
* This software may be used, modified, copied, distributed, and sold,
* in both source and binary form provided that the above copyright and
@@ -15,7 +15,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: apm.c,v 1.11 1997/11/06 23:55:38 imp Exp $";
+ "$Id: apm.c,v 1.12 1997/11/12 04:16:23 jdp Exp $";
#endif /* not lint */
#include <err.h>
diff --git a/usr.sbin/apmconf/apmconf.8 b/usr.sbin/apmconf/apmconf.8
index 7296eab..dfcabb5 100644
--- a/usr.sbin/apmconf/apmconf.8
+++ b/usr.sbin/apmconf/apmconf.8
@@ -1,6 +1,4 @@
-.\" LP (Laptop Package)
-.\"
-.\" Copyright (c) 1994 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
+.\" Copyright (c) 1994 by Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
.\"
.\" This software may be used, modified, copied, and distributed, in
.\" both source and binary form provided that the above copyright and
@@ -57,4 +55,4 @@ for details.
.Xr apm 8 ,
.Xr zzz 8
.Sh AUTHOR
-HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp> (Keio Univ., Japan)
+Tatsumi Hosokawa <hosokawa@mjp.FreeBSD.org>
diff --git a/usr.sbin/apmconf/apmconf.c b/usr.sbin/apmconf/apmconf.c
index de0822e..cdeda50 100644
--- a/usr.sbin/apmconf/apmconf.c
+++ b/usr.sbin/apmconf/apmconf.c
@@ -1,7 +1,5 @@
/*
- * LP (Laptop Package)
- *
- * Copyright (C) 1994 by HOSOKAWA Tatasumi <hosokawa@mt.cs.keio.ac.jp>
+ * Copyright (C) 1994 by Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
*
* This software may be used, modified, copied, distributed, and sold,
* in both source and binary form provided that the above copyright and
@@ -15,7 +13,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: apmconf.c,v 1.7 1997/09/02 06:37:48 charnier Exp $";
#endif /* not lint */
#include <err.h>
OpenPOWER on IntegriCloud