From df787f3105ce182a84ad6177fa192a774c135c2e Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 5 Apr 2022 20:23:32 +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 6854a62..3a281f7 100644 --- a/README.md +++ b/README.md @@ -534,5 +534,7 @@ Add eg. `-j$(nproc)` to `make` arguments for using all cores. These packages shows the required dependencies and commands to build in a plain way. So they might be useful for making Reflective RapidJSON available under other platforms, too. -## License +## Copyright notice and license +Copyright © 2017-2022 Marius Kittler + All code is licensed under [GPL-2-or-later](LICENSE).