chiark / gitweb /
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 cc5036a6ba32a69e587bd361c8c98f2aa4224957..ac8a46ca1a70e6b116d6eb8b25c10e7a9703ddcf 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 5f9773cde8b6cc3e8d0d5c9d082a096223988c15..f68396b0dc66e1858b7166f59ef93076284ccac6 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 b300eee9d2af0ee2ae0f64ef895b79f1439bcc83..f2bf0ebd7d7a8ed58d8fb87f6e1ed06e7c1e3559 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 95f8e36ab1e45761334804827848439afac32085..86f1e4879479a798e1c06e5f7d36412fd02c17ae 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 6135da818351ef3da908db5fb7c326cc2ce4cb62..3a61b8ec05897923e2eadc7c3368bab1dee31d3e 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
  *