From: Stéphane Graber Date: Wed, 3 Apr 2024 00:29:39 +0000 (-0400) Subject: COPYING: Clarify licensing of files without SPDX X-Git-Tag: v6.0.0~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4cd3741d5863f1993b580c62ad478c9aef08377;p=thirdparty%2Flxc.git COPYING: Clarify licensing of files without SPDX Signed-off-by: Stéphane Graber --- diff --git a/COPYING b/COPYING index 9a63678c5..6d1190635 100644 --- a/COPYING +++ b/COPYING @@ -1,2 +1,5 @@ -All files have SPDX headers that declare what license applies. The applicable -licenses are included in the code repository. +All source files have SPDX headers that declare what license applies. +The applicable licenses are included in the code repository. + +For other files such as examples, config files, ... they can be assumed +to be licensed the same way that the LXC library is, so under LGPLv2.1+.