diff options
author | Sven Gothel <[email protected]> | 2000-11-18 06:43:49 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2000-11-18 06:43:49 +0000 |
commit | 880653d31a8f1ff8384fdbc75b84934bceecfdb8 (patch) | |
tree | bdafb71416f176d2a4b73bf716c9dc3f13685a8b /LICENSE.txt |
Initial revision
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..66fa3cb --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,35 @@ +\begin{verbatim} + +GL4Java - A OpenGL language mapping to Java + +Copyright (C) 1999 Sven Goethel + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Library General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public +License along with this library; if not, write to the +Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. + +You can also check the GNU Library General Public License +in the internet at http://www.gnu.org/copyleft/lgpl.html ! + +If you like to contact the author use: + +Sven Goethel, Elpke 5, 33605 Bielefeld, Germany +email: [email protected] +web : http://www.jausoft.com +voice: +49-521-2399440 +fax : +49-521-2399442 + +Sven Goethel, 15 January 1999 + +\end{verbatim} |