From 06256cd0f4c911421fa99bc4487de1b1ca71d831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Tue, 6 Feb 2024 14:38:05 +0100 Subject: [PATCH] migrate to SPDX license format Related: https://gitlab.com/fedora/legal/fedora-license-data/-/merge_requests/511 --- file.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/file.spec b/file.spec index 02927ac..183275d 100644 --- a/file.spec +++ b/file.spec @@ -15,8 +15,18 @@ Summary: Utility for determining file types Name: file Version: 5.45 -Release: 3%{?dist} -License: BSD +Release: 4%{?dist} + +# Main license is BSD-2-Clause-Darwin +# Shipped exceptions: +# * some src/*.{c.h} - BSD-2-Clause +# Not shipped in Fedora: +# * src/mygetopt.h - BSD-4-Clause +# * src/strcasestr.h - BSD-3-Clause +# * src/strlc{at,py}.c - ISC +# * src/vasprintf.c - BSD-2-Clause-Darwin AND BSD-3-Clasue +License: BSD-2-Clause-Darwin AND BSD-2-Clause + Source0: http://ftp.astron.com/pub/file/file-%{version}.tar.gz Source1: http://ftp.astron.com/pub/file/file-%{version}.tar.gz.asc @@ -223,6 +233,9 @@ make -C tests check %endif %changelog +* Tue Feb 06 2024 Lukáš Zaoral - 5.45-4 +- migrate to SPDX license format + * Wed Jan 24 2024 Fedora Release Engineering - 5.45-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild