diff options
Diffstat (limited to 'xc/include/GL/glx.h')
-rw-r--r-- | xc/include/GL/glx.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xc/include/GL/glx.h b/xc/include/GL/glx.h index ac7284edc..12ac361ed 100644 --- a/xc/include/GL/glx.h +++ b/xc/include/GL/glx.h @@ -1,11 +1,10 @@ #ifndef __GLX_glx_h__ #define __GLX_glx_h__ -/* $XFree86: xc/include/GL/glx.h,v 1.7 2000/06/30 18:27:00 dawes Exp $ */ /* ** 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.0 (the "License"), the contents of this +** 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 @@ -34,6 +33,9 @@ ** 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. +** +** $Date: 2001/01/08 16:21:35 $ $Revision: 1.10 $ +** $Header: /home/ajax/dri-backup/xc/xc/include/GL/glx.h,v 1.10 2001/01/08 16:21:35 nathanh Exp $ */ #include <X11/Xlib.h> |