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 /make/lib/pngj/jogl-merge.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 'make/lib/pngj/jogl-merge.txt')
-rw-r--r-- | make/lib/pngj/jogl-merge.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/make/lib/pngj/jogl-merge.txt b/make/lib/pngj/jogl-merge.txt new file mode 100644 index 000000000..4ab93edbf --- /dev/null +++ b/make/lib/pngj/jogl-merge.txt @@ -0,0 +1,13 @@ +PNGJ Version 0.85 (1 April 2012) + +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. + |