From f0c75f945bf6217d59fa115e6533b45350f94716 Mon Sep 17 00:00:00 2001 From: Tomas Korbar Date: Wed, 1 Nov 2023 13:56:10 +0100 Subject: [PATCH] Add licenses to fully conform to SPDX --- xterm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xterm.spec b/xterm.spec index 115cd1a..9c3dffe 100644 --- a/xterm.spec +++ b/xterm.spec @@ -4,9 +4,9 @@ Summary: Terminal emulator for the X Window System Name: xterm Version: 388 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://invisible-island.net/xterm -License: MIT +License: MIT AND X11 AND HPND AND CC-BY-4.0 BuildRequires: make BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils @@ -105,6 +105,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %{_mandir}/man1/resize.1* %changelog +* Wed Nov 01 2023 Tomas Korbar - 388-2 +- Add licenses to fully conform to SPDX + * Wed Oct 25 2023 Tomas Korbar - 388-1 - Rebase to version 388 - Resolves: rhbz#2242865