From bdb6bf553596918d0d329670dcc8c370d645608e Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 28 May 2010 05:25:48 +0000 Subject: Add the beggingings of a perl script to run the update over a whole theme zip file... someoene who knows perl please finish this :D git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26351 a1c6a512-1295-4272-9138-f99709370657 --- utils/skinupdater/skinupdater.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'utils/skinupdater/skinupdater.c') diff --git a/utils/skinupdater/skinupdater.c b/utils/skinupdater/skinupdater.c index 982e36a5b7..c354234e27 100644 --- a/utils/skinupdater/skinupdater.c +++ b/utils/skinupdater/skinupdater.c @@ -1,3 +1,24 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id: tag_table.c 26346 2010-05-28 02:30:27Z jdgordon $ + * + * Copyright (C) 2010 Jonathan Gordon + * + * 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 #include #include -- cgit v1.2.3