From b3f5b3b2ba07e932d2433c280f0e082fcff37eaa Mon Sep 17 00:00:00 2001 From: Adam Dobes Date: Fri, 21 Jul 2023 13:45:30 +0000 Subject: [PATCH] migrated to SPDX license Resolves: #2224557 --- man-pages.spec | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/man-pages.spec b/man-pages.spec index e124006..d5216f0 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -10,7 +10,23 @@ Summary: Linux kernel and C library user-space interface documentation Name: man-pages Version: 4.15 Release: 7%{?dist} -License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE +# List of licenses with examples of man-pages using them +# BSD-2-Clause: man-pages/man5/elf.5 +# BSD-3-Clause: man-pages/man3/list.3 +# BSD-4.3TAHOE: man-pages/man5/resolv.conf.5 +# BSD-4-Clause-UC: man-pages/man2/accept.2 +# GPL-1.0-or-later: man-pages/man1/ldd.1 +# GPL-2.0-only: man-pages/man2/fallocate.2 +# GPL-2.0-or-later: man-pages/man1/getent.1 +# LicenseRef-Fedora-Public-Domain: man-pages/man2/nfsservctl.2 +# LicenseRef-Fedora-UltraPermissive: man-pages/man2/futex.2 +# Linux-man-pages-1-para: man-pages/man2/getcpu.2 +# Linux-man-pages-copyleft: man-pages/man2/chdir.2 +# Linux-man-pages-copyleft-2-para: man-pages/man2/move_pages.2 +# Linux-man-pages-copyleft-var: man-pages/man2/get_mempolicy.2 +# MIT: man-pages/man3/program_invocation_name.3 +# Spencer-94: man-pages/man7/regex.7 +License: BSD-2-Clause AND BSD-3-Clause AND BSD-4.3TAHOE AND BSD-4-Clause-UC AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain AND LicenseRef-Fedora-UltraPermissive AND Linux-man-pages-1-para AND Linux-man-pages-copyleft AND Linux-man-pages-copyleft-2-para AND Linux-man-pages-copyleft-var AND MIT AND Spencer-94 Group: Documentation URL: http://www.kernel.org/doc/man-pages/ Source: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz