From 5347a6876c526975ead07debfe6c807127e2d9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 24 Oct 2023 06:14:26 +0000 Subject: [PATCH] Migrate to SPDX license This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- adobe-afdko.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/adobe-afdko.spec b/adobe-afdko.spec index e29833b..d25107e 100644 --- a/adobe-afdko.spec +++ b/adobe-afdko.spec @@ -4,7 +4,11 @@ Name: adobe-afdko Version: 3.6.1 Release: 6%{?dist} Summary: Adobe Font Development Kit for OpenType -License: ASL 2.0 +# ExternalAntlr4Cpp.cmake is BSD-3-clause +# c/makeotf/makeotf_lib/build/hotpccts/pccts/* is ANTLR-PD +# afdko-3.6.1/python/afdko/pdflib/pdfgen.py is Python-2.0.1 +# python/afdko/resources/ is BSD-3-Clause +License: Apache-2.0 AND BSD-3-clause AND ANTLR-PD AND Python-2.0.1 URL: https://github.com/adobe-type-tools/afdko Source0: https://github.com/adobe-type-tools/%{archivename}/releases/download/%{version}/%{archivename}-%{version}.tar.gz BuildRequires: gcc