diff options
author | Sven Gothel <[email protected]> | 2012-04-07 15:28:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-07 15:28:37 +0200 |
commit | 40830196070013432bc5f453eb31cfe4c64e0510 (patch) | |
tree | ca31a1e1e27adf9996963176c4f92b84e25623e9 /LICENSE.txt | |
parent | 865c0588de57c9a020a435bc3f08be0f3f6ba162 (diff) |
Merge PNGJ 0.85 into namespace
PNGJ Version 0.85 (1 April 2012)
Apache 2.0 License
http://code.google.com/p/pngj/
Merged code:
- Changed namespace ar.com.hjg.pngj -> jogamp.opengl.util.pngj
to avoid collision when using a different version of PNGJ.
- Removed test and lossy packages and helper classes
to reduce footprint.
License information is added in main LICENSE.txt file.
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 695e1dd03..3550ab282 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -271,7 +271,7 @@ A.3) The JOGL source tree contains code from David Schweinsberg A.4) The JOGL source tree contains fonts from Ubuntu which is covered by the UBUNTU FONT LICENCE Version 1.0 - Ubunut Font Family + Ubuntu Font Family ================== The Ubuntu Font Family are libre fonts funded by Canonical Ltd on behalf of the Ubuntu project. @@ -336,3 +336,28 @@ A.5) The JOGL source tree also contains header files from NVIDIA, NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +A.6) The JOGL source tree contains code from Hernan J. Gonzalez and Shawn Hartsock + which is covered by the Apache License Version 2.0 + + PNGJ + ==== + + PNGJ: Java library for reading and writing PNG images. + + Version 0.85 (1 April 2012) + + <http://code.google.com/p/pngj/> + + Author: Hernan J. Gonzalez and Shawn Hartsock + + Copyright (C) 2004 The Apache Software Foundation. All rights reserved. + + Apache Licenses + http://www.apache.org/licenses/ + + Apache License Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + Or within this repository: doc/licenses/Apache.LICENSE-2.0 + src/jogl/classes/jogamp/opengl/util/pngj/** + + |