mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-24 14:55:07 +00:00
Migrating some web content to README.md
This commit is contained in:
parent
090884b257
commit
95338b7be8
@ -1,25 +1,2 @@
|
|||||||
<h2>Credits</h2>
|
<p><a href="https://github.com/nigels-com/glew#copyright-and-licensing">
|
||||||
|
Author, copyright and licensing information</a> on github.</p>
|
||||||
<p>
|
|
||||||
GLEW was developed by <a href="http://www.cs.utah.edu/~ikits/">Milan
|
|
||||||
Ikits</a> and <a
|
|
||||||
href="http://wwwvis.informatik.uni-stuttgart.de/~magallon/">Marcelo
|
|
||||||
Magallon</a>. They also perform occasional maintainance to make sure
|
|
||||||
that GLEW stays in mint condition. 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 <tt>wglinfo</tt> utility, to
|
|
||||||
which modifications were made by Michael Wimmer.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Copyright</h2>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
GLEW is originally derived from the EXTGL project by Lev Povalahev.
|
|
||||||
The source code is licensed under the <a href="glew.txt">Modified BSD
|
|
||||||
License</a>, the <a href="mesa.txt">Mesa 3-D License</a> (MIT
|
|
||||||
License), and the <a href="khronos.txt">Khronos License</a> (MIT
|
|
||||||
License). The automatic code generation scripts are released under
|
|
||||||
the <a href="gpl.txt">GNU GPL</a>.
|
|
||||||
</p>
|
|
||||||
|
@ -57,7 +57,8 @@ THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
<tr><td align="center"><a href="build.html">Building</a></td></tr>
|
<tr><td align="center"><a href="build.html">Building</a></td></tr>
|
||||||
<tr><td align="center"><a href="install.html">Installation</a></td></tr>
|
<tr><td align="center"><a href="install.html">Installation</a></td></tr>
|
||||||
<tr><td align="center"><a href="advanced.html">Source Generation</a></td></tr>
|
<tr><td align="center"><a href="advanced.html">Source Generation</a></td></tr>
|
||||||
<tr><td align="center"><a href="credits.html">Credits & Copyright</a></td></tr>
|
<tr><td align="center"><a href="https://github.com/nigels-com/glew#authors">Authors</a></td></tr>
|
||||||
|
<tr><td align="center"><a href="https://github.com/nigels-com/glew#copyright-and-licensing">Licensing</a></td></tr>
|
||||||
<tr><td align="center"><a href="log.html">Change Log</a></td></tr>
|
<tr><td align="center"><a href="log.html">Change Log</a></td></tr>
|
||||||
<tr></tr>
|
<tr></tr>
|
||||||
<tr><td align="center"><a href="https://github.com/nigels-com/glew">GitHub</a></td></tr>
|
<tr><td align="center"><a href="https://github.com/nigels-com/glew">GitHub</a></td></tr>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
The OpenGL Extension Wrangler Library
|
The OpenGL Extension Wrangler Library
|
||||||
|
Copyright (C) 2008-2016, Nigel Stewart <nigels[]users sourceforge net>
|
||||||
Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
|
Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
|
||||||
Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
|
Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
|
||||||
Copyright (C) 2002, Lev Povalahev
|
Copyright (C) 2002, Lev Povalahev
|
||||||
|
Loading…
Reference in New Issue
Block a user