From 2d2cf96eb9194209d47541686e29891191761ecd Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 15 Mar 2022 21:30:27 +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 08e1242..b73c5df 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,6 @@ It is also possible to build the library as part of your project. Simply add it via `add_subdirectory`. Checkout the [Syncthing Tray's project file](https://github.com/Martchus/syncthingtray/blob/master/CMakeLists.txt) for an example. + +## License +All code is licensed under [GPL-2-or-later](LICENSE).