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/ipodpatcher/ipodpatcher.c | |
| parent | 5ba289bc273e20e5f01323940867d4b3f2c399b4 (diff) | |
| download | rockbox-e332f4c2ead55cbc327e3e3f4de58f5bffb5d002.zip rockbox-e332f4c2ead55cbc327e3e3f4de58f5bffb5d002.tar.gz rockbox-e332f4c2ead55cbc327e3e3f4de58f5bffb5d002.tar.bz2 rockbox-e332f4c2ead55cbc327e3e3f4de58f5bffb5d002.tar.xz | |
Update (C) date to 2007
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12205 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/ipodpatcher/ipodpatcher.c')
| -rw-r--r-- | tools/ipodpatcher/ipodpatcher.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ipodpatcher/ipodpatcher.c b/tools/ipodpatcher/ipodpatcher.c index 1c3dc2d..fe7b343 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"); |