clarify: licensing is GPL2 or GPL3 or commercial licensed

follow the REUSE specs
This commit is contained in:
Allen Winter
2020-07-24 18:16:13 -04:00
parent 2d0dcb9dbe
commit b4f49895c2
167 changed files with 2364 additions and 2666 deletions

View File

@@ -1,21 +1,12 @@
/*
This file is part of KDDockWidgets.
Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
Author: Sérgio Martins <sergio.martins@kdab.com>
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 2 of the License, or
(at your option) any later version.
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
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/>.
Contact KDAB at <info@kdab.com> for commercial licensing options.
*/
#include "FrameworkWidgetFactory.h"