diff options
author | hosokawa <hosokawa@FreeBSD.org> | 1998-02-20 07:17:48 +0000 |
---|---|---|
committer | hosokawa <hosokawa@FreeBSD.org> | 1998-02-20 07:17:48 +0000 |
commit | 3ac086b2ac6998360e3e235afa4b22c7e84f33f5 (patch) | |
tree | 3b8349c7332763c6bf1b8ef3eea08fe2dc9ea6a6 /usr.sbin/apmconf | |
parent | dca053702555260c6d77ff345ae1e214787b1373 (diff) | |
download | FreeBSD-src-3ac086b2ac6998360e3e235afa4b22c7e84f33f5.zip FreeBSD-src-3ac086b2ac6998360e3e235afa4b22c7e84f33f5.tar.gz |
Updated my e-mail addresses.
Diffstat (limited to 'usr.sbin/apmconf')
-rw-r--r-- | usr.sbin/apmconf/apmconf.8 | 6 | ||||
-rw-r--r-- | usr.sbin/apmconf/apmconf.c | 6 |
2 files changed, 4 insertions, 8 deletions
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> |