summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/analyser.cpp
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-09-26 10:46:48 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2014-12-15 22:52:26 +0100
commitfe1fed88732ac84f5a4196c5936c99e9750a6525 (patch)
tree848d85aa05910636f62c6de9e7aabdfde7a6deb1 /utils/regtools/qeditor/analyser.cpp
parent94c4834bbbcda9ef71ec8d5ff080b41374d8e7c0 (diff)
downloadrockbox-fe1fed88732ac84f5a4196c5936c99e9750a6525.tar.gz
rockbox-fe1fed88732ac84f5a4196c5936c99e9750a6525.zip
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/analyser.cpp')
-rw-r--r--utils/regtools/qeditor/analyser.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/regtools/qeditor/analyser.cpp b/utils/regtools/qeditor/analyser.cpp
index 5bd8c9e538..7b60dcffcd 100644
--- a/utils/regtools/qeditor/analyser.cpp
+++ b/utils/regtools/qeditor/analyser.cpp
@@ -1,3 +1,23 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2014 by Amaury Pouly
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 ****************************************************************************/
1#include "analyser.h" 21#include "analyser.h"
2 22
3Analyser::Analyser(const SocRef& soc, IoBackend *backend) 23Analyser::Analyser(const SocRef& soc, IoBackend *backend)