From f1d71dfe425779bca8d368f716da7c8004b74f47 Mon Sep 17 00:00:00 2001 From: wguanghao Date: Mon, 17 Oct 2022 20:10:18 +0800 Subject: [PATCH] add CC0-1.0 license --- cryptsetup.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cryptsetup.spec b/cryptsetup.spec index 3ff2f24..51babcb 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,8 +1,8 @@ Name: cryptsetup Version: 2.3.3 -Release: 6 +Release: 7 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.3/cryptsetup-%{version}.tar.xz @@ -114,6 +114,9 @@ make check %{_mandir}/man8/* %changelog +* Mon Oct 17 2022 wuguanghao - 2.3.3-7 +- add CC0-1.0 license + * Mon Jan 24 2022 yanglongakang - 2.3.3-6 - Fix CVE-2021-4122 -- Gitee