summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-01-01 13:31:12 +0000
committerWarner Losh <imp@FreeBSD.org>2003-01-01 13:31:12 +0000
commiteb067f08f0ef3b9e671e0528d4608103e583ef22 (patch)
treec8c0cadfc9738699adc00ed01cc47c0d51291f69
parentd0fd7bc6b51d38482295327f91a10b729c8783b8 (diff)
Notes
-rw-r--r--sys/sys/copyright.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/copyright.h b/sys/sys/copyright.h
index 80ecf40597f7..9f638d535c1b 100644
--- a/sys/sys/copyright.h
+++ b/sys/sys/copyright.h
@@ -30,7 +30,7 @@
/* FreeBSD */
#define COPYRIGHT_FreeBSD \
- "Copyright (c) 1992-2002 The FreeBSD Project.\n"
+ "Copyright (c) 1992-2003 The FreeBSD Project.\n"
/* Berkeley */
#define COPYRIGHT_UCB \
@@ -38,7 +38,7 @@
/* a port of FreeBSD to the NEC PC98, Japan */
#define COPYRIGHT_PC98 \
- "Copyright (c) 1994-2002 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;