diff options
-rwxr-xr-x | CHANGELOG.txt | 4 | ||||
-rwxr-xr-x | COPYRIGHT.txt | 27 | ||||
-rwxr-xr-x | README.txt | 23 |
3 files changed, 46 insertions, 8 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1455bec55..c976f68db 100755 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +Changes between JOGL 1.1.1 and today: + + - Please refere to the repository log file + Changes between JOGL 1.1.0 and 1.1.1: - Fixed a bug in the checking of incoming buffers' sizes to diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 11a24e3d7..a9a684e59 100755 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -3,6 +3,33 @@ Copyright 2003-2009 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + - Redistribution of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + - Redistribution in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + - Neither the name of Sun Microsystems, Inc. or the names of + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +This software is provided "AS IS," without a warranty of any kind. ALL +EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, +INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN +MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR +ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR +DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR +ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR +DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE +DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, +ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF +SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + U.S. Government Rights - Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of diff --git a/README.txt b/README.txt index af17d6c20..924f6e438 100755 --- a/README.txt +++ b/README.txt @@ -1,16 +1,20 @@ Organization of the JOGL source tree ------------------------------------ -doc/ Build and user documentation -make/ Ant build scripts - Configuration files for glue code generation - Header files for glue code generation - See top of build.xml for brief invocation instructions -src/ Java and native source code for JOGL - (Currently also contains source code for GlueGen tool; in - process of being split into its own project) +doc/ Build and user documentation +make/ Ant build scripts, + see top of build.xml for brief invocation instructions +make/config Configuration files for glue code generation +make/stub_includes Header files for glue code generation +src/ Java and native source code for: +src/jogl - JOGL +src/nativewindow - NativeWindow Interface +src/newt - NEWT + www/ Web pages and older Java Web Start binaries for JOGL +NativeWindow and NEWT may be build seperately. + Acknowledgments --------------- @@ -55,6 +59,9 @@ team to enable interoperability between Sun's OpenGL pipeline for Java2D and JOGL in Java SE 6, and also co-authored the TextureIO subsystem. +Sven Gothel refactored the windowing subsystem layer to be generic, +introduced the support for multiple GL profiles, realized NEWT and more.. + The following individuals made significant contributions to various areas of the project: |