summaryrefslogtreecommitdiffstats
path: root/progs/util
diff options
context:
space:
mode:
Diffstat (limited to 'progs/util')
-rw-r--r--progs/util/README2
-rw-r--r--progs/util/glstate.c6
-rw-r--r--progs/util/glstate.h6
-rw-r--r--progs/util/glutskel.c6
-rw-r--r--progs/util/sampleMakefile6
5 files changed, 13 insertions, 13 deletions
diff --git a/progs/util/README b/progs/util/README
index ca89d34bd3e..8c143142e41 100644
--- a/progs/util/README
+++ b/progs/util/README
@@ -19,4 +19,4 @@ imagesgi.cpp,.h - read SGI image files
more to come...
----------------------------------------------------------------------
-$Id: README,v 1.1 1999/08/19 00:55:42 jtg Exp $
+$Id: README,v 1.1.1.1 1999/08/19 00:55:42 jtg Exp $
diff --git a/progs/util/glstate.c b/progs/util/glstate.c
index 4c5db13ec7c..fe35c3d3beb 100644
--- a/progs/util/glstate.c
+++ b/progs/util/glstate.c
@@ -1,4 +1,4 @@
-/* $Id: glstate.c,v 1.1 1999/08/19 00:55:42 jtg Exp $ */
+/* $Id: glstate.c,v 1.1.1.1 1999/08/19 00:55:42 jtg Exp $ */
/*
* Print GL state information (for debugging)
@@ -22,8 +22,8 @@
/*
* $Log: glstate.c,v $
- * Revision 1.1 1999/08/19 00:55:42 jtg
- * Initial revision
+ * Revision 1.1.1.1 1999/08/19 00:55:42 jtg
+ * Imported sources
*
* Revision 1.4 1999/06/19 01:36:43 brianp
* more features added
diff --git a/progs/util/glstate.h b/progs/util/glstate.h
index 1aa4d21d8e8..75f0238c591 100644
--- a/progs/util/glstate.h
+++ b/progs/util/glstate.h
@@ -1,4 +1,4 @@
-/* $Id: glstate.h,v 1.1 1999/08/19 00:55:42 jtg Exp $ */
+/* $Id: glstate.h,v 1.1.1.1 1999/08/19 00:55:42 jtg Exp $ */
/*
* Print GL state information (for debugging)
@@ -22,8 +22,8 @@
/*
* $Log: glstate.h,v $
- * Revision 1.1 1999/08/19 00:55:42 jtg
- * Initial revision
+ * Revision 1.1.1.1 1999/08/19 00:55:42 jtg
+ * Imported sources
*
* Revision 1.2 1999/06/19 01:36:43 brianp
* more features added
diff --git a/progs/util/glutskel.c b/progs/util/glutskel.c
index 8c283f84975..abf0360d41b 100644
--- a/progs/util/glutskel.c
+++ b/progs/util/glutskel.c
@@ -1,4 +1,4 @@
-/* $Id: glutskel.c,v 1.1 1999/08/19 00:55:42 jtg Exp $ */
+/* $Id: glutskel.c,v 1.1.1.1 1999/08/19 00:55:42 jtg Exp $ */
/*
* A skeleton/template GLUT program
@@ -9,8 +9,8 @@
/*
* $Log: glutskel.c,v $
- * Revision 1.1 1999/08/19 00:55:42 jtg
- * Initial revision
+ * Revision 1.1.1.1 1999/08/19 00:55:42 jtg
+ * Imported sources
*
* Revision 1.2 1998/11/07 14:20:14 brianp
* added simple rotation, animation of cube
diff --git a/progs/util/sampleMakefile b/progs/util/sampleMakefile
index ebb57ff3dd6..a7e510f66de 100644
--- a/progs/util/sampleMakefile
+++ b/progs/util/sampleMakefile
@@ -1,4 +1,4 @@
-# $Id: sampleMakefile,v 1.1 1999/08/19 00:55:42 jtg Exp $
+# $Id: sampleMakefile,v 1.1.1.1 1999/08/19 00:55:42 jtg Exp $
# Sample makefile for compiling OpenGL/Mesa applications on Unix.
# This example assumes Linux with gcc.
@@ -6,8 +6,8 @@
# This makefile is in the public domain
# $Log: sampleMakefile,v $
-# Revision 1.1 1999/08/19 00:55:42 jtg
-# Initial revision
+# Revision 1.1.1.1 1999/08/19 00:55:42 jtg
+# Imported sources
#
# Revision 1.1 1999/02/24 05:20:45 brianp
# Initial revision