From 58a50ba141208d6b558c33bbda22c29aa515fbcf Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 12 Aug 2025 15:48:52 +0200 Subject: further weaken license to LGPL2+ Also use a valid spdx identifier. --- examples/unschroot_proc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/unschroot_proc.py') diff --git a/examples/unschroot_proc.py b/examples/unschroot_proc.py index f5a444f..771d0d8 100755 --- a/examples/unschroot_proc.py +++ b/examples/unschroot_proc.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # Copyright 2025 Helmut Grohne -# SPDX-License-Identifier: GPL-2+ +# SPDX-License-Identifier: LGPL-2.0-or-later """Emulate schroot using namespaces and a background session process sufficiently well that sbuild can deal with it but not any better. For using -- cgit v1.2.3