diff options
author | Andreas Grois <andi@grois.info> | 2018-03-11 20:16:07 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2018-03-11 20:16:07 +0100 |
commit | bc666e3edcbd53f3bbe5446f0c4bc23e83c044a0 (patch) | |
tree | 03ea9d26797cf045b22ff16d85f93cf666eb70ae | |
parent | 65586cd259e5cd5c1f1cc1805845514e777e0179 (diff) |
minor
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,4 +10,4 @@ The maximum buffer size (and therefore the maximum resolution of the generated i I doubt that this program is even big enough to fall under any copyright, but if it does, let's just say it's under zlib/libpng license. -*NOTE*: This program includes a copy of glfw ( http://www.glfw.org/ ), which is under zlib/libpng license ( http://www.glfw.org/license.html ), and a copy of files generated using GLAD ( http://glad.dav1d.de ). It further links against libpng. None of these two are my work. +*NOTE*: This program includes a copy of glfw ( http://www.glfw.org/ ), which is under zlib/libpng license ( http://www.glfw.org/license.html ), and a copy of files generated using GLAD ( http://glad.dav1d.de ). It further links against libpng. None of these libraries are my work. |