This package was intially debianized by Wolfgang Baer <WBaer@gmx.de> on
Fri,  4 Feb 2005 09:55:31 +0100. It has since been repackaged by Sylvestre Ledru
<sylvestre.ledru@inria.fr> on Fri, 07 Dec 2007 23:17:49 +0100.

It was downloaded from <https://jogl.dev.java.net/>

Copyright:

Copyright (c) 2003 Sun Microsystems, Inc.

Upstream Authors: Kenneth Bradley Russell
                  Christopher John Kline
		  and others

License:

This package is licensed under the terms of the Berkeley Software Distribution
(BSD) License.

/*
 *
 * 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.
 * 
 * You acknowledge that this software is not designed or intended for use
 * in the design, construction, operation or maintenance of any nuclear
 * facility.
 */

Some code is under the SGI Free Software License B which is not free.
/*
** Portions Copyright (C) 2003-2006 Sun Microsystems, Inc.
** All rights reserved.
** License Applicability. Except to the extent portions of this file are
** made subject to an alternative license as permitted in the SGI Free
** Software License B, Version 1.1 (the "License"), the contents of this
** file are subject only to the provisions of the License. You may not use
** this file except in compliance with the License. You may obtain a copy
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
**
** http://oss.sgi.com/projects/FreeB
**
** Note that, as provided in the License, the Software is distributed on an
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
**
** NOTE:  The Original Code (as defined below) has been licensed to Sun
** Microsystems, Inc. ("Sun") under the SGI Free Software License B
** (Version 1.1), shown above ("SGI License").   Pursuant to Section
** 3.2(3) of the SGI License, Sun is distributing the Covered Code to
** you under an alternative license ("Alternative License").  This
** Alternative License includes all of the provisions of the SGI License
** except that Section 2.2 and 11 are omitted.  Any differences between
** the Alternative License and the SGI License are offered solely by Sun
** and not by SGI.
**
** Original Code. The Original Code is: OpenGL Sample Implementation,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
** Copyright in any portions created by third parties is as indicated
** elsewhere herein. All Rights Reserved.
**
** Additional Notice Provisions: The application programming interfaces
** established by SGI in conjunction with the Original Code are The
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/

The files which are under this license are :
make/stub_includes/opengl/GL/glext.h
make/stub_includes/opengl/GL/glu.h
make/stub_includes/opengl/GL/glxext.h
make/stub_includes/opengl/GL/wglext.h
src/classes/com/sun/opengl/impl/error/Error.java
src/classes/com/sun/opengl/impl/glue/Glue.java
src/classes/com/sun/opengl/impl/GLUquadricImpl.java
src/classes/com/sun/opengl/impl/mipmap/BuildMipmap.java
src/classes/com/sun/opengl/impl/mipmap/Extract1010102.java
src/classes/com/sun/opengl/impl/mipmap/Extract1555rev.java
src/classes/com/sun/opengl/impl/mipmap/Extract2101010rev.java
src/classes/com/sun/opengl/impl/mipmap/Extract233rev.java
src/classes/com/sun/opengl/impl/mipmap/Extract332.java
src/classes/com/sun/opengl/impl/mipmap/Extract4444.java
src/classes/com/sun/opengl/impl/mipmap/Extract4444rev.java
src/classes/com/sun/opengl/impl/mipmap/Extract5551.java
src/classes/com/sun/opengl/impl/mipmap/Extract565.java
src/classes/com/sun/opengl/impl/mipmap/Extract565rev.java
src/classes/com/sun/opengl/impl/mipmap/Extract8888.java
src/classes/com/sun/opengl/impl/mipmap/Extract8888rev.java
src/classes/com/sun/opengl/impl/mipmap/ExtractFloat.java
src/classes/com/sun/opengl/impl/mipmap/Extract.java
src/classes/com/sun/opengl/impl/mipmap/ExtractPrimitive.java
src/classes/com/sun/opengl/impl/mipmap/ExtractSByte.java
src/classes/com/sun/opengl/impl/mipmap/ExtractSInt.java
src/classes/com/sun/opengl/impl/mipmap/ExtractSShort.java
src/classes/com/sun/opengl/impl/mipmap/ExtractUByte.java
src/classes/com/sun/opengl/impl/mipmap/ExtractUInt.java
src/classes/com/sun/opengl/impl/mipmap/ExtractUShort.java
src/classes/com/sun/opengl/impl/mipmap/HalveImage.java
src/classes/com/sun/opengl/impl/mipmap/Image.java
src/classes/com/sun/opengl/impl/mipmap/Mipmap.java
src/classes/com/sun/opengl/impl/mipmap/PixelStorageModes.java
src/classes/com/sun/opengl/impl/mipmap/ScaleInternal.java
src/classes/com/sun/opengl/impl/mipmap/Type_Widget.java
src/classes/com/sun/opengl/impl/nurbs/internals/Arc.java
src/classes/com/sun/opengl/impl/nurbs/internals/ArcTesselator.java
src/classes/com/sun/opengl/impl/nurbs/internals/Backend.java
src/classes/com/sun/opengl/impl/nurbs/internals/BasicCurveEvaluator.java
src/classes/com/sun/opengl/impl/nurbs/internals/BasicSurfaceEvaluator.java
src/classes/com/sun/opengl/impl/nurbs/internals/BezierArc.java
src/classes/com/sun/opengl/impl/nurbs/internals/Bin.java
src/classes/com/sun/opengl/impl/nurbs/internals/CachingEvaluator.java
src/classes/com/sun/opengl/impl/nurbs/internals/Defines.java
src/classes/com/sun/opengl/impl/nurbs/internals/NurbsConsts.java
src/classes/com/sun/opengl/impl/nurbs/internals/Subdivider.java
src/classes/com/sun/opengl/impl/Project.java
src/classes/com/sun/opengl/impl/registry/Registry.java
src/classes/com/sun/opengl/impl/tessellator/ActiveRegion.java
src/classes/com/sun/opengl/impl/tessellator/CachedVertex.java
src/classes/com/sun/opengl/impl/tessellator/Dict.java
src/classes/com/sun/opengl/impl/tessellator/DictNode.java
src/classes/com/sun/opengl/impl/tessellator/Geom.java
src/classes/com/sun/opengl/impl/tessellator/GLUface.java
src/classes/com/sun/opengl/impl/tessellator/GLUhalfEdge.java
src/classes/com/sun/opengl/impl/tessellator/GLUmesh.java
src/classes/com/sun/opengl/impl/tessellator/GLUtessellatorImpl.java
src/classes/com/sun/opengl/impl/tessellator/GLUvertex.java
src/classes/com/sun/opengl/impl/tessellator/Mesh.java
src/classes/com/sun/opengl/impl/tessellator/Normal.java
src/classes/com/sun/opengl/impl/tessellator/PriorityQHeap.java
src/classes/com/sun/opengl/impl/tessellator/PriorityQ.java
src/classes/com/sun/opengl/impl/tessellator/PriorityQSort.java
src/classes/com/sun/opengl/impl/tessellator/Render.java
src/classes/com/sun/opengl/impl/tessellator/Sweep.java
src/classes/com/sun/opengl/impl/tessellator/TessMono.java
src/classes/com/sun/opengl/impl/tessellator/TessState.java
src/classes/javax/media/opengl/glu/GLUtessellatorCallbackAdapter.java
src/classes/javax/media/opengl/glu/GLUtessellatorCallback.java
src/classes/javax/media/opengl/glu/GLUtessellator.java

They have been translated to Java from the lib mesa (see : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368560).

