From 7f6303ef3838009d7b8c6e2611c06606c05c93a4 Mon Sep 17 00:00:00 2001 Message-Id: <7f6303ef3838009d7b8c6e2611c06606c05c93a4.1714731755.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 4 Sep 2004 07:50:08 +0000 Subject: [PATCH] The Great Upheaval -- step 1. Organization: Straylight/Edgeware From: mdw --- Makefile.am | 2 +- configure.in | 2 +- qqlib.c | 2 +- quine.c | 2 +- quine.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index cc5036a..ac8a46c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 ## diff --git a/configure.in b/configure.in index 5f9773c..f68396b 100644 --- a/configure.in +++ b/configure.in @@ -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 --- 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 --- 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 --- 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 * -- [mdw]