diff options
author | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-01-23 23:09:10 -0600 |
---|---|---|
committer | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-01-23 23:09:10 -0600 |
commit | ac62118e2a032ed1c61161084da6ad2b6f9fb81b (patch) | |
tree | d3a708ff21765aad652bf675773a59267ed366d0 /licenses/glut | |
parent | 6a6063d47d5fec867e12c23aa636bbbab8e45865 (diff) | |
download | packages-ac62118e2a032ed1c61161084da6ad2b6f9fb81b.tar.gz packages-ac62118e2a032ed1c61161084da6ad2b6f9fb81b.tar.bz2 packages-ac62118e2a032ed1c61161084da6ad2b6f9fb81b.tar.xz packages-ac62118e2a032ed1c61161084da6ad2b6f9fb81b.zip |
Add licenses, too
Diffstat (limited to 'licenses/glut')
-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 000000000..ea22469c7 --- /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 + |