| |
@@ -28,7 +28,24 @@
|
| |
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
|
| |