diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2005-01-17 16:06:07 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2005-01-17 16:06:07 +0000 |
| commit | 5a2f048ede4fedc40eb1c6e0c3ff8446c7e8107d (patch) | |
| tree | 6a853cf14d02bafb079c8b19abf3c0012bb2e7fb /apps | |
| parent | c985fa0e52a57d6d5142afeed49250e5424db87c (diff) | |
| download | rockbox-5a2f048ede4fedc40eb1c6e0c3ff8446c7e8107d.zip rockbox-5a2f048ede4fedc40eb1c6e0c3ff8446c7e8107d.tar.gz rockbox-5a2f048ede4fedc40eb1c6e0c3ff8446c7e8107d.tar.bz2 rockbox-5a2f048ede4fedc40eb1c6e0c3ff8446c7e8107d.tar.xz | |
Corrected copyright year
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5584 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/dbtree.c | 2 | ||||
| -rw-r--r-- | apps/dbtree.h | 2 | ||||
| -rw-r--r-- | apps/filetree.c | 2 | ||||
| -rw-r--r-- | apps/filetree.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/apps/dbtree.c b/apps/dbtree.c index e46776f..6e26ced 100644 --- a/apps/dbtree.c +++ b/apps/dbtree.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Björn Stenberg + * Copyright (C) 2005 by Björn Stenberg * * 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/apps/dbtree.h b/apps/dbtree.h index 7664715..414aa6f 100644 --- a/apps/dbtree.h +++ b/apps/dbtree.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Björn Stenberg + * Copyright (C) 2005 by Björn Stenberg * * 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/apps/filetree.c b/apps/filetree.c index a321a3f..78ac9ff 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Björn Stenberg + * Copyright (C) 2005 by Björn Stenberg * * 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/apps/filetree.h b/apps/filetree.h index c1ba568..fcf8b64 100644 --- a/apps/filetree.h +++ b/apps/filetree.h @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Björn Stenberg + * Copyright (C) 2005 by Björn Stenberg * * 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. |