Enable more $Id$ expansion.
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 16 Mar 2007 05:18:56 +0000 (05:18 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 16 Mar 2007 05:18:56 +0000 (05:18 +0000)
git-svn-id: http://svn.voria.com/code@337 1f10aa63-cdf2-0310-b900-c93c546f37ac

31 files changed:
ETL/trunk/ETL/Makefile.am
ETL/trunk/ETL/angle
ETL/trunk/ETL/bezier
ETL/trunk/ETL/boxblur
ETL/trunk/ETL/calculus
ETL/trunk/ETL/clock
ETL/trunk/ETL/fastangle
ETL/trunk/ETL/fixed
ETL/trunk/ETL/gaussian
ETL/trunk/ETL/handle
ETL/trunk/ETL/hermite
ETL/trunk/ETL/ipc
ETL/trunk/ETL/misc
ETL/trunk/ETL/pen
ETL/trunk/ETL/random
ETL/trunk/ETL/rect
ETL/trunk/ETL/ref_count
ETL/trunk/ETL/smach
ETL/trunk/ETL/smart_ptr
ETL/trunk/ETL/spline
ETL/trunk/ETL/status
ETL/trunk/ETL/stringf
ETL/trunk/ETL/surface
ETL/trunk/ETL/thread
ETL/trunk/ETL/trivial
ETL/trunk/ETL/value
ETL/trunk/Makefile.am
ETL/trunk/bootstrap
ETL/trunk/config/ETL.m4
ETL/trunk/config/configure.ac
ETL/trunk/test/Makefile.am

index 836ee22..c17909e 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /opt/voria/cvs/ETL/ETL/Makefile.am,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+# $Id$
 
 MAINTAINERCLEANFILES=Makefile.in
 
index 11f3792..b58aef8 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Angle Abstraction Class Implementation
-** $Id: angle,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 119fb25..22be24a 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Bezier Curve Class
-** $Id: bezier,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 8191167..e56316b 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Box Blur Template
-** $Id: boxblur,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 7243d93..06b8928 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Calculus Functional Classes
-** $Id: calculus,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 54d2ceb..86d807d 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Clock Abstraction
-** $Id: clock,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 33ead89..5f586a6 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Fast Angle Abstraction Class
-** $Id: fastangle,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 84d4f14..3e83c41 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Fixed-Point Math Class
-** $Id: fixed,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 52994b4..35d2ae8 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Gaussian Blur Template
-** $Id: gaussian,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 3e343fd..9c3347e 100644 (file)
@@ -1,7 +1,7 @@
 // <handle> -*- C++ -*-
 /* === E T L =============================================================== */
 /*!    \file handle
-**     $Id: handle,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+**     $Id$
 **     \brief Template Object Handle
 **
 **     \legal
index 3f4fc33..d6b803a 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Hermite Curve Class
-** $Id: hermite,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 77d3b23..765000e 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Inter-Process Commumnication Classes
-** $Id: ipc,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 6236e4d..239862f 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Misc
-** $Id: misc,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 02057c2..78c32c3 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Pen Template Class
-** $Id: pen,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 505290d..7bd681a 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Random Number Generator Class
-** $Id: random,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 3d39c2f..2c8b5c5 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Rect
-** $Id: rect,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Adrian Bentley
 **
index c61fc44..1df6fc0 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** 
-** $Id: ref_count,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 059939d..32bd45c 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** State Machine Abstraction Class
-** $Id: smach,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 892c44e..9209811 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Template Smart Pointer
-** $Id: smart_ptr,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 6619438..9c8452e 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Spline Class
-** $Id: spline,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 1cbd087..6604623 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Status Callback Class
-** $Id: status,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 62c197a..36ae4be 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** stringf Procedure
-** $Id: stringf,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 52c7542..79f484b 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Surface Abstraction Class
-** $Id: surface,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index a06a196..6aeb221 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Thread Abstraction Class
-** $Id: thread,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 672155c..efc7ebc 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Trivial Template Class
-** $Id: trivial,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
index 4e7156c..b19739c 100644 (file)
@@ -2,7 +2,7 @@
 /*! ========================================================================
 ** Extended Template and Library
 ** Generic Value Template
-** $Id: value,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Adrian Bentley
 **
index 33af377..11516b4 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /opt/voria/cvs/ETL/Makefile.am,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+# $Id$
 
 MAINTAINERCLEANFILES=config/config.guess config/config.sub config/ltmain.sh config/install-sh config/mkinstalldirs config/aclocal.m4 config/missing config/texinfo.tex config/depcomp aclocal.m4 config.h.in configure stamp-h.in Makefile.in config.log config.status .doc_stamp .DS_Store @PACKAGE@.spec include/etl_profile.h.in
 
index 461491e..eba4766 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 #
 # Extended Template Library Bootstrap Script
-# $Id: bootstrap,v 1.2 2005/01/04 01:54:14 darco Exp $
+# $Id$
 # 
 # This script creates the configure script and Makefile.in files,
 # and also fixes a few things in both to ensure a smooth build
index e25d155..7c807dd 100644 (file)
@@ -1,6 +1,6 @@
 # ETL M4 Macro
 # For GNU Autotools
-# $Id: ETL.m4,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+# $Id$
 #
 # By Robert B. Quattlebaum Jr. <darco@users.sf.net>
 #
index 77bf020..9385047 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /opt/voria/cvs/ETL/config/configure.ac,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
+# $Id$
 
 # -- I N I T --------------------------------------------------
 
index 0aeb8ab..fd15977 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /opt/voria/cvs/ETL/test/Makefile.am,v 1.1.1.1 2005/01/04 01:31:48 darco Exp $
+# $Id$
 
 MAINTAINERCLEANFILES=Makefile.in
 CXXFLAGS=@CXXFLAGS@ -I$(top_srcdir) -I$(top_builddir)