diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-06-25 09:09:45 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-06-25 09:09:45 +0000 |
commit | 7f084628214926f1489ddf6a54b62601e9eb80cf (patch) | |
tree | e75a2ebaac3599b783cdd5503b4b56a86b14a933 /apps/wps.h | |
parent | caebbcd77f133e3dbe4d9a0cafe6fadeaf699b49 (diff) | |
download | rockbox-7f084628214926f1489ddf6a54b62601e9eb80cf.tar.gz rockbox-7f084628214926f1489ddf6a54b62601e9eb80cf.zip |
Made the code compile. Added header. Fixed spacing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1172 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps.h')
-rw-r--r-- | apps/wps.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/wps.h b/apps/wps.h index 7b72baa915..2bc6fbf8dc 100644 --- a/apps/wps.h +++ b/apps/wps.h @@ -1,3 +1,21 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2002 Jerome Kuptz + * + * 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. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ #ifndef _WPS_H #define _WPS_H #include "id3.h" |