Adopt new licensing guidelines

This commit is contained in:
Maxwell G 2022-08-25 18:29:55 -05:00
commit ff7cd6026a
No known key found for this signature in database
GPG key ID: F79E4E25E8C661F8

View file

@ -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