diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-04-15 22:52:42 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-04-15 22:52:42 +0000 |
| commit | 36ba4b02bd69dc5fec4cdb6bc4684d77a888bbbe (patch) | |
| tree | 745224289f01acbbbd4a8c959107c71499fe256a /firmware | |
| parent | ce05addf52ed784026d9ca8397f3c2e239ff9ed4 (diff) | |
| download | rockbox-36ba4b02bd69dc5fec4cdb6bc4684d77a888bbbe.zip rockbox-36ba4b02bd69dc5fec4cdb6bc4684d77a888bbbe.tar.gz rockbox-36ba4b02bd69dc5fec4cdb6bc4684d77a888bbbe.tar.bz2 rockbox-36ba4b02bd69dc5fec4cdb6bc4684d77a888bbbe.tar.xz | |
A bit of clarification of code origin. No code change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13173 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/target/sh/system-sh.c | 1 | ||||
| -rw-r--r-- | firmware/target/sh/system-target.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/sh/system-sh.c b/firmware/target/sh/system-sh.c index 3548512..eec3ec1 100644 --- a/firmware/target/sh/system-sh.c +++ b/firmware/target/sh/system-sh.c @@ -8,6 +8,7 @@ * $Id$ * * Copyright (C) 2007 by Jens Arnold + * Based on the work of Alan Korr and others * * 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/firmware/target/sh/system-target.h b/firmware/target/sh/system-target.h index 50ada65..7fb8fec 100644 --- a/firmware/target/sh/system-target.h +++ b/firmware/target/sh/system-target.h @@ -8,6 +8,7 @@ * $Id$ * * Copyright (C) 2007 by Jens Arnold + * Based on the work of Alan Korr and others * * 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. |