#82 Update the license tag to SPDX
Merged 2 years ago by churchyard. Opened 2 years ago by churchyard.
rpms/ churchyard/python3-docs spdx  into  rawhide

file modified
+3 -1
@@ -8,7 +8,9 @@ 

  %global         upstream_version %{general_version}%{?prerel}

  Version:        %{general_version}%{?prerel:~%{prerel}}

  Release:        1%{?dist}

- License:        Python

+ # The documentation is licensed as Python itself: Python-2.0.1

+ # Examples, recipes, and other code in the documentation are dual licensed under Python-2.0.1/0BSD

+ License:        Python-2.0.1 AND (Python-2.0.1 OR 0BSD)

  URL:            https://www.python.org/

  Source0:        %{url}ftp/python/%{general_version}/Python-%{upstream_version}.tar.xz

  Source1:        %{url}ftp/python/%{general_version}/Python-%{upstream_version}.tar.xz.asc

See https://gitlab.com/fedora/legal/fedora-license-data/-/merge_requests/61

The LICENSE file differs from the text at https://spdx.org/licenses/Python-2.0.1.html
only by:

  • not saying "Python 2.0.1" but "Python" which is considered OK
  • copyright years which is considered OK
  • formatting
  • listing the history and license for code examples from the documentation

The license for code examples is explicitly sated as:

Starting with Python 3.8.6, examples, recipes, and other code in
the documentation are dual licensed under the PSF License Version 2
and the Zero-Clause BSD license.

Blocked by https://gitlab.com/fedora/legal/fedora-license-data/-/merge_requests/61#note_1074288284

rebased onto fcb5033

2 years ago

Build succeeded.

+1, the expression looks correct and it matches the license declared by the project.

Pull-Request has been merged by churchyard

2 years ago
Metadata