summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-01-08 04:53:29 +0000
committerWarner Losh <imp@FreeBSD.org>2004-01-08 04:53:29 +0000
commit8868d625eadce639707b5fc1708b26869c2e9354 (patch)
tree028873c5874ae57b15e495df8eace1313ba52a29 /sys
parentc83451d3a7fd85492d3e4acd304c96844d2e48bd (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/copyright.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/copyright.h b/sys/sys/copyright.h
index d7a31d359732..47182edd6f48 100644
--- a/sys/sys/copyright.h
+++ b/sys/sys/copyright.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1992-2003 The FreeBSD Project. All rights reserved.
+ * Copyright (C) 1992-2004 The FreeBSD Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
/* FreeBSD */
#define COPYRIGHT_FreeBSD \
- "Copyright (c) 1992-2003 The FreeBSD Project.\n"
+ "Copyright (c) 1992-2004 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-2003 FreeBSD(98) porting team.\nCopyright (c) 1992 A.Kojima F.Ukai M.Ishii (KMC).\n"
+ "Copyright (c) 1994-2004 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;