From cbac69cc2d8ad2b5cea7e4132da3e79afa2b9c21 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 15 Mar 2022 21:31:25 +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 197d77e..4ae8278 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,6 @@ c++utilities repository. The library also depends on the following Qt modules (version 5.6 or higher): core, gui, widgets Some header files also require further Qt modules. + +## License +All code is licensed under [GPL-2-or-later](LICENSE).