summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-01-14 19:51:19 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-01-14 19:51:19 +0000
commitae7666385d6bb2885fce2590d4f07c6caa8b3260 (patch)
treeed8b3033e39229942f445368815f50424150044e /src/mesa/main/get.c
parente6089db8c082da62f85a3510e6bd06f5d8f0405e (diff)
downloadexternal_mesa3d-ae7666385d6bb2885fce2590d4f07c6caa8b3260.zip
external_mesa3d-ae7666385d6bb2885fce2590d4f07c6caa8b3260.tar.gz
external_mesa3d-ae7666385d6bb2885fce2590d4f07c6caa8b3260.tar.bz2
added blurb about NVIDIA extensions
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r--src/mesa/main/get.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
index cec9892..287eae7 100644
--- a/src/mesa/main/get.c
+++ b/src/mesa/main/get.c
@@ -27,6 +27,14 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+/*
+ * Regarding GL_NV_light_max_exponent:
+ *
+ * Portions of this software may use or implement intellectual
+ * property owned and licensed by NVIDIA Corporation. NVIDIA disclaims
+ * any and all warranties with respect to such intellectual property,
+ * including any use thereof or modifications thereto.
+ */
#include "glheader.h"
#include "colormac.h"