diff options
-rw-r--r-- | tests/hawd/dataset.cpp | 23 | ||||
-rw-r--r-- | tests/hawd/dataset.h | 23 | ||||
-rw-r--r-- | tests/hawd/datasetdefinition.cpp | 23 | ||||
-rw-r--r-- | tests/hawd/datasetdefinition.h | 23 | ||||
-rw-r--r-- | tests/hawd/state.cpp | 25 | ||||
-rw-r--r-- | tests/hawd/state.h | 25 |
6 files changed, 74 insertions, 68 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" |
diff --git a/tests/hawd/dataset.h b/tests/hawd/dataset.h index dd1d6f2..9ef162c 100644 --- a/tests/hawd/dataset.h +++ b/tests/hawd/dataset.h | |||
@@ -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 | #pragma once | 21 | #pragma once |
diff --git a/tests/hawd/datasetdefinition.cpp b/tests/hawd/datasetdefinition.cpp index d4b87c4..a4a95dd 100644 --- a/tests/hawd/datasetdefinition.cpp +++ b/tests/hawd/datasetdefinition.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 "datasetdefinition.h" | 21 | #include "datasetdefinition.h" |
diff --git a/tests/hawd/datasetdefinition.h b/tests/hawd/datasetdefinition.h index 72ce0ec..cf1a797 100644 --- a/tests/hawd/datasetdefinition.h +++ b/tests/hawd/datasetdefinition.h | |||
@@ -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 | #pragma once | 21 | #pragma once |
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" |
diff --git a/tests/hawd/state.h b/tests/hawd/state.h index e321b41..f7262c9 100644 --- a/tests/hawd/state.h +++ b/tests/hawd/state.h | |||
@@ -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 | #pragma once | 21 | #pragma once |