]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
COPYING: Clarify licensing of files without SPDX
authorStéphane Graber <stgraber@stgraber.org>
Wed, 3 Apr 2024 00:29:39 +0000 (20:29 -0400)
committerStéphane Graber <stgraber@stgraber.org>
Wed, 3 Apr 2024 00:29:39 +0000 (20:29 -0400)
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
COPYING

diff --git a/COPYING b/COPYING
index 9a63678c57595d2370896151e4df7033baa9dfc7..6d11906359d23dae6496f70ad516f582253ed2bc 100644 (file)
--- 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+.