The Great Upheaval -- step 1. 1.1.0
authormdw <mdw@ce86e22d-31e3-0310-b972-e9f3c7b8d6ce>
Sat, 4 Sep 2004 07:50:08 +0000 (07:50 +0000)
committermdw <mdw@ce86e22d-31e3-0310-b972-e9f3c7b8d6ce>
Sat, 4 Sep 2004 07:50:08 +0000 (07:50 +0000)
Makefile.am
configure.in
qqlib.c
quine.c
quine.h

index cc5036a..ac8a46c 100644 (file)
@@ -1,7 +1,7 @@
 ## Process with `automake' to generate `Makefile.in'
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.1 1999/04/28 19:58:07 mdw Exp $
+## $Id$
 ##
 ## Makefile for Quine
 ##
index 5f9773c..f68396b 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.1 1999/04/28 19:58:07 mdw Exp $
+dnl $Id$
 dnl
 dnl Configure script for Quine
 dnl
diff --git a/qqlib.c b/qqlib.c
index b300eee..f2bf0eb 100644 (file)
--- a/qqlib.c
+++ b/qqlib.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: qqlib.c,v 1.2 2000/08/01 17:41:39 mdw Exp $
+ * $Id$
  *
  * Useful library of tools for quines
  *
diff --git a/quine.c b/quine.c
index 95f8e36..86f1e48 100644 (file)
--- a/quine.c
+++ b/quine.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: quine.c,v 1.2 1999/05/19 21:11:15 mdw Exp $
+ * $Id$
  *
  * Output a program's source code as a quine file
  *
diff --git a/quine.h b/quine.h
index 6135da8..3a61b8e 100644 (file)
--- a/quine.h
+++ b/quine.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: quine.h,v 1.1 1999/04/28 19:58:07 mdw Exp $
+ * $Id$
  *
  * Definitions for building quines
  *