From 1db50ce44bf5a69cc9d1ac54bef19c5e424fe057 Mon Sep 17 00:00:00 2001 From: jtsiomb Date: Thu, 12 Mar 2015 19:32:49 +0000 Subject: [PATCH] minor fix on index.php git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1755 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/web-src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeglut/web-src/index.php b/freeglut/web-src/index.php index b26253c..c081bc6 100644 --- a/freeglut/web-src/index.php +++ b/freeglut/web-src/index.php @@ -33,7 +33,7 @@ events, to allow for trully portable OpenGL programs.

The original GLUT library seems to have been abandoned with the most recent version (3.7) dating back to August 1998. Its license does not allow anyone to -distribute modified library code. Which is really unfortunate, since GLUT is +distribute modified library code. This is really unfortunate, since GLUT is getting old and really needs improvement. Also, GLUT's license is incompatible with some software distributions (e.g., XFree86).