mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
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:
parent
697c31abe4
commit
a5ae3c184b
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue