diff options
author | Sven Gothel <[email protected]> | 2011-04-01 07:06:55 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-04-01 07:06:55 +0200 |
commit | cd8caf797faf6b08e18f85afa5a4b6cce8bc7692 (patch) | |
tree | 8ec081348a87add6323f7c8054a798354c13ed9e /LICENSE.txt | |
parent | 7ff7e5dd2c4f863fd6fca4f79ab544275fdd424e (diff) |
Folded turtle2d into jogl folders
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 9631a9450..986afd358 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -204,3 +204,73 @@ A.1) The JOGL source tree also contains header files from Khronos, MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +A.2) The JOGL source tree contains code from The Apache Software Foundation + which is covered by the Apache License Version 2.0 + +Apache Harmony - Open Source Java SE +===================================== + +<http://harmony.apache.org/> + +Author: The Apache Software Foundation (http://www.apache.org/). + +Copyright 2006, 2010 The Apache Software Foundation. + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +Files: + src/jogamp/graph/geom/plane/AffineTransform.java + src/jogamp/graph/geom/plane/IllegalPathStateException.java + src/jogamp/graph/geom/plane/NoninvertibleTransformException.java + src/jogamp/graph/geom/plane/PathIterator.java + src/jogamp/graph/geom/plane/Path2D.java + src/jogamp/graph/math/plane/Crossing.java + src/org/apache/harmony/misc/HashCode.java + + +A.3) The JOGL source tree contains code from David Schweinsberg + which is covered by the Apache License Version 2.0 + +Typecast +======== + +Typecast is a font development environment for OpenType font technology. + +<http://typecast.dev.java.net/> + +Author: David Schweinsberg + +Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved. + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +Files: + src/net/java/dev/typecast/** + +A.4) The JOGL source tree contains fonts from Ubuntu + which is covered by the UBUNTU FONT LICENCE Version 1.0 + +Ubunut Font Family +================== + +The Ubuntu Font Family are libre fonts funded by Canonical Ltd on behalf of the Ubuntu project. + +<http://font.ubuntu.com/> + +Copyright 2010 Canonical Ltd. +Licensed under the Ubuntu Font Licence 1.0 + +Author: Canonical Ltd., Dalton Maag + +UBUNTU FONT LICENCE +Version 1.0 +http://font.ubuntu.com/ufl/ubuntu-font-licence-1.0.txt + +Files: + src/jogamp/graph/font/fonts/ubuntu/ + + |