#32 Adopt new licensing guidelines
Merged 2 years ago by gotmax23. Opened 2 years ago by gotmax23.
rpms/ gotmax23/ansible SPDX  into  rawhide

file modified
+18 -1
@@ -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

no initial comment

Build succeeded.

Thanks for digging into this. Looks reasonable.

Thanks for digging into this. Looks reasonable.

Sure. You would think this is a long license identifier, but then you look at perl-Exporter-Tidy...

Pull-Request has been merged by gotmax23

2 years ago
Metadata