summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTeruaki Kawashima <teru@rockbox.org>2009-10-25 13:40:24 +0000
committerTeruaki Kawashima <teru@rockbox.org>2009-10-25 13:40:24 +0000
commit6290f78177b2860df0beaa63d11cb5f8528b77ab (patch)
tree5306a066ab2d51bcbe9396ba3f06ff49e7001210 /apps
parent52ca187f68ff3d74f604b4e12048aacaed451a24 (diff)
downloadrockbox-6290f78177b2860df0beaa63d11cb5f8528b77ab.tar.gz
rockbox-6290f78177b2860df0beaa63d11cb5f8528b77ab.zip
Correct Id keyword and add svn:keywords property.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23346 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/codebuster.c2
-rw-r--r--apps/plugins/crypt_firmware.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/codebuster.c b/apps/plugins/codebuster.c
index 5c3be911e5..e63c884a74 100644
--- a/apps/plugins/codebuster.c
+++ b/apps/plugins/codebuster.c
@@ -5,7 +5,7 @@
5* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7* \/ \/ \/ \/ \/ 7* \/ \/ \/ \/ \/
8* $Id: 8* $Id$
9* 9*
10* Copyright (C) 2009 Clément Pit--Claudel 10* Copyright (C) 2009 Clément Pit--Claudel
11* 11*
diff --git a/apps/plugins/crypt_firmware.c b/apps/plugins/crypt_firmware.c
index ae85eaff11..84d7e11eaa 100644
--- a/apps/plugins/crypt_firmware.c
+++ b/apps/plugins/crypt_firmware.c
@@ -7,7 +7,7 @@
7 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 7 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
8 * \/ \/ \/ \/ \/ 8 * \/ \/ \/ \/ \/
9 * 9 *
10 * $Id: $ 10 * $Id$
11 * 11 *
12 * Rockbox plugin copyright (C) 2009 Dave Chapman. 12 * Rockbox plugin copyright (C) 2009 Dave Chapman.
13 * Based on encryption code (C) 2009 Michael Sparmann 13 * Based on encryption code (C) 2009 Michael Sparmann