From 712e40ad2d7efa463ca4e5d587ecda8b82835326 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 1 Aug 2022 08:11:57 -0400 Subject: [PATCH] Update License field to SPDX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Additionally, the license is corrected; it should have been “BSD” rather than “BSD with advertising” under the old system. --- arpwatch.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/arpwatch.spec b/arpwatch.spec index d9ab4d8..92b022b 100644 --- a/arpwatch.spec +++ b/arpwatch.spec @@ -4,7 +4,16 @@ Version: 3.3 Release: %autorelease Summary: Network monitoring tools for tracking IP addresses on a network -License: BSD with advertising +# SPDX matching with BSD-3-Clause confirmed at +# https://gitlab.com/fedora/legal/fedora-license-data/-/issues/49 +# +# Any files under different licenses are part of the build system and do not +# contribute to the license of the binary RPM: +# - config.guess and config.sub are GPL-3.0-or-later +# - configure is FSFULL +# - install-sh is X11 +# - mkdep is ??? (NTP-like) +License: BSD-3-Clause URL: https://ee.lbl.gov/ Requires(pre): shadow-utils