From 063bc8d3efc7a7d5561e43e6a3799dbc8e69b5b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20Sch=C3=B6nherr?= Date: Sat, 26 Apr 1997 14:01:20 +0000 Subject: [PATCH] Formatting of RCS variables changed ($Revision$ + $Date$ instead of $Id$) --- .../Optimisation_basic/web/share/file_header.awi | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Packages/Optimisation_basic/web/share/file_header.awi b/Packages/Optimisation_basic/web/share/file_header.awi index aba7d671a72..44f19080af8 100644 --- a/Packages/Optimisation_basic/web/share/file_header.awi +++ b/Packages/Optimisation_basic/web/share/file_header.awi @@ -4,16 +4,19 @@ @! ---------------------------------------------------------------------------- @! file : web/file_header.awlib @! author: Sven Schönherr (sven@inf.fu-berlin.de) -@! $Id$ +@! ---------------------------------------------------------------------------- +@! $Revision$ +@! $Date$ @! ============================================================================ @p maximum_input_line_length = 120 A formatted file header allows easy identification of the files. It is parameterized with the title of the implementation, the product file -name, the source file name and the author name. +name, the source file name, the author name, and the RCS variables +@em{Revision} and @em{Date} of the source file. -@macro (4) zero many = @begin +@macro (6) zero many = @begin // ============================================================================ // The CGAL Project // Implementation: @1 @@ -21,7 +24,9 @@ name, the source file name and the author name. // file : @2 // source: web/@3.aw // author: @4 -// $Id$ +// ---------------------------------------------------------------------------- +// @5 +// @6 // ============================================================================ @end