Adopt new licensing guidelines
This commit is contained in:
parent
fddebdc7e6
commit
ff7cd6026a
1 changed files with 18 additions and 1 deletions
19
ansible.spec
19
ansible.spec
|
|
@ -28,7 +28,24 @@ Summary: Curated set of Ansible collections included in addition to ansib
|
|||
Version: 6.3.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
# In addition to GPL-3.0-or-later, the following licenses apply.
|
||||
# License text that solely exists in file headers were not considered.
|
||||
# Instead, the overall license was determined by searching for license files
|
||||
# This is the only the practical way to handle license scanning for a project
|
||||
# of this size.
|
||||
# All collections must be primarily licensed under GPL-3.0-or-later, so top
|
||||
# level license files are excluded.
|
||||
# find /usr/share/licenses/ansible -type f | grep -vEe '(COPYING|LICENSE)(\.(txt|md))?$' -e 'GPL' | xargs -n1 basename | sort -u
|
||||
#
|
||||
# Apache-2.0.txt
|
||||
# Apache-license.txt
|
||||
# BSD-2-Clause.txt
|
||||
# BSD-3-Clause.txt
|
||||
# MIT.txt
|
||||
# MPL-2.0.txt
|
||||
# PSF-2.0.txt
|
||||
# PSF-license.txt
|
||||
License: GPL-3.0-or-later AND Apache-2.0 AND BSD-2-Cluase AND BSD-3-Clause AND MIT AND MPL-2.0 AND PSF-2.0
|
||||
Source0: %{pypi_source %{name} %{uversion}}
|
||||
Url: https://ansible.com
|
||||
BuildArch: noarch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue