From d0392c57978ef625b32734fd334189cd32b0b5b5 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Tue, 13 Dec 2022 15:45:29 +0100 Subject: [PATCH] Converted license tag to SPDX format. --- .gitignore | 20 +------------------- fmt.spec | 2 +- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 91572d9..f6a3a77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1 @@ -/fmt-3.0.0.zip -/fmt-3.0.1.zip -/fmt-3.0.1.tar.gz -/fmt-3.0.2.tar.gz -/5.2.1.tar.gz -/5.3.0.tar.gz -/6.1.2.tar.gz -/6.2.0.tar.gz -/6.2.1.tar.gz -/7.0.1.tar.gz -/7.0.2.tar.gz -/7.0.3.tar.gz -/7.1.2.tar.gz -/7.1.3.tar.gz -/8.0.1.tar.gz -/8.1.0.tar.gz -/8.1.1.tar.gz -/9.0.0.tar.gz -/9.1.0.tar.gz +/*.tar.gz diff --git a/fmt.spec b/fmt.spec index 7726933..43601a6 100644 --- a/fmt.spec +++ b/fmt.spec @@ -2,7 +2,7 @@ Name: fmt Version: 9.1.0 Release: 1%{?dist} -License: BSD +License: MIT Summary: Small, safe and fast formatting library for C++ URL: https://github.com/fmtlib/%{name} Source0: %{url}/archive/%{version}.tar.gz