Infrastructure: Kill CVS Id tags.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 19 May 2010 13:27:54 +0000 (14:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 19 May 2010 13:27:54 +0000 (14:27 +0100)
Makefile.am
configure.in
qqlib.c
quine.c
quine.h

index fc13d43..925db3c 100644 (file)
@@ -1,8 +1,6 @@
 ## Process with `automake' to generate `Makefile.in'
 ## -*-makefile-*-
 ##
-## $Id$
-##
 ## Makefile for Quine
 ##
 ## (c) 1999 Mark Wooding
index d32eefe..5ad6c57 100644 (file)
@@ -1,7 +1,5 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id$
-dnl
 dnl Configure script for Quine
 dnl
 dnl (c) 1999 Mark Wooding
diff --git a/qqlib.c b/qqlib.c
index 34e60da..9f7e7f3 100644 (file)
--- a/qqlib.c
+++ b/qqlib.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Useful library of tools for quines
  *
  * (c) 1999 Mark Wooding
diff --git a/quine.c b/quine.c
index 03bf45c..3d3c35b 100644 (file)
--- a/quine.c
+++ b/quine.c
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Output a program's source code as a quine file
  *
  * (c) 1999 Mark Wooding
diff --git a/quine.h b/quine.h
index df436cd..0320c28 100644 (file)
--- a/quine.h
+++ b/quine.h
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Definitions for building quines
  *
  * (c) 1999 Mark Wooding