From 51522ac8aa78c4d54a3707b1ce7f7ad3a798f145 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 17 May 2023 11:23:20 -0400 Subject: [PATCH] Update the License tag to use SPDX license expressions Examine the zsh source and construct a new License tag using SPDX identifiers. Most of the zsh source is licensed under what SPDX calls the MIT-Modern-Variant license. One source file (openssh_bsd_setres_id.c) carries an ISC license as well. Three shell extensions are licensed under GPL-2.0-only. Signed-off-by: David Cantrell --- zsh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zsh.spec b/zsh.spec index 79c3b09..464b2af 100644 --- a/zsh.spec +++ b/zsh.spec @@ -1,8 +1,8 @@ Summary: Powerful interactive shell Name: zsh Version: 5.9 -Release: 5%{?dist} -License: MIT +Release: 6%{?dist} +License: MIT-Modern-Variant AND ISC AND GPL-2.0-only URL: http://zsh.sourceforge.net/ Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz Source1: zlogin.rhs @@ -165,6 +165,9 @@ fi %doc Doc/*.html %changelog +* Wed May 17 2023 David Cantrell - 5.9-6 +- Update the License tag to use SPDX identifiers + * Sat Jan 21 2023 Fedora Release Engineering - 5.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild