pycriu: set licence to LGPLv2.1

We use LGPL-v2.1 license for the libcriu and pycriu as they are
intended to be usable by both proprietary and open-source applications.

Signed-off-by: Andrii Herheliuk <andrii@herheliuk.com>
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Andrii Herheliuk 2025-10-18 06:39:17 +01:00 committed by Andrei Vagin
parent 697c31abe4
commit a5ae3c184b
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ description = "Python bindings for CRIU"
authors = [
{name = "CRIU team", email = "criu@lists.linux.dev"},
]
license = {text = "GPLv2"}
license = {text = "LGPLv2.1"}
dynamic = ["version"]
requires-python = ">=3.6"

View file

@ -8,7 +8,7 @@ name = pycriu
description = Python bindings for CRIU
author = CRIU team
author_email = criu@lists.linux.dev
license = GPLv2
license = LGPLv2.1
version = attr: pycriu.__version__
[options]