From fb7f4062aaba5d92da2a68f9c82bb91fc9301c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 20 Feb 2023 13:47:35 +0100 Subject: [PATCH] Convert license comments to SPDX --- teckit.spec | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/teckit.spec b/teckit.spec index a20cc84..50c8f13 100644 --- a/teckit.spec +++ b/teckit.spec @@ -3,38 +3,42 @@ Version: 2.5.9 Release: 11%{?dist} Summary: Conversion library and mapping compiler # COPYING: links to license/LICENSING.txt -# license/License_CPLv05.txt: CPLv0.5 text -# license/License_LGPLv21.txt: LGPLv2 text +# license/License_CPLv05.txt: CPL-0.5 text, waiting on an SPDX identifer +# +# license/License_LGPLv21.txt: LGPL-2.1 text # license/LICENSING.txt: license declarations -# SFconv/UtfCodec.cpp: LGPLv2+ or GPLv2+ or MPL(?version) (bundled Graphite2) -# SFconv/UtfCodec.h: LGPLv2+ or GPLv2+ or MPL(?version) (bundled Graphite2) +# SFconv/UtfCodec.cpp: LGPL-2.1-or-later OR GPL-2.0-or-later OR MPL(?version) (bundled Graphite2) +# SFconv/UtfCodec.h: LGPL-2.1-or-later OR GPL-2.0-or-later OR MPL(?version) (bundled Graphite2) # , # graphite2 package uses "MPL" -# source/Engine.cpp: LGPLv2+ or CPL -# source/TECkit_Format.h: LGPLv2+ or CPL +# source/Engine.cpp: LGPL-2.1-or-later OR CPL-0.5-or-later +# +# source/TECkit_Format.h: LGPL-2.1-or-later OR CPL-0.5-or-later ## Not in any binary package # aclocal.m4: FSFULLR -# compile: GPLv2+ with exceptions -# config.guess: GPLv3+ with exceptions -# config.sub: GPLv3+ with exceptions -# configure: FSFUL and GPLv2+ with exceptions -# depcomp: GPLv2+ with exceptions -# install-sh: MIT -# lib/Makefile.in: FSFULLR -# ltmain.sh: GPLv2+ with exceptions and GPLv3+ with exceptions and GPLv3+ -# m4/libtool.m4: FSFULL and FSFULLR and GPLv2+ with exceptions +# compile: GPL-2.0-or-later WITH Autoconf-exception-generic +# +# config.guess: GPL-3.0-or-later WITH Autoconf-exception-generic +# config.sub: GPL-3.0-or-later WITH Autoconf-exception-generic +# configure: FSFUL AND GPL-2.0-or-later WITH Libtool-exception +# depcomp: GPL-2.0-or-later WITH Autoconf-exception-generic +# install-sh: X11 +# lib/Makefile.in: FSFULLRWD +# ltmain.sh: GPL-2.0-or-later WITH Libtool-exception AND +# GPL-3.0-or-later WITH Libtool-exception AND GPL-3.0-or-later +# m4/libtool.m4: FSFULL AND FSFULLR AND GPL-2.0-or-later WITH Libtool-exception # m4/ltoptions.m4: FSFULLR # m4/ltsugar.m4: FSFULLR # m4/ltversion.m4: FSFULLR # m4/lt~obsolete.m4: FSFULLR -# Makefile.in: FSFULLR -# missing: GPLv2+ with exceptions -# test-driver: GPLv2+ with exceptions -# test/Makefile.in: FSFULLR +# Makefile.in: FSFULLRWD +# missing: GPL-2.0-or-later WITH Autoconf-exception-generic +# test-driver: GPL-2.0-or-later WITH Autoconf-exception-generic +# test/Makefile.in: FSFULLRWD ## Unbundled -# SFconv/expat/xmlparse/hashtable.c: MPLv1.1 of GPL+ (bundled expat) -# SFconv/expat/xmlparse/xmlparse.c: MPLv1.1 of GPL+ (bundled expat) -# zlib-1.2.3: zlib (see nonexistent zlib.h, reported to +# SFconv/expat/xmlparse/hashtable.c: MPL-1.1 OR GPL-1.0-or-later (bundled expat) +# SFconv/expat/xmlparse/xmlparse.c: MPL-1.1 OR GPL-1.0-or-later (bundled expat) +# zlib-1.2.3: zlib-acknowledgement (see nonexistent zlib.h, reported to # ) License: (LGPL-2.0-or-later OR CPL-1.0) AND (LGPL-2.0-or-later OR GPL-2.0-or-later OR MPL-2.0 OR MPL-1.1) URL: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=teckit