From 7cf5972d2793e0a745c9f931efbd92b7d22c1eb9 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 15 Mar 2022 21:41:30 +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 976edb3..97655be 100644 --- a/README.md +++ b/README.md @@ -245,3 +245,6 @@ To build without GUI, add the following parameters to the CMake call: ``` -DWIDGETS_GUI=OFF -DQUICK_GUI=OFF ``` + +## License +All code is licensed under [GPL-2-or-later](LICENSE).