summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-02-05 01:20:20 +0000
committerDave Chapman <dave@dchapman.com>2007-02-05 01:20:20 +0000
commite332f4c2ead55cbc327e3e3f4de58f5bffb5d002 (patch)
tree8392f01f2bd2f00b440a2f119941adc51f930d99
parent5ba289bc273e20e5f01323940867d4b3f2c399b4 (diff)
downloadrockbox-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
-rw-r--r--tools/ipodpatcher/ipodio-posix.c2
-rw-r--r--tools/ipodpatcher/ipodio-win32.c2
-rw-r--r--tools/ipodpatcher/ipodio.h2
-rw-r--r--tools/ipodpatcher/ipodpatcher.c4
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 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2006 Dave Chapman 10 * Copyright (C) 2006-2007 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * 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 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2006 Dave Chapman 10 * Copyright (C) 2006-2007 Dave Chapman
11 * 11 *
12 * error(), lock_volume() and unlock_volume() functions and inspiration taken 12 * error(), lock_volume() and unlock_volume() functions and inspiration taken
13 * from: 13 * 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 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2006 Dave Chapman 10 * Copyright (C) 2006-2007 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * 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 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2006 Dave Chapman 10 * Copyright (C) 2006-2007 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -1198,7 +1198,7 @@ int main(int argc, char* argv[])
1198 int type; 1198 int type;
1199 struct ipod_t ipod; 1199 struct ipod_t ipod;
1200 1200
1201 fprintf(stderr,"ipodpatcher v" VERSION " - (C) Dave Chapman 2006\n"); 1201 fprintf(stderr,"ipodpatcher v" VERSION " - (C) Dave Chapman 2006-2007\n");
1202 fprintf(stderr,"This is free software; see the source for copying conditions. There is NO\n"); 1202 fprintf(stderr,"This is free software; see the source for copying conditions. There is NO\n");
1203 fprintf(stderr,"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"); 1203 fprintf(stderr,"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n");
1204 1204