From dbdc2f221035775f129df1164fadba956f958335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Tue, 19 Sep 2023 13:08:36 +0100 Subject: [PATCH] Convert license to SPDX format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note the BSD-2-Clause and GPL-2.0-or-later references are from lenses whose license is unclear. This is reported upstream at https://github.com/hercules-team/augeas/issues/816 where BSD-2-Clause was suggested and confirmed by the author. The GPL-2.0-or-later was picked for the unspecified GPL version based on discussion at: https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org/thread/WMN4OKQOQLCKMRMIHOJ5XHJAT4QEF5LY/ Signed-off-by: Daniel P. Berrangé --- augeas.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/augeas.spec b/augeas.spec index b5d9a20..56be576 100644 --- a/augeas.spec +++ b/augeas.spec @@ -3,7 +3,7 @@ Version: 1.13.0 Release: 5%{?dist} Summary: A library for changing configuration files -License: LGPLv2+ +License: LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND Kazlib AND GPL-2.0-or-later AND BSD-2-Clause AND LicenseRef-Fedora-Public-Domain URL: http://augeas.net/ # The upstream release tarballs on github don't work, see: