From 65cf16ad811cc982886780f8942eb6e27e463c01 Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 27 Jan 2009 16:15:06 +0000 Subject: Remove CVS $Header$ comments git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SphericalSurface/trunk@38 40f6ab95-0e4f-0410-8daa-ee8d7420be1d --- README | 6 ++---- doc/documentation.tex | 11 +++-------- interface.ccl | 1 - param.ccl | 1 - schedule.ccl | 1 - src/check.c | 2 -- src/make.code.defn | 1 - src/radius.c | 2 -- src/setup.cc | 2 -- 9 files changed, 5 insertions(+), 22 deletions(-) diff --git a/README b/README index 778babc..9ae0db7 100644 --- a/README +++ b/README @@ -1,8 +1,6 @@ -CVS info : $Header$ - Cactus Code Thorn SphericalSurface -Thorn Author(s) : Erik Schnetter -Thorn Maintainer(s) : Erik Schnetter +Thorn Author(s) : Erik Schnetter +Thorn Maintainer(s) : Erik Schnetter -------------------------------------------------------------------------- Purpose of the thorn: diff --git a/doc/documentation.tex b/doc/documentation.tex index 8852ade..bb12a1a 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -2,7 +2,6 @@ % Cactus Thorn template for ThornGuide documentation % Author: Ian Kelley % Date: Sun Jun 02, 2002 -% $Header$ % % Thorn documentation in the latex file doc/documentation.tex % will be included in ThornGuides built with the Cactus make system. @@ -65,9 +64,6 @@ % % *======================================================================* -% If you are using CVS use this line to give version information -% $Header$ - \documentclass{article} % Use the Cactus ThornGuide style file @@ -79,14 +75,13 @@ \begin{document} % The author of the documentation -\author{Erik Schnetter \textless schnetter@aei.mpg.de\textgreater} +\author{Erik Schnetter \textless schnetter@cct.lsu.edu\textgreater} % The title of the document (not necessarily the name of the Thorn) \title{SphericalSurface} -% the date your document was last changed, if your document is in CVS, -% please use: -\date{$ $Date$ $} +% the date your document was last changed +\date{2007-03-06} \maketitle diff --git a/interface.ccl b/interface.ccl index bb66f2c..5a9886f 100644 --- a/interface.ccl +++ b/interface.ccl @@ -1,5 +1,4 @@ # Interface definition for thorn SphericalSurface -# $Header$ IMPLEMENTS: SphericalSurface inherits: grid diff --git a/param.ccl b/param.ccl index a24a1a7..8d04742 100644 --- a/param.ccl +++ b/param.ccl @@ -1,5 +1,4 @@ # Parameter definitions for thorn SphericalSurface -# $Header$ RESTRICTED: diff --git a/schedule.ccl b/schedule.ccl index 5e596de..a768949 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -1,5 +1,4 @@ # Schedule definitions for thorn SphericalSurface -# $Header$ STORAGE: sf_active STORAGE: sf_valid diff --git a/src/check.c b/src/check.c index f1e35c4..1e8920f 100644 --- a/src/check.c +++ b/src/check.c @@ -1,5 +1,3 @@ -/* $Header$ */ - #include #include #include diff --git a/src/make.code.defn b/src/make.code.defn index e11e8b2..a7df51e 100644 --- a/src/make.code.defn +++ b/src/make.code.defn @@ -1,5 +1,4 @@ # Main make.code.defn file for thorn SphericalSurface -# $Header$ # Source files in this directory SRCS = check.c radius.c setup.cc diff --git a/src/radius.c b/src/radius.c index 9fc1b50..efdbb5b 100644 --- a/src/radius.c +++ b/src/radius.c @@ -1,5 +1,3 @@ -/* $Header$ */ - #include #include #include diff --git a/src/setup.cc b/src/setup.cc index 9546917..608aa99 100644 --- a/src/setup.cc +++ b/src/setup.cc @@ -1,5 +1,3 @@ -// $Header$ - #include #include #include -- cgit v1.2.3