#16 Migrate to SPDX license
Merged 5 months ago by msuchy. Opened 5 months ago by msuchy.
rpms/ msuchy/python-mako spdx  into  rawhide

file modified
+3 -2
@@ -3,8 +3,9 @@ 

  Release: 4%{?dist}

  Summary: Mako template library for Python

  

- # Mostly MIT, but _ast_util.py is Python licensed

- License: MIT and Python

+ # Mostly MIT, but _ast_util.py is Python-2.0 licensed

+ # examples/bench/basic.py is BSD-3-Clause

+ License: MIT AND Python-2.0 AND BSD-3-Clause

  URL:     https://www.makotemplates.org/

  Source0: https://github.com/sqlalchemy/mako/archive/rel_%(echo %{version} | sed "s/\./_/g").tar.gz

  

The analysis can be found at http://miroslav.suchy.cz/fedora/spdx-reports/python-mako.html
If there is no comment in two weeks, I will merge this.

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/882145060c16437f8c2d83e199f69140

Pull-Request has been merged by msuchy

5 months ago
Metadata