summaryrefslogtreecommitdiffstats
path: root/tests/hawd/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hawd/state.cpp')
-rw-r--r--tests/hawd/state.cpp25
1 files changed, 13 insertions, 12 deletions
diff --git a/tests/hawd/state.cpp b/tests/hawd/state.cpp
index 4ea741d..dbfe019 100644
--- a/tests/hawd/state.cpp
+++ b/tests/hawd/state.cpp
@@ -1,20 +1,21 @@
1/* 1/*
2 * Copyright (C) 2014 Aaron Seigo <aseigo@kde.org> 2 * Copyright (C) 2014 Aaron Seigo <aseigo@kde.org>
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify 4 * This library is free software; you can redistribute it and/or
5 * it under the terms of the GNU General Public License as published by 5 * modify it under the terms of the GNU Lesser General Public
6 * the Free Software Foundation; either version 2 of the License, or 6 * License as published by the Free Software Foundation; either
7 * (at your option) any later version. 7 * version 2.1 of the License, or (at your option) version 3, or any
8 * later version accepted by the membership of KDE e.V. (or its
9 * successor approved by the membership of KDE e.V.), which shall
10 * act as a proxy defined in Section 6 of version 3 of the license.
8 * 11 *
9 * This program is distributed in the hope that it will be useful, 12 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * GNU General Public License for more details. 15 * Lesser General Public License for more details.
13 * 16 *
14 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU Lesser General Public
15 * along with this program; if not, write to the 18 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
16 * Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 */ 19 */
19 20
20#include "state.h" 21#include "state.h"