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
This commit is contained in:
parent
6b098aabae
commit
921a210ae4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user