From 5e42d52a18e4f4a9916cfc83016215e3473653b3 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 15 Mar 2022 21:44:47 +0100 Subject: [PATCH] Clarify that license is "GPL-2-or-later" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0c6a11..51f7f50 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,5 @@ The application depends on the c++utilities library. It is built in the same way The following Qt modules are required (version 5.6 or higher): core dbus - +## License +All code is licensed under [GPL-2-or-later](LICENSE).