From f9b376bb13cbc7bde02d6829cd48372b1bff5b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Sun, 3 Dec 2023 12:35:08 +0000 Subject: [PATCH] Migrate to SPDX license This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2 --- python-mako.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-mako.spec b/python-mako.spec index dbac167..30bff7f 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -3,8 +3,9 @@ Version: 1.2.3 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