From b948251c4c2e671880cbd7d09ac69f4d4db609fd Mon Sep 17 00:00:00 2001 From: wguanghao Date: Mon, 17 Oct 2022 20:04:54 +0800 Subject: [PATCH] add CC0-1.0 license (cherry picked from commit 163d15fa5df744ad86a2cd8e417db01ca668abc5) --- cryptsetup.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index fab5ca3..7cfd84a 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,8 +1,8 @@ Name: cryptsetup Version: 2.4.1 -Release: 1 +Release: 2 Summary: Utility used to conveniently set up disk encryption -License: GPLv2+ and LGPLv2+ +License: GPLv2+ and CC0-1.0 and LGPLv2+ URL: https://gitlab.com/cryptsetup/cryptsetup Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.4/cryptsetup-%{version}.tar.xz @@ -113,6 +113,9 @@ make check %{_mandir}/man8/* %changelog +* Mon Oct 17 2022 wuguanghao - 2.4.1-2 +- add CC0-1.0 license + * Wed Nov 17 2021 Wenchao Hao - 2.4.1-1 - Update to 2.4.1 version