From 7db4e0bc563a8442d7dbac1121181162e099b906 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 15 Mar 2022 21:48:21 +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 57e39f4..46b3386 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,6 @@ The video downloader depends on c++utilities and qtutilities and is built in the way as these libraries. The following Qt modules are required: core gui widgets network + +## License +All code is licensed under [GPL-2-or-later](LICENSE).