From 8f1a05be760acb31ca6e17b2088c08c6d3529204 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 22 Mar 2022 23:13:06 +0100 Subject: [PATCH] Clarify that license is "GPL-2-or-later" --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 505f159c..f5947e1b 100644 --- a/README.md +++ b/README.md @@ -254,3 +254,6 @@ makes sense to make the static packages independent with their own headers and configuration files to avoid problems due to mismatching versions. Besides, some projects (such as Qt) do not support installing shared and static libraries within the same prefix at the same time because the config files would clash. + +## License +All code is licensed under [GPL-2-or-later](LICENSE).