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