From eea33113c188ef363030c9885e1db98f1bc5d64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Tue, 11 Apr 2023 14:55:27 +0200 Subject: [PATCH] migrate to SPDX license format --- gawk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gawk.spec b/gawk.spec index 56e026e..944b0df 100644 --- a/gawk.spec +++ b/gawk.spec @@ -47,9 +47,9 @@ Name: gawk Summary: The GNU version of the AWK text processing utility Version: 5.1.1 -Release: 5%{?dist} +Release: 6%{?dist} -License: GPLv3+ and GPLv2+ and LGPLv2+ and BSD +License: GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-3-Clause URL: https://www.gnu.org/software/gawk/ Source0: https://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.xz @@ -292,6 +292,9 @@ install -m 0644 -p awklib/eg/data/* %{buildroot}%{_docdir}/%{name}/eg/data/ # ============================================================================= %changelog +* Tue Apr 11 2023 Lukáš Zaoral - 5.1.1-6 +- migrate to SPDX license format + * Thu Jan 19 2023 Fedora Release Engineering - 5.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild