diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-26 20:20:03 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-26 20:20:03 +0000 |
commit | ec77755ef471aaddfa906b5d5827626e77939062 (patch) | |
tree | 15f2e05112e4a1459d6a8f3b0333a709a58e3de4 | |
parent | 60b9302934a41084b8a4dbdde38410c1e34657d2 (diff) |
Fix copyright; ericj@
-rw-r--r-- | sys/arch/i386/i386/wscons_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/wscons_machdep.c b/sys/arch/i386/i386/wscons_machdep.c index 90b1094cb26..1ff1ad79d4c 100644 --- a/sys/arch/i386/i386/wscons_machdep.c +++ b/sys/arch/i386/i386/wscons_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wscons_machdep.c,v 1.1 2001/02/25 23:24:18 aaron Exp $ */ +/* $OpenBSD: wscons_machdep.c,v 1.2 2001/02/26 20:20:02 aaron Exp $ */ /* * Copyright (c) 2001 Aaron Campbell @@ -14,7 +14,7 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This product includes software developed by Michael Shalayeff. + * This product includes software developed by Aaron Campbell. * 4. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * |