From 6e57980c2b2daf49ae6ffca45281d6dde9832be5 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 5 Apr 2022 20:10:18 +0200 Subject: [PATCH] Add copyright notice --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ae8278..67a525d 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,7 @@ 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 +## Copyright notice and license +Copyright © 2015-2022 Marius Kittler + All code is licensed under [GPL-2-or-later](LICENSE).