Add proper license to raylib-parser

This commit is contained in:
Ray 2021-11-02 12:03:42 +01:00
parent 9e17134949
commit 86d3e68d55
2 changed files with 17 additions and 3 deletions

View file

@ -59,7 +59,5 @@ This parser **does not require `<string.h>` library**, all data is parsed direct
### LICENSE: zlib/libpng
raylib-parser is licensed under an unmodified zlib/libpng license, which is an OSI-certified,
BSD-like license that allows static linking with closed source software:
raylib-parser is licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details.
Copyright (c) 2021 Ramon Santamaria (@raysan5)