Adapt license to LGPL-2.0-or-later

According to relicensecheck Brad is OK with changing LGPLv2 to LGPLv2+,
which is required to be compatible with the LGPL-2.1-or-later licensed
source files.
This commit is contained in:
Andreas Cord-Landwehr
2020-07-21 09:26:47 +00:00
committed by Christophe Giboudeaux
parent 20f996a7dd
commit f4281984c1
37 changed files with 1721 additions and 375 deletions

View File

@ -1,10 +1,11 @@
/*
* QImageIO Routines to read/write EPS images.
* copyright (c) 1998 Dirk Schoenberger <dirk.schoenberger@freenet.de>
* Copyright (c) 2013 Alex Merry <alex.merry@kdemail.net>
* Includes code by Sven Wiegand <SWiegand@tfh-berlin.de> from KSnapshot
*
* This library is distributed under the conditions of the GNU LGPL.
QImageIO Routines to read/write EPS images.
SPDX-FileCopyrightText: 1998 Dirk Schoenberger <dirk.schoenberger@freenet.de>
SPDX-FileCopyrightText: 2013 Alex Merry <alex.merry@kdemail.net>
Includes code by Sven Wiegand <SWiegand@tfh-berlin.de> from KSnapshot
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "eps_p.h"