From 5b4fee9e71f08dbd23f38366a6264a6ae6fab52e Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Tue, 13 Aug 2024 19:43:29 +0200 Subject: [PATCH] Correct License: some files are GPL 2 or 3, not later src/dvdread/nav_types.h and src/nav_print.c have this: * VOBDUMP is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 or version 3 as * published by the Free Software Foundation. Note that I am not * granting permission to redistribute or modify VOBDUMP under the terms * of any later version of the General Public License. Therefore, the GPL-2.0-or-later license ID does not apply to them. Add (GPL-2.0-only OR GPL-3.0-only) to the License expression. Also, remove HPND-Kevlin-Henney - the file msvc/contrib/dirent/dirent.c is not being compiled on Linux. Resolves: RHEL-53348 --- libdvdread.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libdvdread.spec b/libdvdread.spec index 59b1abe..c83c03a 100644 --- a/libdvdread.spec +++ b/libdvdread.spec @@ -4,10 +4,11 @@ Name: libdvdread Version: 6.1.3 Release: 7%{?dist} Summary: A library for reading DVD video discs based on Ogle code -# msvc/contrib/dirent/dirent.c is HPND-Kevlin-Henney +# msvc/contrib/dirent/dirent.c is HPND-Kevlin-Henney, but is not included in the build # src/logger.c and few other are LGPL-2.1-or-later # part of src/md5.c is LicenseRef-Fedora-Public-Domain -License: GPL-2.0-or-later AND LGPL-2.1-or-later AND HPND-Kevlin-Henney AND LicenseRef-Fedora-Public-Domain +# src/dvdread/nav_types.h and src/nav_print.c are GPL-2.0 or GPL-3.0 (no later versions) +License: GPL-2.0-or-later AND LGPL-2.1-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND LicenseRef-Fedora-Public-Domain URL: https://www.videolan.org/developers/libdvdnav.html Source0: https://download.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2 Source1: https://download.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2.asc