aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2008-02-03 15:11:42 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2008-02-03 15:11:42 +0000
commit47f1bb06f9305d95563b705fe346bd24763a915c (patch)
treee2b13adf8e19219043d6a92f0b3d12cff74a4549
parent319ca8698a6df7696a8d0423d4335712d1a9b0b8 (diff)
Remove $Header$ comments to prevent everything from recompiling after
a CVS commit. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@149 83718e91-0e4f-0410-abf4-91180603181f
-rw-r--r--README2
-rw-r--r--interface.ccl1
-rw-r--r--par/announce.par2
-rw-r--r--par/output_source.par2
-rw-r--r--param.ccl1
-rw-r--r--schedule.ccl1
-rw-r--r--src/announce.cc2
-rw-r--r--src/file.cc2
-rw-r--r--src/file.hh2
-rw-r--r--src/make.code.defn1
-rw-r--r--src/make.code.deps1
-rw-r--r--src/make.configuration.deps1
-rw-r--r--src/multistorage.cc2
-rw-r--r--src/multistorage.hh2
-rw-r--r--src/output_source.c2
-rw-r--r--src/portal.cc2
-rw-r--r--src/portal.hh2
-rw-r--r--src/rdf.cc2
-rw-r--r--src/rdf.hh2
-rw-r--r--src/rdf_publisher.cc2
-rw-r--r--src/storage.cc2
-rw-r--r--src/storage.hh2
-rw-r--r--src/thornlist.cc2
-rw-r--r--src/thornlist.hh2
-rw-r--r--src/util/VERSION2
-rwxr-xr-xsrc/util/makeblob.pl1
-rwxr-xr-xsrc/util/makemetablob.pl1
27 files changed, 0 insertions, 46 deletions
diff --git a/README b/README
index 4acfbbc..2840528 100644
--- a/README
+++ b/README
@@ -1,5 +1,3 @@
-CVS info : $Header$
-
Cactus Code Thorn Formaline
Thorn Author(s) : Erik Schnetter <schnetter@cct.lsu.edu>
Thorn Maintainer(s) : Erik Schnetter <schnetter@cct.lsu.edu>
diff --git a/interface.ccl b/interface.ccl
index b504273..ac6d6a6 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,5 +1,4 @@
# Interface definition for thorn Formaline
-# $Header$
IMPLEMENTS: Formaline
diff --git a/par/announce.par b/par/announce.par
index 65a0d34..fa2e47d 100644
--- a/par/announce.par
+++ b/par/announce.par
@@ -1,5 +1,3 @@
-# $Header$
-
Cactus::cctk_run_title = "Announce in the various ways"
Cactus::cctk_show_banners = no
diff --git a/par/output_source.par b/par/output_source.par
index 5e5f5b2..db8460a 100644
--- a/par/output_source.par
+++ b/par/output_source.par
@@ -1,5 +1,3 @@
-# $Header$
-
Cactus::cctk_run_title = "Write out the stored source tree"
Cactus::cctk_show_banners = no
diff --git a/param.ccl b/param.ccl
index eb1a28c..b08e880 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,5 +1,4 @@
# Parameter definitions for thorn Formaline
-# $Header$
diff --git a/schedule.ccl b/schedule.ccl
index 5b897eb..4119bfe 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,5 +1,4 @@
# Schedule definitions for thorn Formaline
-# $Header$
if (output_source)
{
diff --git a/src/announce.cc b/src/announce.cc
index 6371627..7edf348 100644
--- a/src/announce.cc
+++ b/src/announce.cc
@@ -1,5 +1,3 @@
-// $Header$
-
#include <algorithm>
#include <cassert>
#include <cstdio>
diff --git a/src/file.cc b/src/file.cc
index 37a60cb..9300403 100644
--- a/src/file.cc
+++ b/src/file.cc
@@ -1,5 +1,3 @@
-// $Header$
-
#include <cassert>
#include <iomanip>
#include <ios>
diff --git a/src/file.hh b/src/file.hh
index cbbcd3c..2141d9f 100644
--- a/src/file.hh
+++ b/src/file.hh
@@ -1,5 +1,3 @@
-// $Header$
-
#ifndef FORMALINE_FILE_HH
#define FORMALINE_FILE_HH
diff --git a/src/make.code.defn b/src/make.code.defn
index f00f745..87dd2f8 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,5 +1,4 @@
# Main make.code.defn file for thorn Formaline -*-Makefile-*-
-# $Header$
# Source files in this directory
SRCS = announce.cc file.cc id.cc multistorage.cc output_source.c portal.cc rdf.cc rdf_publisher.cc senddata.cc storage.cc thornlist.cc
diff --git a/src/make.code.deps b/src/make.code.deps
index 89707d1..424c242 100644
--- a/src/make.code.deps
+++ b/src/make.code.deps
@@ -1,5 +1,4 @@
# make.code.deps file for thorn Formaline -*-Makefile-*-
-# $Header$
# Store the utilities in the scratch directory of this configuration.
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index 4a2e8e0..d1657fe 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -1,5 +1,4 @@
# make.configuration.deps file for thorn Formaline -*-Makefile-*-
-# $Header$
diff --git a/src/multistorage.cc b/src/multistorage.cc
index 6d7e041..e3329c5 100644
--- a/src/multistorage.cc
+++ b/src/multistorage.cc
@@ -1,5 +1,3 @@
-// $Header$
-
#include "multistorage.hh"
diff --git a/src/multistorage.hh b/src/multistorage.hh
index 7311290..da9da53 100644
--- a/src/multistorage.hh
+++ b/src/multistorage.hh
@@ -1,5 +1,3 @@
-// $Header$
-
#ifndef FORMALINE_MULTISTORAGE_HH
#define FORMALINE_MULTISTORAGE_HH
diff --git a/src/output_source.c b/src/output_source.c
index cf2a65e..b2bfcb4 100644
--- a/src/output_source.c
+++ b/src/output_source.c
@@ -1,5 +1,3 @@
-/* $Header$ */
-
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/portal.cc b/src/portal.cc
index 848d445..81b046f 100644
--- a/src/portal.cc
+++ b/src/portal.cc
@@ -1,5 +1,3 @@
-// $Header$
-
#include <cassert>
#include <cctype>
#include <cerrno>
diff --git a/src/portal.hh b/src/portal.hh
index 009dda7..27c6d22 100644
--- a/src/portal.hh
+++ b/src/portal.hh
@@ -1,5 +1,3 @@
-// $Header$
-
#ifndef FORMALINE_PORTAL_HH
#define FORMALINE_PORTAL_HH
diff --git a/src/rdf.cc b/src/rdf.cc
index 9377e05..9e0de98 100644
--- a/src/rdf.cc
+++ b/src/rdf.cc
@@ -1,5 +1,3 @@
-// $Header$
-
#include <cassert>
#include <cctype>
#include <cerrno>
diff --git a/src/rdf.hh b/src/rdf.hh
index 2ea3cd0..72614c3 100644
--- a/src/rdf.hh
+++ b/src/rdf.hh
@@ -1,5 +1,3 @@
-// $Header$
-
#ifndef FORMALINE_RDF_HH
#define FORMALINE_RDF_HH
diff --git a/src/rdf_publisher.cc b/src/rdf_publisher.cc
index 10447a3..edbc26c 100644
--- a/src/rdf_publisher.cc
+++ b/src/rdf_publisher.cc
@@ -1,5 +1,3 @@
-// $Header$
-
#include <algorithm>
#include <cassert>
#include <cctype>
diff --git a/src/storage.cc b/src/storage.cc
index 8ee6b6d..4e0dd24 100644
--- a/src/storage.cc
+++ b/src/storage.cc
@@ -1,5 +1,3 @@
-// $Header$
-
#include <sstream>
#include "storage.hh"
diff --git a/src/storage.hh b/src/storage.hh
index 1564f60..e0b5ddb 100644
--- a/src/storage.hh
+++ b/src/storage.hh
@@ -1,5 +1,3 @@
-// $Header$
-
#ifndef FORMALINE_STORAGE_HH
#define FORMALINE_STORAGE_HH
diff --git a/src/thornlist.cc b/src/thornlist.cc
index 7ed287b..595d709 100644
--- a/src/thornlist.cc
+++ b/src/thornlist.cc
@@ -1,5 +1,3 @@
-// $Header$
-
#include "thornlist.hh"
namespace Formaline
diff --git a/src/thornlist.hh b/src/thornlist.hh
index 895d2ef..cb4598c 100644
--- a/src/thornlist.hh
+++ b/src/thornlist.hh
@@ -1,5 +1,3 @@
-// $Header$
-
#ifndef FORMALINE_THORNLIST_HH
#define FORMALINE_THORNLIST_HH
diff --git a/src/util/VERSION b/src/util/VERSION
index 2d5213c..9945293 100644
--- a/src/util/VERSION
+++ b/src/util/VERSION
@@ -1,5 +1,3 @@
-$Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/Formaline/src/util/VERSION,v 1.1 2005-08-22 12:22:31 schnetter Exp $
-
This file marks internal ABI versions of thorn Formaline.
Each auto-generated file depends on this file.
Thus, whenever this file changes, all auto-generated files are recreated.
diff --git a/src/util/makeblob.pl b/src/util/makeblob.pl
index 6407537..8eaed08 100755
--- a/src/util/makeblob.pl
+++ b/src/util/makeblob.pl
@@ -1,5 +1,4 @@
#! /usr/bin/perl -w
-# $Header$
use strict;
diff --git a/src/util/makemetablob.pl b/src/util/makemetablob.pl
index 2f11a75..f1349b2 100755
--- a/src/util/makemetablob.pl
+++ b/src/util/makemetablob.pl
@@ -1,5 +1,4 @@
#! /usr/bin/perl -w
-# $Header$
use strict;