summaryrefslogtreecommitdiff
path: root/utils/wpseditor/libwps/src/defs.h
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2008-09-08 21:00:29 +0000
committerDominik Wenger <domonoky@googlemail.com>2008-09-08 21:00:29 +0000
commitc1aabc87a528a193a6811850a8e8dac56f637c5f (patch)
tree5dba9bc7d6439a18c53252d3c2e7690ef4c007a3 /utils/wpseditor/libwps/src/defs.h
parent9caf3c4c66908195bf824d11eedb66dd8962e5be (diff)
downloadrockbox-c1aabc87a528a193a6811850a8e8dac56f637c5f.tar.gz
rockbox-c1aabc87a528a193a6811850a8e8dac56f637c5f.zip
WpsEditor: Add rockbox/gpl copyright headers to all source files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18464 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/wpseditor/libwps/src/defs.h')
-rw-r--r--utils/wpseditor/libwps/src/defs.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/utils/wpseditor/libwps/src/defs.h b/utils/wpseditor/libwps/src/defs.h
index 810c8da238..077fc5894c 100644
--- a/utils/wpseditor/libwps/src/defs.h
+++ b/utils/wpseditor/libwps/src/defs.h
@@ -1,3 +1,24 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 *
9 * Copyright (C) 2007 by Rostilav Checkan
10 * $Id$
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21
1#ifndef DEFS_H_INCLUDED 22#ifndef DEFS_H_INCLUDED
2#define DEFS_H_INCLUDED 23#define DEFS_H_INCLUDED
3 24