diff options
author | Dave Chapman <dave@dchapman.com> | 2007-02-05 01:20:20 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-02-05 01:20:20 +0000 |
commit | e332f4c2ead55cbc327e3e3f4de58f5bffb5d002 (patch) | |
tree | 8392f01f2bd2f00b440a2f119941adc51f930d99 /tools | |
parent | 5ba289bc273e20e5f01323940867d4b3f2c399b4 (diff) | |
download | rockbox-e332f4c2ead55cbc327e3e3f4de58f5bffb5d002.tar.gz rockbox-e332f4c2ead55cbc327e3e3f4de58f5bffb5d002.zip |
Update (C) date to 2007
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12205 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ipodpatcher/ipodio-posix.c | 2 | ||||
-rw-r--r-- | tools/ipodpatcher/ipodio-win32.c | 2 | ||||
-rw-r--r-- | tools/ipodpatcher/ipodio.h | 2 | ||||
-rw-r--r-- | tools/ipodpatcher/ipodpatcher.c | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/tools/ipodpatcher/ipodio-posix.c b/tools/ipodpatcher/ipodio-posix.c index ed3737a5ed..365bc27291 100644 --- a/tools/ipodpatcher/ipodio-posix.c +++ b/tools/ipodpatcher/ipodio-posix.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2006 Dave Chapman + * Copyright (C) 2006-2007 Dave Chapman * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/tools/ipodpatcher/ipodio-win32.c b/tools/ipodpatcher/ipodio-win32.c index 5232e12719..83f00b8cd9 100644 --- a/tools/ipodpatcher/ipodio-win32.c +++ b/tools/ipodpatcher/ipodio-win32.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2006 Dave Chapman + * Copyright (C) 2006-2007 Dave Chapman * * error(), lock_volume() and unlock_volume() functions and inspiration taken * from: diff --git a/tools/ipodpatcher/ipodio.h b/tools/ipodpatcher/ipodio.h index ba2b2e9bf9..d4b7d6ed80 100644 --- a/tools/ipodpatcher/ipodio.h +++ b/tools/ipodpatcher/ipodio.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2006 Dave Chapman + * Copyright (C) 2006-2007 Dave Chapman * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/tools/ipodpatcher/ipodpatcher.c b/tools/ipodpatcher/ipodpatcher.c index 1c3dc2d55f..fe7b343a18 100644 --- a/tools/ipodpatcher/ipodpatcher.c +++ b/tools/ipodpatcher/ipodpatcher.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2006 Dave Chapman + * Copyright (C) 2006-2007 Dave Chapman * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. @@ -1198,7 +1198,7 @@ int main(int argc, char* argv[]) int type; struct ipod_t ipod; - fprintf(stderr,"ipodpatcher v" VERSION " - (C) Dave Chapman 2006\n"); + fprintf(stderr,"ipodpatcher v" VERSION " - (C) Dave Chapman 2006-2007\n"); fprintf(stderr,"This is free software; see the source for copying conditions. There is NO\n"); fprintf(stderr,"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"); |