From a61408ab2ce471e538e97de2ae6d4511d31fe379 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Tue, 4 Nov 1997 18:12:51 +0000 Subject: - Update the email address in the copyrights. --- sys/i386/apm/apm_init/Makefile | 4 ++-- sys/i386/apm/apm_init/bin2asm.c | 4 ++-- sys/i386/apm/apm_init/real_prot.S | 8 +++----- sys/i386/apm/apm_init/real_prot.h | 6 ++---- sys/i386/apm/apm_setup.s | 4 ++-- sys/i386/bios/apm_init/Makefile | 4 ++-- sys/i386/bios/apm_init/bin2asm.c | 4 ++-- sys/i386/bios/apm_init/real_prot.S | 8 +++----- sys/i386/bios/apm_init/real_prot.h | 6 ++---- sys/i386/bios/apm_setup.s | 4 ++-- 10 files changed, 22 insertions(+), 30 deletions(-) (limited to 'sys') diff --git a/sys/i386/apm/apm_init/Makefile b/sys/i386/apm/apm_init/Makefile index ca69901e6b24..f09d76712266 100644 --- a/sys/i386/apm/apm_init/Makefile +++ b/sys/i386/apm/apm_init/Makefile @@ -1,7 +1,7 @@ # # APM (Advanced Power Management) BIOS Device Driver # -# Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi +# Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi # # This software may be used, modified, copied, and distributed, in # both source and binary form provided that the above copyright and @@ -12,7 +12,7 @@ # # Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) # -# $Id: Makefile,v 1.6 1997/02/22 09:29:51 peter Exp $ +# $Id: Makefile,v 1.7 1997/03/09 16:46:04 kato Exp $ # OBJS = apm_init.o real_prot.o table.o diff --git a/sys/i386/apm/apm_init/bin2asm.c b/sys/i386/apm/apm_init/bin2asm.c index 5eba12814c49..8433485b7c34 100644 --- a/sys/i386/apm/apm_init/bin2asm.c +++ b/sys/i386/apm/apm_init/bin2asm.c @@ -1,7 +1,7 @@ /* * APM (Advanced Power Management) BIOS Device Driver * - * Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi + * Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi * * This software may be used, modified, copied, and distributed, in * both source and binary form provided that the above copyright and @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id$ + * $Id: bin2asm.c,v 1.6 1997/02/22 09:29:53 peter Exp $ */ #include diff --git a/sys/i386/apm/apm_init/real_prot.S b/sys/i386/apm/apm_init/real_prot.S index d3ab801f255b..ca8716dbda81 100644 --- a/sys/i386/apm/apm_init/real_prot.S +++ b/sys/i386/apm/apm_init/real_prot.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:13 rpd - * $Id$ + * $Id: real_prot.S,v 1.5 1997/02/22 09:29:54 peter Exp $ */ @@ -52,9 +52,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ /* - * LP (Laptop Package) - * - * Copyright (C) 1994 by HOSOKAWA, Tatsumi + * Copyright (C) 1994 by HOSOKAWA, Tatsumi * * This software may be used, modified, copied, and distributed, in * both source and binary form provided that the above copyright and @@ -96,7 +94,7 @@ ENTRY(real_to_prot) /* * deleted for APM initializer by HOSOKAWA Tatsumi - * + * */ #if 0 /* load the gdtr */ diff --git a/sys/i386/apm/apm_init/real_prot.h b/sys/i386/apm/apm_init/real_prot.h index 2fc2321a4a9c..1da53b4883fc 100644 --- a/sys/i386/apm/apm_init/real_prot.h +++ b/sys/i386/apm/apm_init/real_prot.h @@ -24,13 +24,11 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.7 92/02/29 15:33:41 rpd - * $Id$ + * $Id: real_prot.h,v 1.6 1997/02/22 09:29:54 peter Exp $ */ /* - * LP (Laptop Package) - * - * Copyright (C) 1994 by HOSOKAWA, Tatsumi + * Copyright (C) 1994 by HOSOKAWA, Tatsumi * * This software may be used, modified, copied, and distributed, in * both source and binary form provided that the above copyright and diff --git a/sys/i386/apm/apm_setup.s b/sys/i386/apm/apm_setup.s index 90c01b611887..c62dcc839d3c 100644 --- a/sys/i386/apm/apm_setup.s +++ b/sys/i386/apm/apm_setup.s @@ -11,7 +11,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm_setup.s,v 1.10 1997/02/22 09:29:50 peter Exp $ + * $Id: apm_setup.s,v 1.11 1997/03/29 11:06:40 phk Exp $ */ #include "apm.h" @@ -87,7 +87,7 @@ _apm_setup: * * APM BIOS initialization should be done from real mode or V86 mode. * - * (by HOSOKAWA, Tatsumi ) + * (by HOSOKAWA, Tatsumi ) */ /* diff --git a/sys/i386/bios/apm_init/Makefile b/sys/i386/bios/apm_init/Makefile index ca69901e6b24..f09d76712266 100644 --- a/sys/i386/bios/apm_init/Makefile +++ b/sys/i386/bios/apm_init/Makefile @@ -1,7 +1,7 @@ # # APM (Advanced Power Management) BIOS Device Driver # -# Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi +# Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi # # This software may be used, modified, copied, and distributed, in # both source and binary form provided that the above copyright and @@ -12,7 +12,7 @@ # # Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) # -# $Id: Makefile,v 1.6 1997/02/22 09:29:51 peter Exp $ +# $Id: Makefile,v 1.7 1997/03/09 16:46:04 kato Exp $ # OBJS = apm_init.o real_prot.o table.o diff --git a/sys/i386/bios/apm_init/bin2asm.c b/sys/i386/bios/apm_init/bin2asm.c index 5eba12814c49..8433485b7c34 100644 --- a/sys/i386/bios/apm_init/bin2asm.c +++ b/sys/i386/bios/apm_init/bin2asm.c @@ -1,7 +1,7 @@ /* * APM (Advanced Power Management) BIOS Device Driver * - * Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi + * Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi * * This software may be used, modified, copied, and distributed, in * both source and binary form provided that the above copyright and @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id$ + * $Id: bin2asm.c,v 1.6 1997/02/22 09:29:53 peter Exp $ */ #include diff --git a/sys/i386/bios/apm_init/real_prot.S b/sys/i386/bios/apm_init/real_prot.S index d3ab801f255b..ca8716dbda81 100644 --- a/sys/i386/bios/apm_init/real_prot.S +++ b/sys/i386/bios/apm_init/real_prot.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:13 rpd - * $Id$ + * $Id: real_prot.S,v 1.5 1997/02/22 09:29:54 peter Exp $ */ @@ -52,9 +52,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ /* - * LP (Laptop Package) - * - * Copyright (C) 1994 by HOSOKAWA, Tatsumi + * Copyright (C) 1994 by HOSOKAWA, Tatsumi * * This software may be used, modified, copied, and distributed, in * both source and binary form provided that the above copyright and @@ -96,7 +94,7 @@ ENTRY(real_to_prot) /* * deleted for APM initializer by HOSOKAWA Tatsumi - * + * */ #if 0 /* load the gdtr */ diff --git a/sys/i386/bios/apm_init/real_prot.h b/sys/i386/bios/apm_init/real_prot.h index 2fc2321a4a9c..1da53b4883fc 100644 --- a/sys/i386/bios/apm_init/real_prot.h +++ b/sys/i386/bios/apm_init/real_prot.h @@ -24,13 +24,11 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.7 92/02/29 15:33:41 rpd - * $Id$ + * $Id: real_prot.h,v 1.6 1997/02/22 09:29:54 peter Exp $ */ /* - * LP (Laptop Package) - * - * Copyright (C) 1994 by HOSOKAWA, Tatsumi + * Copyright (C) 1994 by HOSOKAWA, Tatsumi * * This software may be used, modified, copied, and distributed, in * both source and binary form provided that the above copyright and diff --git a/sys/i386/bios/apm_setup.s b/sys/i386/bios/apm_setup.s index 90c01b611887..c62dcc839d3c 100644 --- a/sys/i386/bios/apm_setup.s +++ b/sys/i386/bios/apm_setup.s @@ -11,7 +11,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm_setup.s,v 1.10 1997/02/22 09:29:50 peter Exp $ + * $Id: apm_setup.s,v 1.11 1997/03/29 11:06:40 phk Exp $ */ #include "apm.h" @@ -87,7 +87,7 @@ _apm_setup: * * APM BIOS initialization should be done from real mode or V86 mode. * - * (by HOSOKAWA, Tatsumi ) + * (by HOSOKAWA, Tatsumi ) */ /* -- cgit v1.3