diff options
| author | Xin LI <delphij@FreeBSD.org> | 2007-01-02 16:37:33 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2007-01-02 16:37:33 +0000 |
| commit | 440a471883974628569b4abf6dda08a5a43ed9dc (patch) | |
| tree | 4e8eb2175a275caf0dcf950336b0c32484ffc8b1 | |
| parent | 69647b4a0151e3acfc54ba85811973d211953b43 (diff) | |
Notes
| -rw-r--r-- | COPYRIGHT | 2 | ||||
| -rw-r--r-- | sys/sys/copyright.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/COPYRIGHT b/COPYRIGHT index d5bab2b95093..560e06ff46f0 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -4,7 +4,7 @@ The compilation of software known as FreeBSD is distributed under the 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 modification, are permitted provided that the following conditions diff --git a/sys/sys/copyright.h b/sys/sys/copyright.h index c8b8e48317d2..358ef5b54022 100644 --- a/sys/sys/copyright.h +++ b/sys/sys/copyright.h @@ -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 * modification, are permitted provided that the following conditions @@ -30,7 +30,7 @@ /* FreeBSD */ #define COPYRIGHT_FreeBSD \ - "Copyright (c) 1992-2006 The FreeBSD Project.\n" + "Copyright (c) 1992-2007 The FreeBSD Project.\n" /* Foundation */ #define TRADEMARK_Foundation \ @@ -42,7 +42,7 @@ /* a port of FreeBSD to the NEC PC98, Japan */ #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) char copyright[] = COPYRIGHT_FreeBSD COPYRIGHT_PC98 COPYRIGHT_UCB; |
