~mcfletch/pyopengl-demo/trunk

1 by Mike C. Fletcher
Initial import from the PyOpenGL CVS repository
1
Individual Demos/samples are (c) as declared in their source-code.
2
3
Code from the PyOpenGL 2.x series licensed under version 3 of the 
4
PyOpenGL License (BSD-style):
5
6
	PyOpenGL License (v3)
7
8
	PyOpenGL is based on PyOpenGL 1.5.5, Copyright © 1997-1998 by
9
	James Hugunin, Cambridge MA, USA, Thomas Schwaller, Munich, Germany
10
	and David Ascher, San Francisco CA, USA.
11
12
	Contributors to the PyOpenGL project in addition to those listed 
13
	above include:
14
		* David Konerding
15
		* Soren Renner
16
		* Rene Liebscher
17
		* Randall Hopper
18
		* Michael Fletcher
19
		* Thomas Malik
20
		* Thomas Hamelryck
21
		* Jack Jansen
22
		* Michel Sanner
23
		* Tarn Weisner Burton
24
		* Andrew Cox
25
		* Rene Dudfield
26
27
	PyOpenGL is Copyright (c) 1997-1998, 2000-2006 by the contributors.
28
29
	All rights reserved.
30
31
	Redistribution and use in source and binary forms, with or without
32
	modification, are permitted provided that the following conditions are
33
	met:
34
	
35
	* Redistributions of source code must retain the above copyright
36
		notice, this list of conditions and the following disclaimer.
37
	* Redistributions in binary form must reproduce the above copyright
38
		notice, this list of conditions and the following disclaimer in
39
		the documentation and/or other materials provided with the
40
		distribution.
41
	* The names of the contributors may not be used to endorse or
42
		promote products derived from this software without specific prior
43
		written permission.
44
	
45
	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
46
	"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
47
	LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
48
	A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
49
	HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
50
	INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
51
	BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
52
	OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
53
	ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
54
	TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
55
	USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
56
	DAMAGE.