From 73bec91e9392c5a2879981dd6e3e43f7d82031c7 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 11 Aug 2023 16:26:38 +0200 Subject: [PATCH] Use the SPDX License format https://spdx.org/licenses/Apache-2.0.html --- rpm/argparse-manpage.spec.tpl | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm/argparse-manpage.spec.tpl b/rpm/argparse-manpage.spec.tpl index 7ff93b7..c629eba 100644 --- a/rpm/argparse-manpage.spec.tpl +++ b/rpm/argparse-manpage.spec.tpl @@ -32,7 +32,7 @@ Release: @RELEASE@%{?dist} Summary: %{sum Python} BuildArch: noarch -License: ASL 2.0 +License: Apache-2.0 URL: https://github.com/praiskup/%{name} Source0: https://github.com/praiskup/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz diff --git a/setup.py b/setup.py index e05f933..a711ea5 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def get_readme(): name='argparse-manpage', version=__version__, url='https://github.com/praiskup/argparse-manpage', - license='Apache 2.0', + license='Apache-2.0', author='Gabriele Giammatteo', author_email='gabriele.giammatteo@eng.it', maintainer='Pavel Raiskup',