diff options
| author | Amaury Pouly <pamaury@rockbox.org> | 2011-09-15 16:10:31 +0000 |
|---|---|---|
| committer | Amaury Pouly <pamaury@rockbox.org> | 2011-09-15 16:10:31 +0000 |
| commit | 9d7df9ae4d829204856a19fc14fae166631389bf (patch) | |
| tree | b82178fd2b0c7b4f75735599d99ce7fabbd53261 /utils/sbtools/elf.c | |
| parent | 64b46723591adc8b563a692c0e91681d2fcd4ad4 (diff) | |
| download | rockbox-9d7df9ae4d829204856a19fc14fae166631389bf.zip rockbox-9d7df9ae4d829204856a19fc14fae166631389bf.tar.gz rockbox-9d7df9ae4d829204856a19fc14fae166631389bf.tar.bz2 rockbox-9d7df9ae4d829204856a19fc14fae166631389bf.tar.xz | |
sbtools: move the db parse to its own file and improve error messages
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30557 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/sbtools/elf.c')
| -rw-r--r-- | utils/sbtools/elf.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/sbtools/elf.c b/utils/sbtools/elf.c index 57f38b8..80bff01 100644 --- a/utils/sbtools/elf.c +++ b/utils/sbtools/elf.c @@ -1,3 +1,23 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2011 Amaury Pouly + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ #include "elf.h" /** |