diff options
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r-- | usr.sbin/apm/apm.8 | 4 | ||||
-rw-r--r-- | usr.sbin/apm/apm.c | 4 |
2 files changed, 4 insertions, 4 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> |