summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2003-06-05 00:50:18 +0000
committerIan Romanick <idr@us.ibm.com>2003-06-05 00:50:18 +0000
commit9ac51f57efe07ed43a1e4224a7f5daddec401b36 (patch)
tree6f1cb55cbcee17cb3a3a77c9437e3e1fd7d24784 /progs
parentb9e1411660d80612ec9706c443eacb0f46caefad (diff)
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Diffstat (limited to 'progs')
-rw-r--r--progs/demos/Makefile.BeOS-R41
-rw-r--r--progs/demos/Makefile.cygnus1
-rw-r--r--progs/demos/Makefile.win3
-rw-r--r--progs/demos/bounce.c1
-rw-r--r--progs/demos/clearspd.c1
-rw-r--r--progs/demos/drawpix.c1
-rw-r--r--progs/demos/gamma.c1
-rw-r--r--progs/demos/gears.c1
-rw-r--r--progs/demos/geartrain.c1
-rw-r--r--progs/demos/glinfo.c1
-rw-r--r--progs/demos/gloss.c1
-rw-r--r--progs/demos/glutfx.c1
-rw-r--r--progs/demos/isosurf.c1
-rw-r--r--progs/demos/morph3d.c24
-rw-r--r--progs/demos/multiarb.c1
-rw-r--r--progs/demos/osdemo.c1
-rw-r--r--progs/demos/paltex.c1
-rw-r--r--progs/demos/readpix.c1
-rw-r--r--progs/demos/reflect.c1
-rw-r--r--progs/demos/renormal.c6
-rw-r--r--progs/demos/spectex.c1
-rw-r--r--progs/demos/tessdemo.c1
-rw-r--r--progs/demos/texcyl.c1
-rw-r--r--progs/demos/texdown.c1
-rw-r--r--progs/demos/texobj.c1
-rw-r--r--progs/demos/trispd.c1
-rw-r--r--progs/demos/winpos.c1
-rw-r--r--progs/redbook/Makefile.BeOS-R414
-rw-r--r--progs/samples/Makefile.BeOS-R41
-rw-r--r--progs/samples/Makefile.dja1
-rw-r--r--progs/samples/Makefile.win1
-rw-r--r--progs/samples/logo.c1
-rw-r--r--progs/xdemos/glthreads.c1
-rw-r--r--progs/xdemos/glxdemo.c16
-rw-r--r--progs/xdemos/glxheads.c1
-rw-r--r--progs/xdemos/glxpixmap.c1
-rw-r--r--progs/xdemos/pbdemo.c1
-rw-r--r--progs/xdemos/pbinfo.c1
-rw-r--r--progs/xdemos/pbutil.c1
-rw-r--r--progs/xdemos/pbutil.h1
-rw-r--r--progs/xdemos/shape.c1
-rw-r--r--progs/xdemos/vindex.c1
-rw-r--r--progs/xdemos/vtest.c1
-rw-r--r--progs/xdemos/wincopy.c1
-rw-r--r--progs/xdemos/xdemo.c18
-rw-r--r--progs/xdemos/xfont.c1
46 files changed, 1 insertions, 120 deletions
diff --git a/progs/demos/Makefile.BeOS-R4 b/progs/demos/Makefile.BeOS-R4
index 8511409a46..37ff24f8b4 100644
--- a/progs/demos/Makefile.BeOS-R4
+++ b/progs/demos/Makefile.BeOS-R4
@@ -1,4 +1,3 @@
-# $Id: Makefile.BeOS-R4,v 1.15 2003/04/17 19:20:54 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.5
diff --git a/progs/demos/Makefile.cygnus b/progs/demos/Makefile.cygnus
index c41c4a6028..0efc1ab0c9 100644
--- a/progs/demos/Makefile.cygnus
+++ b/progs/demos/Makefile.cygnus
@@ -1,4 +1,3 @@
-# $Id: Makefile.cygnus,v 1.12 2000/12/24 22:53:54 pesco Exp $
# Mesa 3-D graphics library
# Version: 3.3
diff --git a/progs/demos/Makefile.win b/progs/demos/Makefile.win
index 188ca2f673..64271f652f 100644
--- a/progs/demos/Makefile.win
+++ b/progs/demos/Makefile.win
@@ -1,4 +1,3 @@
-# $Id: Makefile.win,v 1.8 2003/04/17 19:20:55 brianp Exp $
# Mesa 3-D graphics library
# Version: 5.1
@@ -129,4 +128,4 @@ readtex.c:
-copy ..\util\readtex.c .
readtex.h:
- -copy ..\util\readtex.h . \ No newline at end of file
+ -copy ..\util\readtex.h .
diff --git a/progs/demos/bounce.c b/progs/demos/bounce.c
index d97791be5d..c0f739ea47 100644
--- a/progs/demos/bounce.c
+++ b/progs/demos/bounce.c
@@ -1,4 +1,3 @@
-/* $Id: bounce.c,v 1.3 2000/08/16 20:36:34 brianp Exp $ */
/*
* Bouncing ball demo.
diff --git a/progs/demos/clearspd.c b/progs/demos/clearspd.c
index c9a4e2630f..42953f6675 100644
--- a/progs/demos/clearspd.c
+++ b/progs/demos/clearspd.c
@@ -1,4 +1,3 @@
-/* $Id: clearspd.c,v 1.5 2002/10/31 12:38:32 keithw Exp $ */
/*
* Simple GLUT program to measure glClear() and glutSwapBuffers() speed.
diff --git a/progs/demos/drawpix.c b/progs/demos/drawpix.c
index 25d336ece6..e25cb3374a 100644
--- a/progs/demos/drawpix.c
+++ b/progs/demos/drawpix.c
@@ -1,4 +1,3 @@
-/* $Id: drawpix.c,v 1.8 2002/07/12 15:54:02 brianp Exp $ */
/*
* glDrawPixels demo/test/benchmark
diff --git a/progs/demos/gamma.c b/progs/demos/gamma.c
index abb852294d..9b2c3e1052 100644
--- a/progs/demos/gamma.c
+++ b/progs/demos/gamma.c
@@ -1,4 +1,3 @@
-/* $Id: gamma.c,v 1.3 2002/04/22 16:03:37 brianp Exp $ */
/* Draw test patterns to help determine correct gamma value for a display.
When the intensities of the inner squares nearly match the intensities
diff --git a/progs/demos/gears.c b/progs/demos/gears.c
index ac90885053..e9061ed6c9 100644
--- a/progs/demos/gears.c
+++ b/progs/demos/gears.c
@@ -1,4 +1,3 @@
-/* $Id: gears.c,v 1.6 2000/04/06 02:22:59 brianp Exp $ */
/*
* 3-D gear wheels. This program is in the public domain.
diff --git a/progs/demos/geartrain.c b/progs/demos/geartrain.c
index 98addb8eb4..ec31e743ab 100644
--- a/progs/demos/geartrain.c
+++ b/progs/demos/geartrain.c
@@ -1,4 +1,3 @@
-/* $Id: geartrain.c,v 1.8 2001/10/04 19:14:26 kschultz Exp $ */
/*
* GearTrain Simulator * Version: 1.00
diff --git a/progs/demos/glinfo.c b/progs/demos/glinfo.c
index 4e34983ff5..a6a7478288 100644
--- a/progs/demos/glinfo.c
+++ b/progs/demos/glinfo.c
@@ -1,4 +1,3 @@
-/* $Id: glinfo.c,v 1.2 2002/04/22 16:03:37 brianp Exp $ */
/*
* Print GL, GLU and GLUT version and extension info
diff --git a/progs/demos/gloss.c b/progs/demos/gloss.c
index 9f9703ac6c..8e3d6ca242 100644
--- a/progs/demos/gloss.c
+++ b/progs/demos/gloss.c
@@ -1,4 +1,3 @@
-/* $Id: gloss.c,v 1.7 2002/11/28 15:51:55 brianp Exp $ */
/*
* Specular reflection demo. The specular highlight is modulated by
diff --git a/progs/demos/glutfx.c b/progs/demos/glutfx.c
index ec4468471c..8bf5582389 100644
--- a/progs/demos/glutfx.c
+++ b/progs/demos/glutfx.c
@@ -1,4 +1,3 @@
-/* $Id: glutfx.c,v 1.3 2002/04/22 16:03:37 brianp Exp $ */
/*
* Example of how one might use GLUT with the 3Dfx driver in full-screen mode.
diff --git a/progs/demos/isosurf.c b/progs/demos/isosurf.c
index 12125aac96..b7c151586c 100644
--- a/progs/demos/isosurf.c
+++ b/progs/demos/isosurf.c
@@ -1,4 +1,3 @@
-/* $Id: isosurf.c,v 1.15 2002/10/18 17:47:35 kschultz Exp $ */
/*
* Display an isosurface of 3-D wind speed volume.
diff --git a/progs/demos/morph3d.c b/progs/demos/morph3d.c
index fd9f6a7d70..2ce04a3099 100644
--- a/progs/demos/morph3d.c
+++ b/progs/demos/morph3d.c
@@ -1,27 +1,3 @@
-/* $Id: morph3d.c,v 1.4 2000/06/27 17:04:43 brianp Exp $ */
-
-/*
- * $Log: morph3d.c,v $
- * Revision 1.4 2000/06/27 17:04:43 brianp
- * fixed compiler warnings
- *
- * Revision 1.3 1999/12/15 13:00:45 brianp
- * moved #define to column 0
- *
- * Revision 1.2 1999/09/17 12:27:01 brianp
- * silenced some warnings
- *
- * Revision 1.1.1.1 1999/08/19 00:55:40 jtg
- * Imported sources
- *
- * Revision 3.1 1998/06/29 02:37:30 brianp
- * minor changes for Windows (Ted Jump)
- *
- * Revision 3.0 1998/02/14 18:42:29 brianp
- * initial rev
- *
- */
-
/*-
* morph3d.c - Shows 3D morphing objects
diff --git a/progs/demos/multiarb.c b/progs/demos/multiarb.c
index 239efac663..20aa29f996 100644
--- a/progs/demos/multiarb.c
+++ b/progs/demos/multiarb.c
@@ -1,4 +1,3 @@
-/* $Id: multiarb.c,v 1.12 2003/05/30 15:30:17 brianp Exp $ */
/*
* GL_ARB_multitexture demo
diff --git a/progs/demos/osdemo.c b/progs/demos/osdemo.c
index 22321cc10f..cdb3c72423 100644
--- a/progs/demos/osdemo.c
+++ b/progs/demos/osdemo.c
@@ -1,4 +1,3 @@
-/* $Id: osdemo.c,v 1.10 2003/03/03 03:14:25 brianp Exp $ */
/*
* Demo of off-screen Mesa rendering
diff --git a/progs/demos/paltex.c b/progs/demos/paltex.c
index 242d0c4bd3..8d0400c76a 100644
--- a/progs/demos/paltex.c
+++ b/progs/demos/paltex.c
@@ -1,4 +1,3 @@
-/* $Id: paltex.c,v 1.9 2002/07/22 13:45:31 brianp Exp $ */
/*
* Paletted texture demo. Written by Brian Paul.
diff --git a/progs/demos/readpix.c b/progs/demos/readpix.c
index ec3665008d..784e4c88d7 100644
--- a/progs/demos/readpix.c
+++ b/progs/demos/readpix.c
@@ -1,4 +1,3 @@
-/* $Id: readpix.c,v 1.8 2002/07/12 15:54:02 brianp Exp $ */
/*
* glReadPixels and glCopyPixels test
diff --git a/progs/demos/reflect.c b/progs/demos/reflect.c
index 0c734a030c..91b2ad9e73 100644
--- a/progs/demos/reflect.c
+++ b/progs/demos/reflect.c
@@ -1,4 +1,3 @@
-/* $Id: reflect.c,v 1.7 2001/04/25 15:51:32 brianp Exp $ */
/*
* Demo of a reflective, texture-mapped surface with OpenGL.
diff --git a/progs/demos/renormal.c b/progs/demos/renormal.c
index dc5d980722..284dffdb27 100644
--- a/progs/demos/renormal.c
+++ b/progs/demos/renormal.c
@@ -1,15 +1,9 @@
-/* $Id: renormal.c,v 1.3 1999/09/17 12:27:01 brianp Exp $ */
/*
* Test GL_EXT_rescale_normal extension
* Brian Paul January 1998 This program is in the public domain.
*/
-/*
- * $Id: renormal.c,v 1.3 1999/09/17 12:27:01 brianp Exp $
- */
-
-
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
diff --git a/progs/demos/spectex.c b/progs/demos/spectex.c
index 68de85ca05..9364245995 100644
--- a/progs/demos/spectex.c
+++ b/progs/demos/spectex.c
@@ -1,4 +1,3 @@
-/* $Id: spectex.c,v 1.2 2002/04/22 16:03:37 brianp Exp $ */
/*
* GLUT demonstration of texturing with specular highlights.
diff --git a/progs/demos/tessdemo.c b/progs/demos/tessdemo.c
index 581dec90d5..66fdc6370c 100644
--- a/progs/demos/tessdemo.c
+++ b/progs/demos/tessdemo.c
@@ -1,4 +1,3 @@
-/* $Id: tessdemo.c,v 1.13 2002/10/18 17:47:36 kschultz Exp $ */
/*
* A demo of the GLU polygon tesselation functions written by Bogdan Sikorski.
diff --git a/progs/demos/texcyl.c b/progs/demos/texcyl.c
index 7741a75f85..61c8d908b0 100644
--- a/progs/demos/texcyl.c
+++ b/progs/demos/texcyl.c
@@ -1,4 +1,3 @@
-/* $Id: texcyl.c,v 1.6 2002/04/22 16:03:37 brianp Exp $ */
/*
* Textured cylinder demo: lighting, texturing, reflection mapping.
diff --git a/progs/demos/texdown.c b/progs/demos/texdown.c
index d56884f379..9f4f508691 100644
--- a/progs/demos/texdown.c
+++ b/progs/demos/texdown.c
@@ -1,4 +1,3 @@
-/* $Id: texdown.c,v 1.4 2001/02/07 03:04:58 gareth Exp $ */
/*
* Copyright (C) 1999 Brian Paul All Rights Reserved.
diff --git a/progs/demos/texobj.c b/progs/demos/texobj.c
index 3ec9e85f85..ff701e98c3 100644
--- a/progs/demos/texobj.c
+++ b/progs/demos/texobj.c
@@ -1,4 +1,3 @@
-/* $Id: texobj.c,v 1.7 2003/04/21 14:50:12 brianp Exp $ */
/*
* Example of using the 1.1 texture object functions.
diff --git a/progs/demos/trispd.c b/progs/demos/trispd.c
index 61d625526f..165d088e3d 100644
--- a/progs/demos/trispd.c
+++ b/progs/demos/trispd.c
@@ -1,4 +1,3 @@
-/* $Id: trispd.c,v 1.4 2002/07/12 15:54:02 brianp Exp $ */
/*
* Simple GLUT program to measure triangle strip rendering speed.
diff --git a/progs/demos/winpos.c b/progs/demos/winpos.c
index c8f7fb3844..62504198dd 100644
--- a/progs/demos/winpos.c
+++ b/progs/demos/winpos.c
@@ -1,4 +1,3 @@
-/* $Id: winpos.c,v 1.7 2003/02/27 19:43:02 kschultz Exp $ */
/*
* Example of how to use the GL_MESA_window_pos extension.
diff --git a/progs/redbook/Makefile.BeOS-R4 b/progs/redbook/Makefile.BeOS-R4
index 4f6734e67b..ad6f97caa2 100644
--- a/progs/redbook/Makefile.BeOS-R4
+++ b/progs/redbook/Makefile.BeOS-R4
@@ -1,21 +1,7 @@
-# $Id: Makefile.BeOS-R4,v 1.2 1999/09/17 00:08:31 brianp Exp $
# Makefile for OpenGL Programming Guide programs for BeOS R4
# This file is in the public domain.
-
-# $Log: Makefile.BeOS-R4,v $
-# Revision 1.2 1999/09/17 00:08:31 brianp
-# link with -lGLU -lGL instead of -lMesaGLU -lMesaGL
-#
-# Revision 1.1.1.1 1999/08/19 00:55:40 jtg
-# Imported sources
-#
-# Revision 1.1 1999/02/25 02:13:06 brianp
-# initial check-in
-#
-
-
##### MACROS #####
INCDIR = ../include
diff --git a/progs/samples/Makefile.BeOS-R4 b/progs/samples/Makefile.BeOS-R4
index 3e1bfb605f..97de22e60c 100644
--- a/progs/samples/Makefile.BeOS-R4
+++ b/progs/samples/Makefile.BeOS-R4
@@ -1,4 +1,3 @@
-# $Id: Makefile.BeOS-R4,v 1.2 1999/09/17 00:08:38 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.1
diff --git a/progs/samples/Makefile.dja b/progs/samples/Makefile.dja
index f2d5382968..b60a11197b 100644
--- a/progs/samples/Makefile.dja
+++ b/progs/samples/Makefile.dja
@@ -1,4 +1,3 @@
-# $Id: Makefile.dja,v 1.1 1999/08/19 00:55:41 jtg Exp $
# Makefile for sample programs for MS-DOS with DJGPP and ALLEGRO
diff --git a/progs/samples/Makefile.win b/progs/samples/Makefile.win
index fc277726a0..e74568f7c9 100644
--- a/progs/samples/Makefile.win
+++ b/progs/samples/Makefile.win
@@ -1,4 +1,3 @@
-# $Id: Makefile.win,v 1.1 2002/01/16 00:57:54 kschultz Exp $
# Mesa 3-D graphics library
# Version: 3.5
diff --git a/progs/samples/logo.c b/progs/samples/logo.c
index 98a8e99aec..ae74af685a 100644
--- a/progs/samples/logo.c
+++ b/progs/samples/logo.c
@@ -1,4 +1,3 @@
-/* $Id: logo.c,v 1.3 2002/11/05 20:59:16 brianp Exp $ */
/*
* Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.
diff --git a/progs/xdemos/glthreads.c b/progs/xdemos/glthreads.c
index 91fca3dec1..63a94c5568 100644
--- a/progs/xdemos/glthreads.c
+++ b/progs/xdemos/glthreads.c
@@ -1,4 +1,3 @@
-/* $Id: glthreads.c,v 1.2 2002/03/08 19:44:28 brianp Exp $ */
/*
* Copyright (C) 2000 Brian Paul All Rights Reserved.
diff --git a/progs/xdemos/glxdemo.c b/progs/xdemos/glxdemo.c
index 5e7d449790..37df64ebee 100644
--- a/progs/xdemos/glxdemo.c
+++ b/progs/xdemos/glxdemo.c
@@ -1,4 +1,3 @@
-/* $Id: glxdemo.c,v 1.2 2002/04/02 23:53:56 brianp Exp $ */
/*
@@ -8,21 +7,6 @@
* Brian Paul
*/
-
-/*
- * $Log: glxdemo.c,v $
- * Revision 1.2 2002/04/02 23:53:56 brianp
- * added an error check
- *
- * Revision 1.1.1.1 1999/08/19 00:55:43 jtg
- * Imported sources
- *
- * Revision 3.0 1998/02/21 02:16:54 brianp
- * initial rev
- *
- */
-
-
#include <GL/gl.h>
#include <GL/glx.h>
#include <stdio.h>
diff --git a/progs/xdemos/glxheads.c b/progs/xdemos/glxheads.c
index 428576d9d9..b1e2be8776 100644
--- a/progs/xdemos/glxheads.c
+++ b/progs/xdemos/glxheads.c
@@ -1,4 +1,3 @@
-/* $Id: glxheads.c,v 1.4 2003/04/21 14:51:16 brianp Exp $ */
/*
* Exercise multiple GLX connections on multiple X displays.
diff --git a/progs/xdemos/glxpixmap.c b/progs/xdemos/glxpixmap.c
index bde24ebcd0..9db4df2c8b 100644
--- a/progs/xdemos/glxpixmap.c
+++ b/progs/xdemos/glxpixmap.c
@@ -1,4 +1,3 @@
-/* $Id: glxpixmap.c,v 1.3 2002/07/12 15:54:02 brianp Exp $ */
/*
diff --git a/progs/xdemos/pbdemo.c b/progs/xdemos/pbdemo.c
index 611e7e594f..9bce5699a2 100644
--- a/progs/xdemos/pbdemo.c
+++ b/progs/xdemos/pbdemo.c
@@ -1,4 +1,3 @@
-/* $Id: pbdemo.c,v 1.1 2002/10/05 18:30:13 brianp Exp $ */
/*
* This program demonstrates how to do "off-screen" rendering using
diff --git a/progs/xdemos/pbinfo.c b/progs/xdemos/pbinfo.c
index f0b2f0eed4..948ad9ca22 100644
--- a/progs/xdemos/pbinfo.c
+++ b/progs/xdemos/pbinfo.c
@@ -1,4 +1,3 @@
-/* $Id: pbinfo.c,v 1.2 2003/04/21 14:51:16 brianp Exp $ */
/*
* Print list of fbconfigs and test each to see if a pbuffer can be created
diff --git a/progs/xdemos/pbutil.c b/progs/xdemos/pbutil.c
index 4451a6d1a5..1daa95def6 100644
--- a/progs/xdemos/pbutil.c
+++ b/progs/xdemos/pbutil.c
@@ -1,4 +1,3 @@
-/* $Id: pbutil.c,v 1.1 2002/10/05 18:30:13 brianp Exp $ */
/*
* OpenGL pbuffers utility functions.
diff --git a/progs/xdemos/pbutil.h b/progs/xdemos/pbutil.h
index 9230b47c31..d13c969c4c 100644
--- a/progs/xdemos/pbutil.h
+++ b/progs/xdemos/pbutil.h
@@ -1,4 +1,3 @@
-/* $Id: pbutil.h,v 1.1 2002/10/05 18:30:13 brianp Exp $ */
/*
* OpenGL pbuffers utility functions.
diff --git a/progs/xdemos/shape.c b/progs/xdemos/shape.c
index 242dd2485c..9cae9eb289 100644
--- a/progs/xdemos/shape.c
+++ b/progs/xdemos/shape.c
@@ -1,4 +1,3 @@
-/* $Id: shape.c,v 1.3 2000/06/27 15:34:35 brianp Exp $ */
/*
* Example of using the X "shape" extension with OpenGL: render a spinning
diff --git a/progs/xdemos/vindex.c b/progs/xdemos/vindex.c
index f9e3192f38..991fce2a59 100644
--- a/progs/xdemos/vindex.c
+++ b/progs/xdemos/vindex.c
@@ -1,4 +1,3 @@
-/* $Id: vindex.c,v 1.1 1999/08/19 00:55:43 jtg Exp $ */
/*
* Test Linux 8-bit SVGA/Mesa color index mode
diff --git a/progs/xdemos/vtest.c b/progs/xdemos/vtest.c
index f0900b6ed6..e322fbc5c8 100644
--- a/progs/xdemos/vtest.c
+++ b/progs/xdemos/vtest.c
@@ -1,4 +1,3 @@
-/* $Id: vtest.c,v 1.1 1999/08/19 00:55:43 jtg Exp $ */
/*
* Test SVGA/Mesa interface in 32K color mode.
diff --git a/progs/xdemos/wincopy.c b/progs/xdemos/wincopy.c
index ccf332b9a7..39d471a5e5 100644
--- a/progs/xdemos/wincopy.c
+++ b/progs/xdemos/wincopy.c
@@ -1,4 +1,3 @@
-/* $Id: wincopy.c,v 1.1 1999/11/25 17:41:51 brianp Exp $ */
/*
* Mesa 3-D graphics library
diff --git a/progs/xdemos/xdemo.c b/progs/xdemos/xdemo.c
index 28f945b27d..52039cb642 100644
--- a/progs/xdemos/xdemo.c
+++ b/progs/xdemos/xdemo.c
@@ -1,5 +1,3 @@
-/* $Id: xdemo.c,v 1.2 2000/04/05 22:09:58 brianp Exp $ */
-
/*
* Very simple demo of how to use the Mesa/X11 interface instead of the
@@ -11,22 +9,6 @@
* Brian Paul
*/
-
-/*
- * $Log: xdemo.c,v $
- * Revision 1.2 2000/04/05 22:09:58 brianp
- * new arguments to XMesaCreateVisual()
- *
- * Revision 1.1.1.1 1999/08/19 00:55:43 jtg
- * Imported sources
- *
- * Revision 3.0 1998/02/21 02:16:54 brianp
- * initial rev
- *
- */
-
-
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/progs/xdemos/xfont.c b/progs/xdemos/xfont.c
index 9b01bc4837..2585aa6447 100644
--- a/progs/xdemos/xfont.c
+++ b/progs/xdemos/xfont.c
@@ -1,4 +1,3 @@
-/* $Id: xfont.c,v 1.3 1999/11/05 08:12:46 brianp Exp $ */
/*
* Mesa 3-D graphics library