From 921a210ae415f55e2465dfd54017a4c6a935b8be Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 20 Jun 2024 14:49:31 +0200 Subject: [PATCH] List all used licenses Currently, only the effective license is listed, but also other licenses are used in the source codes. Let's try to list them all (except for those that are not built). This is required by our guidelines. See: https://docs.fedoraproject.org/en-US/legal/license-field/ Related: RHEL-45600 --- freerdp.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/freerdp.spec b/freerdp.spec index 612964c..0eea9a6 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -37,7 +37,13 @@ Version: 3.5.1 Release: 2%{?dist} Epoch: 2 Summary: Free implementation of the Remote Desktop Protocol (RDP) -License: Apache-2.0 + +# The effective license is Apache-2.0 but: +# client/SDL/dialogs/font/* is OFL-1.1 +# uwac/libuwac/* is HPND +# uwac/protocols/server-decoration.xml is LGPL-2.1-or-later +# winpr/libwinpr/ncrypt/pkcs11-headers/pkcs11.h is LicenseRef-Fedora-Public-Domain +License: Apache-2.0 AND HPND AND LGPL-2.1-or-later AND LicenseRef-Fedora-Public-Domain AND OFL-1.1 URL: http://www.freerdp.com/ Source0: https://github.com/FreeRDP/FreeRDP/archive/%{version}/FreeRDP-%{version}.tar.gz