From 090884b25747db067c2fb0608859a4b551ad9b22 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Sun, 31 Jan 2016 14:26:28 +1000 Subject: [PATCH] Migrating some web content to README.md --- README.md | 26 ++++++++++++++++++++++++++ auto/src/header.html | 6 ++++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5878e78..922543c 100644 --- a/README.md +++ b/README.md @@ -115,3 +115,29 @@ https://sourceforge.net/projects/glew/files/glew/snapshots/ Travis-built snapshots are also available: https://glew.s3.amazonaws.com/index.html + +## Authors + +GLEW is currently maintained by [Nigel Stewart](https://github.com/nigels-com) +with bug fixes, new OpenGL extension support and new releases. + +GLEW was developed by [Milan Ikits](http://www.cs.utah.edu/~ikits/) +and [Marcelo Magallon](http://wwwvis.informatik.uni-stuttgart.de/~magallon/). +Aaron Lefohn, Joe Kniss, and Chris Wyman were the first users and also +assisted with the design and debugging process. + +The acronym GLEW originates from Aaron Lefohn. +Pasi Kärkkäinen identified and fixed several problems with +GLX and SDL. Nate Robins created the `wglinfo` utility, to +which modifications were made by Michael Wimmer. + +## Copyright and Licensing + +GLEW is originally derived from the EXTGL project by Lev Povalahev. +The source code is licensed under the +[Modified BSD License](http://glew.sourceforge.net/glew.txt), the +[Mesa 3-D License](http://glew.sourceforge.net/mesa.txt) (MIT) and the +[Khronos License](http://glew.sourceforge.net/khronos.txt) (MIT). + +The automatic code generation scripts are released under the +[GNU GPL](http://glew.sourceforge.net/gpl.txt). diff --git a/auto/src/header.html b/auto/src/header.html index 6796d13..b8b1e5b 100644 --- a/auto/src/header.html +++ b/auto/src/header.html @@ -61,8 +61,10 @@ THE POSSIBILITY OF SUCH DAMAGE. Change Log GitHub -Project Page -Bug Tracker +Issues +Pull Requests + +SourceForge Page