chiark / gitweb /
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 fc13d43cd728a88a66778d26414f3db0a5d9a502..925db3c71e6482e69ef09e3e589eab0caebd3f0b 100644 (file)
@@ -1,8 +1,6 @@
 ## Process with `automake' to generate `Makefile.in'
 ## -*-makefile-*-
 ##
-## $Id$
-##
 ## Makefile for Quine
 ##
 ## (c) 1999 Mark Wooding
index d32eefeaf10533dfe2095e9d80fc188f033fc0d4..5ad6c57d2ceeca1f23a4776935e8f32254e8f6ef 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 34e60dafdfbea4e8292c79c63709de5ac7f52388..9f7e7f34693c1c4251b6e2ad3bce27255123ea17 100644 (file)
--- a/qqlib.c
+++ b/qqlib.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Useful library of tools for quines
  *
diff --git a/quine.c b/quine.c
index 03bf45c47a46875eb27bb9c84269c9cd5619338f..3d3c35b6b68b73311b888dab52493f93995d139d 100644 (file)
--- a/quine.c
+++ b/quine.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Output a program's source code as a quine file
  *
diff --git a/quine.h b/quine.h
index df436cd3120af5a09a291e6b7fd3a4aca40e06cf..0320c287ee3dc198f1a3b5c45c0af09fa3cbc664 100644 (file)
--- a/quine.h
+++ b/quine.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Definitions for building quines
  *