Welcome to 2007

This commit is contained in:
Xin LI
2006-12-31 16:35:29 +00:00
parent 2da78e3862
commit 0660f55828
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
The compilation of software known as FreeBSD is distributed under the The compilation of software known as FreeBSD is distributed under the
following terms: following terms:
Copyright (C) 1992-2006 The FreeBSD Project. All rights reserved. Copyright (C) 1992-2007 The FreeBSD Project. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions modification, are permitted provided that the following conditions
+3 -3
View File
@@ -1,5 +1,5 @@
/*- /*-
* Copyright (C) 1992-2006 The FreeBSD Project. All rights reserved. * Copyright (C) 1992-2007 The FreeBSD Project. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
/* FreeBSD */ /* FreeBSD */
#define COPYRIGHT_FreeBSD \ #define COPYRIGHT_FreeBSD \
"Copyright (c) 1992-2006 The FreeBSD Project.\n" "Copyright (c) 1992-2007 The FreeBSD Project.\n"
/* Foundation */ /* Foundation */
#define TRADEMARK_Foundation \ #define TRADEMARK_Foundation \
@@ -42,7 +42,7 @@
/* a port of FreeBSD to the NEC PC98, Japan */ /* a port of FreeBSD to the NEC PC98, Japan */
#define COPYRIGHT_PC98 \ #define COPYRIGHT_PC98 \
"Copyright (c) 1994-2006 FreeBSD(98) porting team.\nCopyright (c) 1992 A.Kojima F.Ukai M.Ishii (KMC).\n" "Copyright (c) 1994-2007 FreeBSD(98) porting team.\nCopyright (c) 1992 A.Kojima F.Ukai M.Ishii (KMC).\n"
#if defined(PC98) #if defined(PC98)
char copyright[] = COPYRIGHT_FreeBSD COPYRIGHT_PC98 COPYRIGHT_UCB; char copyright[] = COPYRIGHT_FreeBSD COPYRIGHT_PC98 COPYRIGHT_UCB;