summaryrefslogtreecommitdiffstats
path: root/sys/sys/copyright.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-12-31 17:58:28 +0000
committerimp <imp@FreeBSD.org>2005-12-31 17:58:28 +0000
commit8b4b5d49cd82a563a001b17744002eb93372f9f0 (patch)
treeb475f5d0dd072f761102901f6e248e0d454f32d2 /sys/sys/copyright.h
parent3fad7e8d903b0a4c6df45219836e1443a7ebe100 (diff)
downloadFreeBSD-src-8b4b5d49cd82a563a001b17744002eb93372f9f0.zip
FreeBSD-src-8b4b5d49cd82a563a001b17744002eb93372f9f0.tar.gz
It is next year in Asia already, so jump the gun a little and commit
the year bump. # If we behaved like book publishers, we'd do this in July. I can't find # a good reference for why they do it then, but it has been explained to # me that copyrights in the last 1/2 of the year expire as if they were # published in the following year. I can't confirm this info, but if you # have a pointer, please send it to me.
Diffstat (limited to 'sys/sys/copyright.h')
-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 7bd5898..64d51cf 100644
--- a/sys/sys/copyright.h
+++ b/sys/sys/copyright.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (C) 1992-2005 The FreeBSD Project. All rights reserved.
+ * Copyright (C) 1992-2006 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-2005 The FreeBSD Project.\n"
+ "Copyright (c) 1992-2006 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-2005 FreeBSD(98) porting team.\nCopyright (c) 1992 A.Kojima F.Ukai M.Ishii (KMC).\n"
+ "Copyright (c) 1994-2006 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;
OpenPOWER on IntegriCloud