diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-09-26 10:46:48 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2014-12-15 22:52:26 +0100 |
| commit | fe1fed88732ac84f5a4196c5936c99e9750a6525 (patch) | |
| tree | 848d85aa05910636f62c6de9e7aabdfde7a6deb1 /utils/regtools/qeditor/backend.cpp | |
| parent | 94c4834bbbcda9ef71ec8d5ff080b41374d8e7c0 (diff) | |
| download | rockbox-fe1fed88732ac84f5a4196c5936c99e9750a6525.zip rockbox-fe1fed88732ac84f5a4196c5936c99e9750a6525.tar.gz rockbox-fe1fed88732ac84f5a4196c5936c99e9750a6525.tar.bz2 rockbox-fe1fed88732ac84f5a4196c5936c99e9750a6525.tar.xz | |
qeditor: add copyright
Change-Id: I7834bc09b21f2a2d84b1c9edbbe1188372809c63
Reviewed-on: http://gerrit.rockbox.org/983
Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
Diffstat (limited to 'utils/regtools/qeditor/backend.cpp')
| -rw-r--r-- | utils/regtools/qeditor/backend.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/regtools/qeditor/backend.cpp b/utils/regtools/qeditor/backend.cpp index e73263d..9c94ac5 100644 --- a/utils/regtools/qeditor/backend.cpp +++ b/utils/regtools/qeditor/backend.cpp @@ -1,3 +1,23 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2014 by 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 <QFile> #include <QTextStream> #include <QDebug> |