diff options
author | imp <imp@FreeBSD.org> | 2010-01-02 01:12:10 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-01-02 01:12:10 +0000 |
commit | 0ddde90fde3a5780e4a56cbad22029edd4c4fa1c (patch) | |
tree | e4330cc6581c03352b609df8f95fadacac255d27 | |
parent | 5390d15d43d651d63e2a74efdb2c771e7d17e920 (diff) | |
download | FreeBSD-src-0ddde90fde3a5780e4a56cbad22029edd4c4fa1c.zip FreeBSD-src-0ddde90fde3a5780e4a56cbad22029edd4c4fa1c.tar.gz |
Welcome to 2010.
-rw-r--r-- | sys/sys/copyright.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/copyright.h b/sys/sys/copyright.h index 1b0b96a..62a4ac9 100644 --- a/sys/sys/copyright.h +++ b/sys/sys/copyright.h @@ -1,5 +1,5 @@ /*- - * Copyright (C) 1992-2009 The FreeBSD Project. All rights reserved. + * Copyright (C) 1992-2010 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-2009 The FreeBSD Project.\n" + "Copyright (c) 1992-2010 The FreeBSD Project.\n" /* Foundation */ #define TRADEMARK_Foundation \ |