PANDORA: Make GLES context compatible with latest driver (FB only, no X11)
[mupen64plus-pandora.git] / source / gles2n64 / src / COPYING
CommitLineData
34cf4058 1This directory contains the source code of gles2n64 ported to Android
2by yongzh (freeman.yong@gmail.com). The original source code is available at:
3
4http://code.google.com/p/gles2n64/
5
6
7
8 GNU LESSER GENERAL PUBLIC LICENSE
9 Version 3, 29 June 2007
10
11 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
12 Everyone is permitted to copy and distribute verbatim copies
13 of this license document, but changing it is not allowed.
14
15
16 This version of the GNU Lesser General Public License incorporates
17the terms and conditions of version 3 of the GNU General Public
18License, supplemented by the additional permissions listed below.
19
20 0. Additional Definitions.
21
22 As used herein, "this License" refers to version 3 of the GNU Lesser
23General Public License, and the "GNU GPL" refers to version 3 of the GNU
24General Public License.
25
26 "The Library" refers to a covered work governed by this License,
27other than an Application or a Combined Work as defined below.
28
29 An "Application" is any work that makes use of an interface provided
30by the Library, but which is not otherwise based on the Library.
31Defining a subclass of a class defined by the Library is deemed a mode
32of using an interface provided by the Library.
33
34 A "Combined Work" is a work produced by combining or linking an
35Application with the Library. The particular version of the Library
36with which the Combined Work was made is also called the "Linked
37Version".
38
39 The "Minimal Corresponding Source" for a Combined Work means the
40Corresponding Source for the Combined Work, excluding any source code
41for portions of the Combined Work that, considered in isolation, are
42based on the Application, and not on the Linked Version.
43
44 The "Corresponding Application Code" for a Combined Work means the
45object code and/or source code for the Application, including any data
46and utility programs needed for reproducing the Combined Work from the
47Application, but excluding the System Libraries of the Combined Work.
48
49 1. Exception to Section 3 of the GNU GPL.
50
51 You may convey a covered work under sections 3 and 4 of this License
52without being bound by section 3 of the GNU GPL.
53
54 2. Conveying Modified Versions.
55
56 If you modify a copy of the Library, and, in your modifications, a
57facility refers to a function or data to be supplied by an Application
58that uses the facility (other than as an argument passed when the
59facility is invoked), then you may convey a copy of the modified
60version:
61
62 a) under this License, provided that you make a good faith effort to
63 ensure that, in the event an Application does not supply the
64 function or data, the facility still operates, and performs
65 whatever part of its purpose remains meaningful, or
66
67 b) under the GNU GPL, with none of the additional permissions of
68 this License applicable to that copy.
69
70 3. Object Code Incorporating Material from Library Header Files.
71
72 The object code form of an Application may incorporate material from
73a header file that is part of the Library. You may convey such object
74code under terms of your choice, provided that, if the incorporated
75material is not limited to numerical parameters, data structure
76layouts and accessors, or small macros, inline functions and templates
77(ten or fewer lines in length), you do both of the following:
78
79 a) Give prominent notice with each copy of the object code that the
80 Library is used in it and that the Library and its use are
81 covered by this License.
82
83 b) Accompany the object code with a copy of the GNU GPL and this license
84 document.
85
86 4. Combined Works.
87
88 You may convey a Combined Work under terms of your choice that,
89taken together, effectively do not restrict modification of the
90portions of the Library contained in the Combined Work and reverse
91engineering for debugging such modifications, if you also do each of
92the following:
93
94 a) Give prominent notice with each copy of the Combined Work that
95 the Library is used in it and that the Library and its use are
96 covered by this License.
97
98 b) Accompany the Combined Work with a copy of the GNU GPL and this license
99 document.
100
101 c) For a Combined Work that displays copyright notices during
102 execution, include the copyright notice for the Library among
103 these notices, as well as a reference directing the user to the
104 copies of the GNU GPL and this license document.
105
106 d) Do one of the following:
107
108 0) Convey the Minimal Corresponding Source under the terms of this
109 License, and the Corresponding Application Code in a form
110 suitable for, and under terms that permit, the user to
111 recombine or relink the Application with a modified version of
112 the Linked Version to produce a modified Combined Work, in the
113 manner specified by section 6 of the GNU GPL for conveying
114 Corresponding Source.
115
116 1) Use a suitable shared library mechanism for linking with the
117 Library. A suitable mechanism is one that (a) uses at run time
118 a copy of the Library already present on the user's computer
119 system, and (b) will operate properly with a modified version
120 of the Library that is interface-compatible with the Linked
121 Version.
122
123 e) Provide Installation Information, but only if you would otherwise
124 be required to provide such information under section 6 of the
125 GNU GPL, and only to the extent that such information is
126 necessary to install and execute a modified version of the
127 Combined Work produced by recombining or relinking the
128 Application with a modified version of the Linked Version. (If
129 you use option 4d0, the Installation Information must accompany
130 the Minimal Corresponding Source and Corresponding Application
131 Code. If you use option 4d1, you must provide the Installation
132 Information in the manner specified by section 6 of the GNU GPL
133 for conveying Corresponding Source.)
134
135 5. Combined Libraries.
136
137 You may place library facilities that are a work based on the
138Library side by side in a single library together with other library
139facilities that are not Applications and are not covered by this
140License, and convey such a combined library under terms of your
141choice, if you do both of the following:
142
143 a) Accompany the combined library with a copy of the same work based
144 on the Library, uncombined with any other library facilities,
145 conveyed under the terms of this License.
146
147 b) Give prominent notice with the combined library that part of it
148 is a work based on the Library, and explaining where to find the
149 accompanying uncombined form of the same work.
150
151 6. Revised Versions of the GNU Lesser General Public License.
152
153 The Free Software Foundation may publish revised and/or new versions
154of the GNU Lesser General Public License from time to time. Such new
155versions will be similar in spirit to the present version, but may
156differ in detail to address new problems or concerns.
157
158 Each version is given a distinguishing version number. If the
159Library as you received it specifies that a certain numbered version
160of the GNU Lesser General Public License "or any later version"
161applies to it, you have the option of following the terms and
162conditions either of that published version or of any later version
163published by the Free Software Foundation. If the Library as you
164received it does not specify a version number of the GNU Lesser
165General Public License, you may choose any version of the GNU Lesser
166General Public License ever published by the Free Software Foundation.
167
168 If the Library as you received it specifies that a proxy can decide
169whether future versions of the GNU Lesser General Public License shall
170apply, that proxy's public statement of acceptance of any version is
171permanent authorization for you to choose that version for the
172Library.