summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2007-01-10 14:36:32 +0000
committerXin LI <delphij@FreeBSD.org>2007-01-10 14:36:32 +0000
commit1278e779f4ef513512a23f7c82d411d7b108cf7c (patch)
tree767a92b292e23209e87151c60b3fc8674b586eed
parent4b3d91785068d2e02d06fc7549e7286ea99b02de (diff)
Notes
-rw-r--r--sys/sys/copyright.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/copyright.h b/sys/sys/copyright.h
index 358ef5b54022..35553c457ff4 100644
--- a/sys/sys/copyright.h
+++ b/sys/sys/copyright.h
@@ -42,7 +42,7 @@
/* a port of FreeBSD to the NEC PC98, Japan */
#define COPYRIGHT_PC98 \
- "Copyright (c) 1994-2007 FreeBSD(98) porting team.\nCopyright (c) 1992 A.Kojima F.Ukai M.Ishii (KMC).\n"
+ "Copyright (c) 1994-2003 FreeBSD(98) porting team.\nCopyright (c) 1992 A.Kojima F.Ukai M.Ishii (KMC).\n"
#if defined(PC98)
char copyright[] = COPYRIGHT_FreeBSD COPYRIGHT_PC98 COPYRIGHT_UCB;