diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-19 17:36:09 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-19 17:36:09 +0100 |
commit | 1c53b56871a36fdf58e58ee87ac6b56d4e3355f0 (patch) | |
tree | 1eba5f045a2660a3708b1ec91be838e397cb8335 /lib | |
parent | Bug fixes (diff) | |
download | smolbote-1c53b56871a36fdf58e58ee87ac6b56d4e3355f0.tar.xz |
Changed license from GPL3+ to GPL3
Diffstat (limited to 'lib')
-rw-r--r-- | lib/adblock/filterrule.cpp | 26 | ||||
-rw-r--r-- | lib/adblock/filterrule.h | 26 | ||||
-rw-r--r-- | lib/adblock/test/filtertest.cpp | 8 | ||||
-rw-r--r-- | lib/adblock/test/filtertest.h | 8 | ||||
-rw-r--r-- | lib/adblock/test/main.cpp | 8 | ||||
-rw-r--r-- | lib/settings/configuration.cpp | 26 | ||||
-rw-r--r-- | lib/settings/configuration.h | 26 | ||||
-rw-r--r-- | lib/settings/settingsdialog.cpp | 26 | ||||
-rw-r--r-- | lib/settings/settingsdialog.h | 26 |
9 files changed, 66 insertions, 114 deletions
diff --git a/lib/adblock/filterrule.cpp b/lib/adblock/filterrule.cpp index 147e5fd..79ded6d 100644 --- a/lib/adblock/filterrule.cpp +++ b/lib/adblock/filterrule.cpp @@ -1,22 +1,10 @@ -/******************************************************************************* - ** - ** smolbote: yet another qute browser - ** Copyright (C) 2017 Xian Nox - ** - ** 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 3 of the License, or - ** (at your option) any later version. - ** - ** This program is distributed in the hope that it will be useful, - ** but WITHOUT ANY WARRANTY; without even the implied warranty of - ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - ** GNU General Public License for more details. - ** - ** You should have received a copy of the GNU General Public License - ** along with this program. If not, see <http://www.gnu.org/licenses/>. - ** - ******************************************************************************/ +/* + * This file is part of smolbote. It's copyrighted by the contributors recorded + * in the version control history of the file, available from its original + * location: git://neueland.iserlohn-fortress.net/smolbote.git + * + * SPDX-License-Identifier: GPL-3.0 + */ #include "filterrule.h" #include <QUrl> diff --git a/lib/adblock/filterrule.h b/lib/adblock/filterrule.h index 66731e2..084bd8c 100644 --- a/lib/adblock/filterrule.h +++ b/lib/adblock/filterrule.h @@ -1,22 +1,10 @@ -/******************************************************************************* - ** - ** smolbote: yet another qute browser - ** Copyright (C) 2017 Xian Nox - ** - ** 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 3 of the License, or - ** (at your option) any later version. - ** - ** This program is distributed in the hope that it will be useful, - ** but WITHOUT ANY WARRANTY; without even the implied warranty of - ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - ** GNU General Public License for more details. - ** - ** You should have received a copy of the GNU General Public License - ** along with this program. If not, see <http://www.gnu.org/licenses/>. - ** - ******************************************************************************/ +/* + * This file is part of smolbote. It's copyrighted by the contributors recorded + * in the version control history of the file, available from its original + * location: git://neueland.iserlohn-fortress.net/smolbote.git + * + * SPDX-License-Identifier: GPL-3.0 + */ #ifndef FILTERRULE_H #define FILTERRULE_H diff --git a/lib/adblock/test/filtertest.cpp b/lib/adblock/test/filtertest.cpp index c778bc7..76e607b 100644 --- a/lib/adblock/test/filtertest.cpp +++ b/lib/adblock/test/filtertest.cpp @@ -1,3 +1,11 @@ +/* + * This file is part of smolbote. It's copyrighted by the contributors recorded + * in the version control history of the file, available from its original + * location: git://neueland.iserlohn-fortress.net/smolbote.git + * + * SPDX-License-Identifier: GPL-3.0 + */ + #include "filtertest.h" #include <QtTest/QtTest> #include "../filterrule.h" diff --git a/lib/adblock/test/filtertest.h b/lib/adblock/test/filtertest.h index 45cdde1..f91c3dd 100644 --- a/lib/adblock/test/filtertest.h +++ b/lib/adblock/test/filtertest.h @@ -1,3 +1,11 @@ +/* + * This file is part of smolbote. It's copyrighted by the contributors recorded + * in the version control history of the file, available from its original + * location: git://neueland.iserlohn-fortress.net/smolbote.git + * + * SPDX-License-Identifier: GPL-3.0 + */ + #ifndef FILTERTEST_H #define FILTERTEST_H diff --git a/lib/adblock/test/main.cpp b/lib/adblock/test/main.cpp index 3284e47..b8c9dca 100644 --- a/lib/adblock/test/main.cpp +++ b/lib/adblock/test/main.cpp @@ -1,3 +1,11 @@ +/* + * This file is part of smolbote. It's copyrighted by the contributors recorded + * in the version control history of the file, available from its original + * location: git://neueland.iserlohn-fortress.net/smolbote.git + * + * SPDX-License-Identifier: GPL-3.0 + */ + #include <QtTest/QtTest> #include "filtertest.h" diff --git a/lib/settings/configuration.cpp b/lib/settings/configuration.cpp index 8af421f..51c8e47 100644 --- a/lib/settings/configuration.cpp +++ b/lib/settings/configuration.cpp @@ -1,22 +1,10 @@ -/******************************************************************************* - ** - ** nyamp: yet another media player - ** Copyright (C) 2017 Aqua-sama - ** - ** 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 3 of the License, or - ** (at your option) any later version. - ** - ** This program is distributed in the hope that it will be useful, - ** but WITHOUT ANY WARRANTY; without even the implied warranty of - ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - ** GNU General Public License for more details. - ** - ** You should have received a copy of the GNU General Public License - ** along with this program. If not, see <http://www.gnu.org/licenses/>. - ** - ******************************************************************************/ +/* + * This file is part of smolbote. It's copyrighted by the contributors recorded + * in the version control history of the file, available from its original + * location: git://neueland.iserlohn-fortress.net/smolbote.git + * + * SPDX-License-Identifier: GPL-3.0 + */ #include "configuration.h" #include <libconfig.h++> diff --git a/lib/settings/configuration.h b/lib/settings/configuration.h index 94c39da..c19ce18 100644 --- a/lib/settings/configuration.h +++ b/lib/settings/configuration.h @@ -1,22 +1,10 @@ -/******************************************************************************* - ** - ** nyamp: yet another media player - ** Copyright (C) 2017 Aqua-sama - ** - ** 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 3 of the License, or - ** (at your option) any later version. - ** - ** This program is distributed in the hope that it will be useful, - ** but WITHOUT ANY WARRANTY; without even the implied warranty of - ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - ** GNU General Public License for more details. - ** - ** You should have received a copy of the GNU General Public License - ** along with this program. If not, see <http://www.gnu.org/licenses/>. - ** - ******************************************************************************/ +/* + * This file is part of smolbote. It's copyrighted by the contributors recorded + * in the version control history of the file, available from its original + * location: git://neueland.iserlohn-fortress.net/smolbote.git + * + * SPDX-License-Identifier: GPL-3.0 + */ #ifndef CONFIGURATION_H #define CONFIGURATION_H diff --git a/lib/settings/settingsdialog.cpp b/lib/settings/settingsdialog.cpp index fea9ab9..fd781fa 100644 --- a/lib/settings/settingsdialog.cpp +++ b/lib/settings/settingsdialog.cpp @@ -1,22 +1,10 @@ -/******************************************************************************* - ** - ** nyamp: yet another media player - ** Copyright (C) 2017 Aqua-sama - ** - ** 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 3 of the License, or - ** (at your option) any later version. - ** - ** This program is distributed in the hope that it will be useful, - ** but WITHOUT ANY WARRANTY; without even the implied warranty of - ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - ** GNU General Public License for more details. - ** - ** You should have received a copy of the GNU General Public License - ** along with this program. If not, see <http://www.gnu.org/licenses/>. - ** - ******************************************************************************/ +/* + * This file is part of smolbote. It's copyrighted by the contributors recorded + * in the version control history of the file, available from its original + * location: git://neueland.iserlohn-fortress.net/smolbote.git + * + * SPDX-License-Identifier: GPL-3.0 + */ #include "settingsdialog.h" #include "ui_settingsdialog.h" diff --git a/lib/settings/settingsdialog.h b/lib/settings/settingsdialog.h index 72b704c..c658f1d 100644 --- a/lib/settings/settingsdialog.h +++ b/lib/settings/settingsdialog.h @@ -1,22 +1,10 @@ -/******************************************************************************* - ** - ** nyamp: yet another media player - ** Copyright (C) 2017 Aqua-sama - ** - ** 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 3 of the License, or - ** (at your option) any later version. - ** - ** This program is distributed in the hope that it will be useful, - ** but WITHOUT ANY WARRANTY; without even the implied warranty of - ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - ** GNU General Public License for more details. - ** - ** You should have received a copy of the GNU General Public License - ** along with this program. If not, see <http://www.gnu.org/licenses/>. - ** - ******************************************************************************/ +/* + * This file is part of smolbote. It's copyrighted by the contributors recorded + * in the version control history of the file, available from its original + * location: git://neueland.iserlohn-fortress.net/smolbote.git + * + * SPDX-License-Identifier: GPL-3.0 + */ #ifndef SETTINGSDIALOG_H #define SETTINGSDIALOG_H |