From: Mark Wooding Date: Wed, 19 May 2010 13:27:54 +0000 (+0100) Subject: Infrastructure: Kill CVS Id tags. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/quine/commitdiff_plain/a0187e595ec31362af15258109ed0c5793cdebd7?ds=sidebyside Infrastructure: Kill CVS Id tags. --- 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 *