diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-09-07 16:16:41 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-09-07 16:16:41 +0000 |
commit | 224e3a4adfee740feda3d43b1dd1678598539af6 (patch) | |
tree | 7d9b484d6d2a273577d455d1fafd24660c70be25 /licenses | |
parent | New release: 2.12.0. Removing old ebuilds. (diff) | |
download | gentoo-2-224e3a4adfee740feda3d43b1dd1678598539af6.tar.gz gentoo-2-224e3a4adfee740feda3d43b1dd1678598539af6.tar.bz2 gentoo-2-224e3a4adfee740feda3d43b1dd1678598539af6.zip |
Add glut license.
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/glut | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/licenses/glut b/licenses/glut new file mode 100644 index 000000000000..ea22469c7878 --- /dev/null +++ b/licenses/glut @@ -0,0 +1,16 @@ +NOTICE: The OpenGL Utility Toolkit (GLUT) distribution contains source +code published in a book titled "Programming OpenGL for the X Window +System" (ISBN: 0-201-48359-9) published by Addison-Wesley. The +programs and associated files contained in the distribution were +developed by Mark J. Kilgard and are Copyright 1994, 1995, 1996, 1997, 1998 +by Mark J. Kilgard (unless otherwise noted). The programs are not in the +public domain, but they are freely distributable without licensing +fees. These programs are provided without guarantee or warrantee +expressed or implied. + +I acknowledge the assistance provided by William Mitchell in developing +GLUT's "fbc" interface for use by the f90gl Fortran 90 binding. + +- Mark Kilgard + August 28, 1998 + |