diff options
| author | Dominik Wenger <domonoky@googlemail.com> | 2008-09-08 21:00:29 +0000 |
|---|---|---|
| committer | Dominik Wenger <domonoky@googlemail.com> | 2008-09-08 21:00:29 +0000 |
| commit | c1aabc87a528a193a6811850a8e8dac56f637c5f (patch) | |
| tree | 5dba9bc7d6439a18c53252d3c2e7690ef4c007a3 /utils/wpseditor/gui/src/qsyntaxer.cpp | |
| parent | 9caf3c4c66908195bf824d11eedb66dd8962e5be (diff) | |
| download | rockbox-c1aabc87a528a193a6811850a8e8dac56f637c5f.zip rockbox-c1aabc87a528a193a6811850a8e8dac56f637c5f.tar.gz rockbox-c1aabc87a528a193a6811850a8e8dac56f637c5f.tar.bz2 rockbox-c1aabc87a528a193a6811850a8e8dac56f637c5f.tar.xz | |
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/gui/src/qsyntaxer.cpp')
| -rw-r--r-- | utils/wpseditor/gui/src/qsyntaxer.cpp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/utils/wpseditor/gui/src/qsyntaxer.cpp b/utils/wpseditor/gui/src/qsyntaxer.cpp index 9c4cdd4..5a0b6cd 100644 --- a/utils/wpseditor/gui/src/qsyntaxer.cpp +++ b/utils/wpseditor/gui/src/qsyntaxer.cpp @@ -1,3 +1,24 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * + * Copyright (C) 2007 by Rostilav Checkan + * $Id$ + * + * 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 <QTextCharFormat> #include "qsyntaxer.h" |