diff options
Diffstat (limited to 'tests/hawd/dataset.cpp')
-rw-r--r-- | tests/hawd/dataset.cpp | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/tests/hawd/dataset.cpp b/tests/hawd/dataset.cpp index 6e73c5c..e1f9700 100644 --- a/tests/hawd/dataset.cpp +++ b/tests/hawd/dataset.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 "dataset.h" | 21 | #include "dataset.h" |