From 51ecb632b22d5fdbb5cd9584557cccb1c12bbd86 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 1 Dec 2022 10:12:27 -0500 Subject: [PATCH] Update License to SPDX --- double-conversion.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/double-conversion.spec b/double-conversion.spec index 9db8d06..d7eeb9a 100644 --- a/double-conversion.spec +++ b/double-conversion.spec @@ -2,7 +2,7 @@ Summary: Library providing binary-decimal and decimal-binary routines for Name: double-conversion Version: 3.1.5 Release: 10%{?dist} -License: BSD +License: BSD-3-Clause URL: https://github.com/google/double-conversion Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc @@ -55,6 +55,7 @@ examples can be found in test/cctest/test-conversions.cc. - Drop obsolete ldconfig_scriptlets macro - Drop and Obsolete the static library (-static subpackage) - Properly mark the LICENSE file +- Update License to SPDX * Wed Jul 19 2023 Fedora Release Engineering - 3.1.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild