From 6730a476cfefe6d711d0cbcf8bf448377202a3f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 1 Oct 2014 20:23:36 +0200 Subject: [PATCH] Updated CREDITS.md. --- CREDITS.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index 8697d8ae2..a08c225fd 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,9 +1,15 @@ Third-party components ---------------------- -* **flextGL** extension loader generator -- https://github.com/ginkgo/flextGL, - Copyright © 2011 Thomas Weber, licensed under - [MIT license](https://raw.githubusercontent.com/ginkgo/flextGL/master/COPYING) +Not mentioning OpenGL API and platform-specific toolkits. + +* Magnum internally uses code generated using **flextGL** extension loader + generator -- https://github.com/ginkgo/flextGL. Copyright © 2011 Thomas + Weber, licensed under [MIT license](https://raw.githubusercontent.com/ginkgo/flextGL/master/COPYING) +* The `Platform::GlutApplication` class uses **freeGLUT** library -- + http://freeglut.sourceforge.net/, licensed under MIT license. +* The `Platform::Sdl2Application` class uses **SDL2** library -- + https://www.libsdl.org/, licensed under [ZLIB license](http://www.gzip.org/zlib/zlib_license.html) Contributors to Magnum library ------------------------------