aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/copyright.h
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-01 08:05:48 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-01 08:05:48 +0000
commit1ed369095d33769bad6d64ce4eb30b89f0722077 (patch)
tree7a731e4338a848996635ad00c254124626078bb7 /sys/sys/copyright.h
parent7e7a6ec0336a376f59ad113b6dcb97c444b79fa4 (diff)
downloadsrc-1ed369095d33769bad6d64ce4eb30b89f0722077.tar.gz
src-1ed369095d33769bad6d64ce4eb30b89f0722077.zip
We are now in the year 2001, so ajust copyrights.
Happy New Year!
Notes
Notes: svn path=/head/; revision=70555
Diffstat (limited to 'sys/sys/copyright.h')
-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 75e65780b620..3f0b4d725c8a 100644
--- a/sys/sys/copyright.h
+++ b/sys/sys/copyright.h
@@ -30,7 +30,7 @@
/* FreeBSD */
#define COPYRIGHT_FreeBSD \
- "Copyright (c) 1992-2000 The FreeBSD Project.\n"
+ "Copyright (c) 1992-2001 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-2000 FreeBSD(98) porting team.\nCopyright (c) 1992 A.Kojima F.Ukai M.Ishii (KMC).\n"
+ "Copyright (c) 1994-2001 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;