From a0187e595ec31362af15258109ed0c5793cdebd7 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Wed, 19 May 2010 14:27:54 +0100 Subject: [PATCH] Infrastructure: Kill CVS Id tags. Organization: Straylight/Edgeware From: Mark Wooding --- Makefile.am | 2 -- configure.in | 2 -- qqlib.c | 2 -- quine.c | 2 -- quine.h | 2 -- 5 files changed, 10 deletions(-) diff --git a/Makefile.am b/Makefile.am index fc13d43..925db3c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,6 @@ ## Process with `automake' to generate `Makefile.in' ## -*-makefile-*- ## -## $Id$ -## ## Makefile for Quine ## ## (c) 1999 Mark Wooding diff --git a/configure.in b/configure.in index d32eefe..5ad6c57 100644 --- a/configure.in +++ b/configure.in @@ -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 --- 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 03bf45c..3d3c35b 100644 --- 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 df436cd..0320c28 100644 --- a/quine.h +++ b/quine.h @@ -1,6 +1,4 @@ /* -*-c-*- - * - * $Id$ * * Definitions for building quines * -- [mdw]