Description: Autogenerated patch header for a single-debian-patch file.
 The delta against upstream is either kept as a single patch, or maintained
 in some VCS, and exported as a single patch instead of more manageable
 atomic patches.
Forwarded: not-needed

---
--- adolc-2.7.2.orig/ADOL-C/examples/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 752 2018-03-02 17:30:30Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 608 2015-08-10 20:06:55Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/checkpointing/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/checkpointing/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/checkpointing/checkpointing.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/checkpointing/checkpointing.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     checkpointing.cpp
- Revision: $Id: checkpointing.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: example for checkpointing
 
  Copyright (c) Andrea Walther
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/clock/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/clock/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/clock/myclock.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/clock/myclock.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     myclock.cpp
- Revision: $Id: myclock.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: timing utilities
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/clock/myclock.h
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/clock/myclock.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     myclock.h
- Revision: $Id: myclock.h 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: timing utilities
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/cuda/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/cuda/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 408 2013-02-12 16:19:10Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Kshitij Kulshreshtha
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/cuda/liborgpu.cu
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/cuda/liborgpu.cu
@@ -1,7 +1,7 @@
  /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     liborgpu.cu
- Revision: $Id: liborgpu.cu 408 2013-02-12 16:19:10Z kulshres $
+ Revision: $Id$
  Contents: example for differentiation of GPU parallel programs
 
  Copyright (c) Andrea Walther, Alina Koniaeva
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/cuda/traceless_cuda.cu
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/cuda/traceless_cuda.cu
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     traceless_cuda.cu
- Revision: $Id: traceless_cuda.cu 408 2013-02-12 16:19:10Z kulshres $
+ Revision: $Id$
  Contents: computation of coordinate transform, 
            cuda example described in the manual
 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/detexam/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/detexam/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/detexam/detexam-old.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/detexam/detexam-old.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     detexam-old.cpp
- Revision: $Id: detexam-old.cpp 511 2014-05-14 13:01:01Z kulshres $
+ Revision: $Id$
  Contents: computation of determinants
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/detexam/detexam.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/detexam/detexam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     detexam.cpp
- Revision: $Id: detexam.cpp 511 2014-05-14 13:01:01Z kulshres $
+ Revision: $Id$
  Contents: modified computation of determinants
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/ext_diff_func/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/ext_diff_func/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 736 2017-05-30 08:48:05Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/ext_diff_func/ext_diff_func.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/ext_diff_func/ext_diff_func.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     ext_diff_func.cpp
- Revision: $Id: ext_diff_func.cpp 608 2015-08-10 20:06:55Z kulshres $
+ Revision: $Id$
  Contents: example for external differentiated functions
 
  Copyright (c) Andrea Walther
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/fixpoint_exam/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/fixpoint_exam/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/fixpoint_exam/fixpoint_exam.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/fixpoint_exam/fixpoint_exam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     fixpoint_exam.cpp
- Revision: $Id: fixpoint_exam.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: example for differentiation of fixpoint iterations
 
  Copyright (c) Andrea Walther
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/helm/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/helm/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/helm/helm-auto-exam.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/helm/helm-auto-exam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     helm-auto-exam.cpp
- Revision: $Id: helm-auto-exam.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: example for  Helmholtz energy example 
            Computes gradient using AD driver reverse(..)
 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/helm/helm-diff-exam.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/helm/helm-diff-exam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     helm-diff-exam.cpp
- Revision: $Id: helm-diff-exam.cpp 88 2010-02-17 18:33:52Z utke $
+ Revision: $Id$
  Contents: example for  Helmholtz energy example 
            Computes gradient using divide differences
 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/hessmat/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/hessmat/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/hessmat/hessmat.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/hessmat/hessmat.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     hessmat.cpp
- Revision: $Id: hessmat.cpp 387 2013-01-25 15:47:43Z kulshres $
+ Revision: $Id$
  Contents: example for testing the routines: 
            hov_wk_forward    ( = Higher Order Vector forward With Keep )
            hos_ov_reverse    ( = Higher Order Scalar reverse over vectors)
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/ipopt/README
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/ipopt/README
@@ -1,6 +1,6 @@
 ##############################################################################
 ## README -- additional information
-## $Id: README 408 2013-02-12 16:19:10Z kulshres $
+## $Id$
 ##
 ## Copyright (C) Andrea Walther
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/lighthouse/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/lighthouse/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/lighthouse/cubic-2.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/lighthouse/cubic-2.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     cubic-2.cpp
- Revision: $Id: cubic-2.cpp 511 2014-05-14 13:01:01Z kulshres $
+ Revision: $Id$
  Contents: example for cubic lighthouse example of Griewank's Book
             using Cardan's formula with conditionals
 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/lighthouse/cubic-iter-2.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/lighthouse/cubic-iter-2.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     cubic-iter-2.cpp
- Revision: $Id: cubic-iter-2.cpp 511 2014-05-14 13:01:01Z kulshres $
+ Revision: $Id$
  Contents: example for cubic lighthouse example of Griewank's Book
            using iterative solvers
            (output of z_k and dz_k for fixed t)
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/lighthouse/cubic-iter.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/lighthouse/cubic-iter.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     cubic-iter-2.cpp
- Revision: $Id: cubic-iter.cpp 511 2014-05-14 13:01:01Z kulshres $
+ Revision: $Id$
  Contents: example for cubic lighthouse example of Griewank's Book
             using iterative solvers
 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/lighthouse/cubic.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/lighthouse/cubic.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     cubic.cpp
- Revision: $Id: cubic.cpp 511 2014-05-14 13:01:01Z kulshres $
+ Revision: $Id$
  Contents: example for cubic lighthouse example of Griewank's Book
            using Cardan's formula with two tapes
   
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/lufact/LU.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/lufact/LU.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     LU.cpp
- Revision: $Id: LU.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: example for 'active' LU-decomposition and according solver
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/lufact/LU.h
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/lufact/LU.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     LU.h
- Revision: $Id: LU.h 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: example for 'active' LU-decomposition and according solver
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/lufact/LUdet.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/lufact/LUdet.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     LUdet.cpp
- Revision: $Id: LUdet.cpp 511 2014-05-14 13:01:01Z kulshres $
+ Revision: $Id$
  Contents: example for
              * Computation of the determinant of a matrix
                by LU-decomposition of the system matrix without pivoting 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/lufact/LUsolve.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/lufact/LUsolve.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     LUsolve.cpp
- Revision: $Id: LUsolve.cpp 511 2014-05-14 13:01:01Z kulshres $
+ Revision: $Id$
  Contents: example for
              * Computation of the determinant of a matrix
                by LU-decomposition of the system matrix without pivoting 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/lufact/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/lufact/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
 ##               Hristo Mitev, Sebastian Schlenkrich, Jean Utke, Olaf Vogel
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/ode/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/ode/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
 ##               Hristo Mitev, Sebastian Schlenkrich, Jean Utke, Olaf Vogel
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/ode/vfunc_eutroph.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/ode/vfunc_eutroph.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     vfunc_eutroph.cpp
- Revision: $Id: vfunc_eutroph.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: example for function module containing the eutroph example
            (based on eutroph.C of version 1.7)
  
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/ode/vfunc_fic.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/ode/vfunc_fic.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     vfunc_fic.cpp
- Revision: $Id: vfunc_fic.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: example for function module containing the flow in a channel
  
    Each << function module >> contains:
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/ode/vfunc_robertson.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/ode/vfunc_robertson.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     vfunc_robertson.cpp
- Revision: $Id: vfunc_robertson.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: example for function module containing the Robertson test problem
             (based on odexam.C of version 1.7)
  
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/ode/vgenodemain.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/ode/vgenodemain.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     vgenodemain.cpp
- Revision: $Id: vgenodemain.cpp 511 2014-05-14 13:01:01Z kulshres $
+ Revision: $Id$
  Contents: example for ODE Generic Main File: 
        for use with function modules containing vector examples 
        (e.g. vgen_eutroph.C)
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/openmp_exam/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/openmp_exam/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/openmp_exam/liborpar.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/openmp_exam/liborpar.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     liborpar.cpp
- Revision: $Id: liborpar.cpp 708 2016-07-12 08:18:44Z kulshres $
+ Revision: $Id$
  Contents: example for differentiation of OpemMP parallel programs
            parallel version 
 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/openmp_exam/liborser.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/openmp_exam/liborser.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     liborser.cpp
- Revision: $Id: liborser.cpp 503 2014-05-14 08:45:10Z kulshres $
+ Revision: $Id$
  Contents: example for differentiation of OpemMP parallel programs
            serial version for comparisons
 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/pow/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/pow/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/pow/powexam.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/pow/powexam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     powexam.cpp
- Revision: $Id: powexam.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: example for computation of n-th power
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/scal/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/scal/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/scal/scalexam.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/scal/scalexam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     scalexam.cpp
- Revision: $Id: scalexam.cpp 511 2014-05-14 13:01:01Z kulshres $
+ Revision: $Id$
  Contents:
           This program can be used to verify the consistency and 
           correctness of derivatives computed by ADOL-C in its forward 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/sparse/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/sparse/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/sparse/jacpatexam.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/sparse/jacpatexam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     jacpatexam.cpp
- Revision: $Id: jacpatexam.cpp 299 2012-03-21 16:08:40Z kulshres $
+ Revision: $Id$
  Contents: example for computation of jacobian sparsity pattern
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/sparse/sparse_hessian.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/sparse/sparse_hessian.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sparse_hessian.cpp
- Revision: $Id: sparse_hessian.cpp 675 2016-03-17 14:29:06Z kulshres $
+ Revision: $Id$
  Contents: example for computation of sparse hessians
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/sparse/sparse_jacobian.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/sparse/sparse_jacobian.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sparse_jacobian.cpp
- Revision: $Id: sparse_jacobian.cpp 299 2012-03-21 16:08:40Z kulshres $
+ Revision: $Id$
  Contents: example for computation of sparse jacobians
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/speelpenning/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/speelpenning/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/speelpenning/speelpenning.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/speelpenning/speelpenning.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     speelpenning.cpp
- Revision: $Id: speelpenning.cpp 511 2014-05-14 13:01:01Z kulshres $
+ Revision: $Id$
  Contents: example for computation of sparse hessians
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/tapesave/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/tapesave/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/tapesave/createTape.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/tapesave/createTape.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     createTape.cpp
- Revision: $Id: createTape.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents:
 
    How to create a tape with ADOL-C
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/tapesave/useTape.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/tapesave/useTape.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     createTape.cpp
- Revision: $Id: useTape.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents:
 
    How to use a tape with ADOL-C
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/taylor/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/taylor/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/taylor/accessexam.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/taylor/accessexam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     accessexam.cpp
- Revision: $Id: accessexam.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: Test driver 'tensor_value(..)' and access of higher order tensors 
            by void pointer strategy
  
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/taylor/coordinates.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/taylor/coordinates.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     coordinates.cpp
- Revision: $Id: coordinates.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: Test driver 'inverse_tensor_eval' using transformation between 
            Cartesian coordinates and polar coordinates
  
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/taylor/inversexam.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/taylor/inversexam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     inversexam.cpp
- Revision: $Id: inversexam.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: Test driver 'inverse_tensor_eval(..)' allows to 
            compute higher order derivatives of inverse
            functions
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/taylor/taylorexam.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/taylor/taylorexam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     taylorexam.cpp
- Revision: $Id: taylorexam.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: Test driver 'tensor_eval(..)' to compute
            higher order derivatives
 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/taylor/trigger.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/taylor/trigger.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     trigger.cpp
- Revision: $Id: trigger.cpp 450 2014-01-21 10:16:57Z awalther $
+ Revision: $Id$
  Contents:  Test driver 'inverse_tensor_eval(..)' that allows to 
             compute higher order derivatives of inverse functions
            
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/Makefile.am
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
 ##               Hristo Mitev, Sebastian Schlenkrich, Jean Utke, Olaf Vogel
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/rotations.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/rotations.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     rotations.cpp
- Revision: $Id: rotations.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: 
 
    ... contains elementary rotations used by the machine tool 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/rotations.h
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/rotations.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     rotations.h
- Revision: $Id: rotations.h 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: 
 
    ... contains elementary rotations used by the machine tool 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/sfunc_determinant.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/sfunc_determinant.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sfunc_determinant.cpp
- Revision: $Id: sfunc_determinant.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: function module containing the determinant example
  
    Each << function module >> contains:
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/sfunc_experimental.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/sfunc_experimental.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sfunc_experimental.cpp
- Revision: $Id: sfunc_experimental.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: function module containing an experimental function
  
    Each << function module >> contains:
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/sfunc_griewank.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/sfunc_griewank.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sfunc_griewank.cpp
- Revision: $Id: sfunc_griewank.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: function module containing  Griewanks function
 
    Each << function module >> contains:
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/sfunc_helmholtz.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/sfunc_helmholtz.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sfunc_helmholtz.cpp
- Revision: $Id: sfunc_helmholtz.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: function module containing Helmholtz energy function
 
    Each << function module >> contains:
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/sfunc_michalewitz.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/sfunc_michalewitz.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sfunc_michalewitz.cpp
- Revision: $Id: sfunc_michalewitz.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: function module containing Michalewitz' function
 
    Each << function module >> contains:
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/sfunc_power.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/sfunc_power.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sfunc_power.cpp
- Revision: $Id: sfunc_power.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: function module containing the power example
 
    Each << function module >> contains:
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/sfunc_rosenbrock.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/sfunc_rosenbrock.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sfunc_rosenbrock.cpp
- Revision: $Id: sfunc_rosenbrock.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: function module containing  Rosenbrock's function
 
    Each << function module >> contains:
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/sfunc_speelpenning.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/sfunc_speelpenning.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sfunc_speelpenning.cpp
- Revision: $Id: sfunc_speelpenning.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: function module containing Speepennings product
 
    Each << function module >> contains:
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/sgenmain.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/sgenmain.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sgenmain.cpp
- Revision: $Id: sgenmain.cpp 511 2014-05-14 13:01:01Z kulshres $
+ Revision: $Id$
  Contents: Scalar Generic Main File: 
        for use with function modules containing several scalar
        examples 
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/vfunc_gear.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/vfunc_gear.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     vfunc_gear.cpp
- Revision: $Id: vfunc_gear.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: Example of function module containing the machine tool example
             of gearing
  
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/vfunc_pargear.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/vfunc_pargear.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     vfunc_pargear.cpp
- Revision: $Id: vfunc_pargear.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: Example of function module containing the machine tool example
            of gearing (parametrized version)
  
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/vfunc_shuttle.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/vfunc_shuttle.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     vfunc_shuttle.cpp
- Revision: $Id: vfunc_shuttle.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: Example of function module containing the shuttle example
             (based on shuttlexam.c of version 1.7) 
  
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/vfunc_simplevec.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/vfunc_simplevec.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     vfunc_simplevec.cpp
- Revision: $Id: vfunc_simplevec.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: Example of function module containing a simple vector example
 
    Each << function module >> contains:
--- adolc-2.7.2.orig/ADOL-C/examples/additional_examples/timing/vgenmain.cpp
+++ adolc-2.7.2/ADOL-C/examples/additional_examples/timing/vgenmain.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     vgenmain.cpp
- Revision: $Id: vgenmain.cpp 511 2014-05-14 13:01:01Z kulshres $
+ Revision: $Id$
  Contents: Vector Generic Main File: 
        for use with function modules containing several vector
        function examples 
--- adolc-2.7.2.orig/ADOL-C/examples/detexam.cpp
+++ adolc-2.7.2/ADOL-C/examples/detexam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     detexam.cpp
- Revision: $Id: detexam.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: computation of determinants, described in the manual
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/luexam.cpp
+++ adolc-2.7.2/ADOL-C/examples/luexam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     luexam.cpp
- Revision: $Id: luexam.cpp 431 2013-06-18 20:14:07Z kulshres $
+ Revision: $Id$
  Contents: computation of LU factorization with pivoting
 
  Copyright (c) Kshitij Kulshreshtha
--- adolc-2.7.2.orig/ADOL-C/examples/odexam.cpp
+++ adolc-2.7.2/ADOL-C/examples/odexam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     odexam.cpp
- Revision: $Id: odexam.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: Nonlinear ordinary differential equation based on the
            Robertson test problem, described in the manual
 
--- adolc-2.7.2.orig/ADOL-C/examples/powexam.cpp
+++ adolc-2.7.2/ADOL-C/examples/powexam.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     powexam.cpp
- Revision: $Id: powexam.cpp 171 2010-10-04 13:57:19Z kulshres $
+ Revision: $Id$
  Contents: computation of n-th power, described in the manual
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/speelpenning.cpp
+++ adolc-2.7.2/ADOL-C/examples/speelpenning.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     speelpenning.cpp
- Revision: $Id: speelpenning.cpp 299 2012-03-21 16:08:40Z kulshres $
+ Revision: $Id$
  Contents: speelpennings example, described in the manual
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/examples/tapeless_scalar.cpp
+++ adolc-2.7.2/ADOL-C/examples/tapeless_scalar.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     tapeless_scalar.cpp
- Revision: $Id: tapeless_scalar.cpp 429 2013-05-27 09:28:48Z kulshres $
+ Revision: $Id$
  Contents: computation of coordinate transform, 
            scalar tapeless forward mode
            described in the manual
--- adolc-2.7.2.orig/ADOL-C/examples/tapeless_vector.cpp
+++ adolc-2.7.2/ADOL-C/examples/tapeless_vector.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     tapeless_vector.cpp
- Revision: $Id: tapeless_vector.cpp 429 2013-05-27 09:28:48Z kulshres $
+ Revision: $Id$
  Contents: computation of coordinate transform, 
            vector tapeless forward mode
            described in the manual
--- adolc-2.7.2.orig/ADOL-C/include/adolc/Makefile.am
+++ adolc-2.7.2/ADOL-C/include/adolc/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 762 2018-12-18 15:36:05Z mbanovic $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz, Kshitij Kulshreshtha
 ##
--- adolc-2.7.2.orig/ADOL-C/include/adolc/adalloc.h
+++ adolc-2.7.2/ADOL-C/include/adolc/adalloc.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     adalloc.h
- Revision: $Id: adalloc.h 608 2015-08-10 20:06:55Z kulshres $
+ Revision: $Id$
  Contents: Allocation of arrays of doubles in several dimensions 
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/include/adolc/adolc.h
+++ adolc-2.7.2/ADOL-C/include/adolc/adolc.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     adolc.h
- Revision: $Id: adolc.h 764 2019-01-30 14:44:40Z mbanovic $
+ Revision: $Id$
  Contents: Provides all C/C++ interfaces of ADOL-C.
            NOTICE: ALL C/C++ headers will be included DEPENDING ON 
            whether the source code is plain C or C/C++ code. 
--- adolc-2.7.2.orig/ADOL-C/include/adolc/adolc_openmp.h
+++ adolc-2.7.2/ADOL-C/include/adolc/adolc_openmp.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     adolc_openmp.h
- Revision: $Id: adolc_openmp.h 537 2014-08-15 14:10:48Z kulshres $
+ Revision: $Id$
  Contents: header file for openmp parallel differentiation
 
  Copyright (c) Andreas Kowarz
--- adolc-2.7.2.orig/ADOL-C/include/adolc/adolc_sparse.h
+++ adolc-2.7.2/ADOL-C/include/adolc/adolc_sparse.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     adolc_sparse.h
- Revision: $Id: adolc_sparse.h 354 2012-10-01 11:32:26Z kulshres $
+ Revision: $Id$
  Contents: Provides  C/C++ interfaces of ADOL-C sprase drivers.
  
  Copyright (c) Andrea Walther
--- adolc-2.7.2.orig/ADOL-C/include/adolc/adouble.h
+++ adolc-2.7.2/ADOL-C/include/adolc/adouble.h
@@ -1,7 +1,7 @@
 /* ---------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
 
- Revision: $Id: adouble.h 775 2020-01-25 14:09:12Z mbanovic $
+ Revision: $Id$
  Contents: adouble.h contains the basis for the class of adouble
            included here are all the possible functions defined on
            the adouble class.  Notice that, as opposed to ealier versions,
--- adolc-2.7.2.orig/ADOL-C/include/adolc/adoublecuda.h
+++ adolc-2.7.2/ADOL-C/include/adolc/adoublecuda.h
@@ -1,7 +1,7 @@
 /* ---------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
 
- Revision: $Id: adoublecuda.h 709 2016-08-09 12:51:09Z kulshres $
+ Revision: $Id$
  Contents: adoublecuda.h contains the class of adouble specifically
            suited to be used within CUDA environment
 
--- adolc-2.7.2.orig/ADOL-C/include/adolc/adutils.h
+++ adolc-2.7.2/ADOL-C/include/adolc/adutils.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     adutils.h
- Revision: $Id: adutils.h 354 2012-10-01 11:32:26Z kulshres $
+ Revision: $Id$
  Contents: Provides all C/C++ interfaces of ADOL-C.
            NOTICE: This file is kept for compatibility reasons only. 
                    The new header adolc.h is included.
--- adolc-2.7.2.orig/ADOL-C/include/adolc/adutilsc.h
+++ adolc-2.7.2/ADOL-C/include/adolc/adutilsc.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     adutilsc.h
- Revision: $Id: adutilsc.h 354 2012-10-01 11:32:26Z kulshres $
+ Revision: $Id$
  Contents: Provides all C/C++ interfaces of ADOL-C.
            NOTICE: This file is kept for compatibility reasons only. 
                    The new header adolc.h is included.
--- adolc-2.7.2.orig/ADOL-C/include/adolc/advector.h
+++ adolc-2.7.2/ADOL-C/include/adolc/advector.h
@@ -1,7 +1,7 @@
 /* ---------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
 
- Revision: $Id: advector.h 764 2019-01-30 14:44:40Z mbanovic $
+ Revision: $Id$
  Contents: advector.h contains a vector<adouble> implementation
            that is able to trace subscripting operations.
 
--- adolc-2.7.2.orig/ADOL-C/include/adolc/checkpointing.h
+++ adolc-2.7.2/ADOL-C/include/adolc/checkpointing.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     checkpointing.h
- Revision: $Id: checkpointing.h 600 2015-03-12 21:28:32Z kulshres $
+ Revision: $Id$
  Contents: Provides all checkointing interfaces.
  
  Copyright (c) Andreas Kowarz
--- adolc-2.7.2.orig/ADOL-C/include/adolc/convolut.h
+++ adolc-2.7.2/ADOL-C/include/adolc/convolut.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     convolut.h
- Revision: $Id: convolut.h 537 2014-08-15 14:10:48Z kulshres $
+ Revision: $Id$
  Contents: Convolution routines (used by ho_rev.mc)
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/include/adolc/drivers/Makefile.am
+++ adolc-2.7.2/ADOL-C/include/adolc/drivers/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 639 2015-12-02 10:48:01Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C)  Andrea Walther, Andreas Kowarz, Kshitij Kulshreshta
 ##
--- adolc-2.7.2.orig/ADOL-C/include/adolc/drivers/drivers.h
+++ adolc-2.7.2/ADOL-C/include/adolc/drivers/drivers.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     drivers/drivers.h
- Revision: $Id: drivers.h 537 2014-08-15 14:10:48Z kulshres $
+ Revision: $Id$
  Contents: Easy to use drivers for optimization and nonlinear equations
            (with C and C++ callable interfaces including Fortran 
             callable versions).
--- adolc-2.7.2.orig/ADOL-C/include/adolc/drivers/odedrivers.h
+++ adolc-2.7.2/ADOL-C/include/adolc/drivers/odedrivers.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     drivers/odedrivers.h
- Revision: $Id: odedrivers.h 537 2014-08-15 14:10:48Z kulshres $
+ Revision: $Id$
  Contents: Easy to use drivers for ordinary differential equations (ODE)
            (with C and C++ callable interfaces including Fortran 
             callable versions).
--- adolc-2.7.2.orig/ADOL-C/include/adolc/drivers/taylor.h
+++ adolc-2.7.2/ADOL-C/include/adolc/drivers/taylor.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     drivers/taylor.h
- Revision: $Id: taylor.h 537 2014-08-15 14:10:48Z kulshres $
+ Revision: $Id$
  Contents: Easy to use drivers for the evaluation of higher order derivative
            tensors and inverse/impicit function differentiation
  
--- adolc-2.7.2.orig/ADOL-C/include/adolc/externfcts.h
+++ adolc-2.7.2/ADOL-C/include/adolc/externfcts.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     externfcts.h
- Revision: $Id: externfcts.h 764 2019-01-30 14:44:40Z mbanovic $
+ Revision: $Id$
  Contents: public functions and data types for extern (differentiated)
            functions.
  
--- adolc-2.7.2.orig/ADOL-C/include/adolc/fixpoint.h
+++ adolc-2.7.2/ADOL-C/include/adolc/fixpoint.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     fixpoint.h
- Revision: $Id: fixpoint.h 537 2014-08-15 14:10:48Z kulshres $
+ Revision: $Id$
  Contents: all C functions directly accessing at least one of the four tapes
            (operations, locations, constants, value stack)
  
--- adolc-2.7.2.orig/ADOL-C/include/adolc/fortutils.h
+++ adolc-2.7.2/ADOL-C/include/adolc/fortutils.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     fortutils.h
- Revision: $Id: fortutils.h 537 2014-08-15 14:10:48Z kulshres $
+ Revision: $Id$
  Contents: Internal tools to handle Fortran arrays
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/include/adolc/interfaces.h
+++ adolc-2.7.2/ADOL-C/include/adolc/interfaces.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     interfaces.h
- Revision: $Id: interfaces.h 688 2016-03-21 07:38:44Z awalther $
+ Revision: $Id$
  Contents: Declaration of the standard interfaces to ADOL-C forward and
            reverse calls (C++, C and Fortran callable C functions).
  
--- adolc-2.7.2.orig/ADOL-C/include/adolc/internal/adolc_settings.h.in
+++ adolc-2.7.2/ADOL-C/include/adolc/internal/adolc_settings.h.in
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     adolc_settings.h
- Revision: $Id: adolc_settings.h.in 764 2019-01-30 14:44:40Z mbanovic $
+ Revision: $Id$
  Contents: ADOL-C Settings:
            These parameters might affect the performance of the ADOL-C
            system; and are set by the configure script during the build.
--- adolc-2.7.2.orig/ADOL-C/include/adolc/internal/common.h
+++ adolc-2.7.2/ADOL-C/include/adolc/internal/common.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     common.h
- Revision: $Id: common.h 634 2015-08-20 15:30:43Z kulshres $
+ Revision: $Id$
  Contents: Common (global) ADOL-C header  
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/include/adolc/internal/usrparms.h
+++ adolc-2.7.2/ADOL-C/include/adolc/internal/usrparms.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     usrparms.h
- Revision: $Id: usrparms.h 670 2016-03-17 14:11:42Z kulshres $
+ Revision: $Id$
  Contents: User parameters:
            These parameters might affect the performance of the ADOL-C
            system; they are intended to be tweeked by users and local
--- adolc-2.7.2.orig/ADOL-C/include/adolc/revolve.h
+++ adolc-2.7.2/ADOL-C/include/adolc/revolve.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     revolve.h
- Revision: $Id: revolve.h 537 2014-08-15 14:10:48Z kulshres $
+ Revision: $Id$
  Contents: optimal binomial checkpointing adapted for ADOL-C
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz
--- adolc-2.7.2.orig/ADOL-C/include/adolc/sparse/Makefile.am
+++ adolc-2.7.2/ADOL-C/include/adolc/sparse/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 354 2012-10-01 11:32:26Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C)  Andrea Walther, Andreas Kowarz, Kshitij Kulshreshtha
 ##
--- adolc-2.7.2.orig/ADOL-C/include/adolc/sparse/sparse_fo_rev.h
+++ adolc-2.7.2/ADOL-C/include/adolc/sparse/sparse_fo_rev.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sparse/sparse_fo_rev.h
- Revision: $Id: sparse_fo_rev.h 537 2014-08-15 14:10:48Z kulshres $
+ Revision: $Id$
  Contents: This file containts some "Easy To Use" interfaces of sparse package.
  
  
--- adolc-2.7.2.orig/ADOL-C/include/adolc/sparse/sparsedrivers.h
+++ adolc-2.7.2/ADOL-C/include/adolc/sparse/sparsedrivers.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sparse/sparsedrivers.h
- Revision: $Id: sparsedrivers.h 585 2014-11-07 11:55:22Z kulshres $
+ Revision: $Id$
  Contents: This file containts some "Easy To Use" interfaces of sparse package.
  
  Copyright (c) Andrea Walther
--- adolc-2.7.2.orig/ADOL-C/include/adolc/tapedoc/Makefile.am
+++ adolc-2.7.2/ADOL-C/include/adolc/tapedoc/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 354 2012-10-01 11:32:26Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C)  Andrea Walther, Andreas Kowarz, Kshitij Kulshreshtha
 ##
--- adolc-2.7.2.orig/ADOL-C/include/adolc/tapedoc/tapedoc.h
+++ adolc-2.7.2/ADOL-C/include/adolc/tapedoc/tapedoc.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     tapedoc/tapedoc.h
- Revision: $Id: tapedoc.h 537 2014-08-15 14:10:48Z kulshres $
+ Revision: $Id$
  Contents: Contains declaration of tapedoc driver.
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/include/adolc/taping.h
+++ adolc-2.7.2/ADOL-C/include/adolc/taping.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     taping.h
- Revision: $Id: taping.h 764 2019-01-30 14:44:40Z mbanovic $
+ Revision: $Id$
  Contents: all C functions directly accessing at least one of the four tapes
            (operations, locations, constants, value stack)
 
--- adolc-2.7.2.orig/ADOL-C/src/Makefile.am
+++ adolc-2.7.2/ADOL-C/src/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 762 2018-12-18 15:36:05Z mbanovic $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/src/adalloc.c
+++ adolc-2.7.2/ADOL-C/src/adalloc.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     adalloc.c
- Revision: $Id: adalloc.c 613 2015-08-11 21:11:54Z kulshres $
+ Revision: $Id$
  Contents: C allocation of arrays of doubles in several dimensions 
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/adouble.cpp
+++ adolc-2.7.2/ADOL-C/src/adouble.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     adouble.cpp
- Revision: $Id: adouble.cpp 775 2020-01-25 14:09:12Z mbanovic $
+ Revision: $Id$
  Contents: adouble.C contains that definitions of procedures used to 
            define various badouble, adub, and adouble operations. 
            These operations actually have two purposes.
--- adolc-2.7.2.orig/ADOL-C/src/advector.cpp
+++ adolc-2.7.2/ADOL-C/src/advector.cpp
@@ -1,7 +1,7 @@
 /* ---------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
 
- Revision: $Id: advector.cpp 764 2019-01-30 14:44:40Z mbanovic $
+ Revision: $Id$
  Contents: advector.cpp contains a vector<adouble> implementation
            that is able to trace subscripting operations.
 
--- adolc-2.7.2.orig/ADOL-C/src/buffer_temp.h
+++ adolc-2.7.2/ADOL-C/src/buffer_temp.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     struct_buf.h
- Revision: $Id: buffer_temp.h 607 2015-05-19 09:36:56Z kulshres $
+ Revision: $Id$
  Contents: - template class for linked list of Type buffers with constant length
              per buffer
            - intended to be used with structs
--- adolc-2.7.2.orig/ADOL-C/src/checkpointing.cpp
+++ adolc-2.7.2/ADOL-C/src/checkpointing.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     checkpointing.cpp
- Revision: $Id: checkpointing.cpp 704 2016-05-17 11:49:55Z kulshres $
+ Revision: $Id$
  Contents: checkpointing algorithms
  
  Copyright (c) Andreas Kowarz, Jean Utke
--- adolc-2.7.2.orig/ADOL-C/src/checkpointing_p.h
+++ adolc-2.7.2/ADOL-C/src/checkpointing_p.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     checkpointing_p.h
- Revision: $Id: checkpointing_p.h 541 2014-08-15 14:11:16Z kulshres $
+ Revision: $Id$
  Contents: private functions for the checkpointing functions.
  
  Copyright (c) Andreas Kowarz, Jean Utke
--- adolc-2.7.2.orig/ADOL-C/src/convolut.c
+++ adolc-2.7.2/ADOL-C/src/convolut.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     convolute.c
- Revision: $Id: convolut.c 106 2010-06-29 17:19:50Z kulshres $
+ Revision: $Id$
  Contents: Convolution routines (used by ho_rev.mc)
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/drivers/Makefile.am
+++ adolc-2.7.2/ADOL-C/src/drivers/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 639 2015-12-02 10:48:01Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C)  Andrea Walther, Andreas Kowarz, Kshitij Kulshreshtha
 ##
--- adolc-2.7.2.orig/ADOL-C/src/drivers/drivers.c
+++ adolc-2.7.2/ADOL-C/src/drivers/drivers.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     drivers/drivers.c
- Revision: $Id: drivers.c 106 2010-06-29 17:19:50Z kulshres $
+ Revision: $Id$
  Contents: Easy to use drivers for optimization and nonlinear equations
            (Implementation of the C/C++ callable interfaces).
  
--- adolc-2.7.2.orig/ADOL-C/src/drivers/driversf.c
+++ adolc-2.7.2/ADOL-C/src/drivers/driversf.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     drivers/driversf.c
- Revision: $Id: driversf.c 638 2015-11-25 12:05:36Z kulshres $
+ Revision: $Id$
  Contents: Easy to use drivers for optimization and nonlinear equations
            (Implementation of the Fortran callable interfaces).
  
--- adolc-2.7.2.orig/ADOL-C/src/drivers/odedrivers.c
+++ adolc-2.7.2/ADOL-C/src/drivers/odedrivers.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     drivers/odedrivers.c
- Revision: $Id: odedrivers.c 745 2017-11-09 10:48:21Z kulshres $
+ Revision: $Id$
  Contents: Easy to use drivers for ordinary differential equations (ODE)
            (with C and C++ callable interfaces including Fortran 
             callable versions).
--- adolc-2.7.2.orig/ADOL-C/src/drivers/odedriversf.c
+++ adolc-2.7.2/ADOL-C/src/drivers/odedriversf.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     drivers/odedriversf.c
- Revision: $Id: odedriversf.c 106 2010-06-29 17:19:50Z kulshres $
+ Revision: $Id$
  Contents: Easy to use drivers for optimization and nonlinear equations
            (Implementation of the Fortran callable interfaces).
  
--- adolc-2.7.2.orig/ADOL-C/src/drivers/taylor.c
+++ adolc-2.7.2/ADOL-C/src/drivers/taylor.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     drivers/taylor.c
- Revision: $Id: taylor.c 745 2017-11-09 10:48:21Z kulshres $
+ Revision: $Id$
  Contents: Easy to use drivers for the evaluation of higher order derivative
            tensors and inverse/impicit function differentiation
  
--- adolc-2.7.2.orig/ADOL-C/src/dvlparms.h
+++ adolc-2.7.2/ADOL-C/src/dvlparms.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     dvlparms.h
- Revision: $Id: dvlparms.h 564 2014-08-22 10:33:56Z kulshres $
+ Revision: $Id$
  Contents: Developer parameters:
            These parameters are intended for use by the developers and 
            maintainers of ADOL-C to specify library wide definitions.
--- adolc-2.7.2.orig/ADOL-C/src/externfcts.cpp
+++ adolc-2.7.2/ADOL-C/src/externfcts.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     externfcts.cpp
- Revision: $Id: externfcts.cpp 736 2017-05-30 08:48:05Z kulshres $
+ Revision: $Id$
  Contents: functions and data types for extern (differentiated) functions.
  
  Copyright (c) Andreas Kowarz, Jean Utke
--- adolc-2.7.2.orig/ADOL-C/src/externfcts_p.h
+++ adolc-2.7.2/ADOL-C/src/externfcts_p.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     externfcts_p.h
- Revision: $Id: externfcts_p.h 608 2015-08-10 20:06:55Z kulshres $
+ Revision: $Id$
  Contents: private functions and data types for extern (differentiated)
            functions.
  
--- adolc-2.7.2.orig/ADOL-C/src/fixpoint.cpp
+++ adolc-2.7.2/ADOL-C/src/fixpoint.cpp
@@ -2,7 +2,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     fixpoint.c
- Revision: $Id: fixpoint.cpp 608 2015-08-10 20:06:55Z kulshres $
+ Revision: $Id$
  Contents: all C functions directly accessing at least one of the four tapes
            (operations, locations, constants, value stack)
  
--- adolc-2.7.2.orig/ADOL-C/src/fo_rev.c
+++ adolc-2.7.2/ADOL-C/src/fo_rev.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     fo_rev.c
- Revision: $Id: fo_rev.c 775 2020-01-25 14:09:12Z mbanovic $
+ Revision: $Id$
  Contents: Contains the routines :
            fos_reverse (first-order-scalar reverse mode)  : define _FOS_
            fov_reverse (first-order-vector reverse mode)  : define _FOV_
--- adolc-2.7.2.orig/ADOL-C/src/fortutils.c
+++ adolc-2.7.2/ADOL-C/src/fortutils.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     fortutils.c
- Revision: $Id: fortutils.c 106 2010-06-29 17:19:50Z kulshres $
+ Revision: $Id$
  Contents: Internal tools to handle Fortran arrays
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/forward_partx.c
+++ adolc-2.7.2/ADOL-C/src/forward_partx.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     forward_partx.c
- Revision: $Id: forward_partx.c 106 2010-06-29 17:19:50Z kulshres $
+ Revision: $Id$
  Contents: 
  
  Copyright (c) Andrea Walther
--- adolc-2.7.2.orig/ADOL-C/src/fos_forward.c
+++ adolc-2.7.2/ADOL-C/src/fos_forward.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     fos_forward.c
- Revision: $Id: fos_forward.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: fos_forward (first-order-scalar forward mode)
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/fos_reverse.c
+++ adolc-2.7.2/ADOL-C/src/fos_reverse.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     fos_reverse.c
- Revision: $Id: fos_reverse.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: fos_reverse (first-order-scalar reverse mode)
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/fov_forward.c
+++ adolc-2.7.2/ADOL-C/src/fov_forward.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     fov_forward.c
- Revision: $Id: fov_forward.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: fov_forward (first-order-vector forward mode)
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/fov_offset_forward.c
+++ adolc-2.7.2/ADOL-C/src/fov_offset_forward.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     fov_offset_forward.c
- Revision: $Id: fov_offset_forward.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: fov_offset_forward (first-order-vector forward mode with
            p-offset in arguments and taylors)
 
--- adolc-2.7.2.orig/ADOL-C/src/fov_reverse.c
+++ adolc-2.7.2/ADOL-C/src/fov_reverse.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     fov_reverse.c
- Revision: $Id: fov_reverse.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: fov_reverse (first-order-vector reverse mode)
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/ho_rev.c
+++ adolc-2.7.2/ADOL-C/src/ho_rev.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     ho_rev.c
- Revision: $Id: ho_rev.c 708 2016-07-12 08:18:44Z kulshres $
+ Revision: $Id$
  Contents: Contains the routines :
            hos_reverse (higher-order-scalar reverse mode): 
               define _HOS_
--- adolc-2.7.2.orig/ADOL-C/src/hos_forward.c
+++ adolc-2.7.2/ADOL-C/src/hos_forward.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     hos_forward.c
- Revision: $Id: hos_forward.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: hos_forward (higher-order-scalar forward mode)
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/hos_ov_reverse.c
+++ adolc-2.7.2/ADOL-C/src/hos_ov_reverse.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     drivers/drivers.h
- Revision: $Id: hos_ov_reverse.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: hos_ov_reverse (higher-order-scalar reverse mode on vectors)
  
  Copyright (c) Andrea Walther
--- adolc-2.7.2.orig/ADOL-C/src/hos_reverse.c
+++ adolc-2.7.2/ADOL-C/src/hos_reverse.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     hos_reverse.c
- Revision: $Id: hos_reverse.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: hos_reverse (higher-order-scalar reverse mode)
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/hov_forward.c
+++ adolc-2.7.2/ADOL-C/src/hov_forward.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     hov_forward.c
- Revision: $Id: hov_forward.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: hov_forward (higher-order-vector forward mode)
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/hov_reverse.c
+++ adolc-2.7.2/ADOL-C/src/hov_reverse.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     hov_reverse.c
- Revision: $Id: hov_reverse.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: hov_reverse (higher-order-vector reverse mode)
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/hov_wk_forward.c
+++ adolc-2.7.2/ADOL-C/src/hov_wk_forward.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     hov_wk_forward.c
- Revision: $Id: hov_wk_forward.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: hov_wk_forward (higher-order-vector forward mode with keep)
  
  Copyright (c) Andrea Walther
--- adolc-2.7.2.orig/ADOL-C/src/indopro_forward_s.c
+++ adolc-2.7.2/ADOL-C/src/indopro_forward_s.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     int_forward_s.c
- Revision: $Id: indopro_forward_s.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: int_forward (integer forward mode for bit pattern propagation)
  
  Copyright (c) Andrea Walther
--- adolc-2.7.2.orig/ADOL-C/src/indopro_forward_t.c
+++ adolc-2.7.2/ADOL-C/src/indopro_forward_t.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     int_forward_t.c
- Revision: $Id: indopro_forward_t.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: int_forward (integer forward mode for bit pattern propagation)
 
  Copyright (c) Andrea Walther
--- adolc-2.7.2.orig/ADOL-C/src/int_forward_s.c
+++ adolc-2.7.2/ADOL-C/src/int_forward_s.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     int_forward_s.c
- Revision: $Id: int_forward_s.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: int_forward (integer forward mode safe for bit pattern propagation)
  
  Copyright (c) Andrea Walther, Christo Mitev
--- adolc-2.7.2.orig/ADOL-C/src/int_forward_t.c
+++ adolc-2.7.2/ADOL-C/src/int_forward_t.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     int_forward_t.c
- Revision: $Id: int_forward_t.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: int_forward (integer forward mode tight for bit pattern propagation)
  
  Copyright (c) Andrea Walther, Christo Mitev
--- adolc-2.7.2.orig/ADOL-C/src/int_reverse_s.c
+++ adolc-2.7.2/ADOL-C/src/int_reverse_s.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     int_reverse_s.c
- Revision: $Id: int_reverse_s.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: int_reverse (integer reverse mode safe for bit pattern propagation)
  
  Copyright (c) Andrea Walther, Christo Mitev
--- adolc-2.7.2.orig/ADOL-C/src/int_reverse_t.c
+++ adolc-2.7.2/ADOL-C/src/int_reverse_t.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     int_reverse_t.c
- Revision: $Id: int_reverse_t.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: int_reverse (integer reverse mode tight for bit pattern propagation)
  
  Copyright (c) Andrea Walther, Christo Mitev
--- adolc-2.7.2.orig/ADOL-C/src/interfaces.cpp
+++ adolc-2.7.2/ADOL-C/src/interfaces.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     interfaces.cpp
- Revision: $Id: interfaces.cpp 542 2014-08-15 14:11:25Z kulshres $
+ Revision: $Id$
  Contents: Genuine C++ Interfaces to ADOL-C forward & reverse calls.
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/interfacesf.c
+++ adolc-2.7.2/ADOL-C/src/interfacesf.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     interfacesf.c
- Revision: $Id: interfacesf.c 638 2015-11-25 12:05:36Z kulshres $
+ Revision: $Id$
  Contents: Genuine Fortran callable C Interfaces to ADOL-C forward 
            & reverse calls.
  
--- adolc-2.7.2.orig/ADOL-C/src/nonl_ind_forward_s.c
+++ adolc-2.7.2/ADOL-C/src/nonl_ind_forward_s.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     nonl_ind_forward_s.c
- Revision: $Id: nonl_ind_forward_s.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: nonl_ind_forward_s (propagation of nonlinear index domains)
  
  Copyright (c) Andrea Walther
--- adolc-2.7.2.orig/ADOL-C/src/nonl_ind_forward_t.c
+++ adolc-2.7.2/ADOL-C/src/nonl_ind_forward_t.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     nonl_ind_forward_t.c
- Revision: $Id: nonl_ind_forward_t.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: nonl_ind_forward_t (propagation of nonlinear index domains)
  
  Copyright (c) Andrea Walther
--- adolc-2.7.2.orig/ADOL-C/src/nonl_ind_old_forward_s.c
+++ adolc-2.7.2/ADOL-C/src/nonl_ind_old_forward_s.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     nonl_ind_forward_s.c
- Revision: $Id: nonl_ind_old_forward_s.c 408 2013-02-12 16:19:10Z kulshres $
+ Revision: $Id$
  Contents: nonl_ind_forward_s (propagation of nonlinear index domains)
  
  Copyright (c) Andrea Walther, Kshitij Kulshreshtha
--- adolc-2.7.2.orig/ADOL-C/src/nonl_ind_old_forward_t.c
+++ adolc-2.7.2/ADOL-C/src/nonl_ind_old_forward_t.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     nonl_ind_forward_t.c
- Revision: $Id: nonl_ind_old_forward_t.c 408 2013-02-12 16:19:10Z kulshres $
+ Revision: $Id$
  Contents: nonl_ind_forward_t (propagation of nonlinear index domains)
  
  Copyright (c) Andrea Walther, Kshitij Kulshreshtha
--- adolc-2.7.2.orig/ADOL-C/src/oplate.h
+++ adolc-2.7.2/ADOL-C/src/oplate.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     oplate.h
- Revision: $Id: oplate.h 762 2018-12-18 15:36:05Z mbanovic $
+ Revision: $Id$
  Contents: Numeric values for the various opcodes used by ADOL-C.
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/revolve.c
+++ adolc-2.7.2/ADOL-C/src/revolve.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     revolve.c
- Revision: $Id: revolve.c 704 2016-05-17 11:49:55Z kulshres $
+ Revision: $Id$
  Contents: optimal binomial checkpointing adapted for ADOL-C
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz
--- adolc-2.7.2.orig/ADOL-C/src/rpl_malloc.c
+++ adolc-2.7.2/ADOL-C/src/rpl_malloc.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     malloc.c
- Revision: $Id: rpl_malloc.c 617 2015-08-18 21:56:38Z kulshres $
+ Revision: $Id$
  Contents: malloc replacements for not gnu compatible malloc system functions
  
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/rpl_malloc.h
+++ adolc-2.7.2/ADOL-C/src/rpl_malloc.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     malloc.h
- Revision: $Id: rpl_malloc.h 617 2015-08-18 21:56:38Z kulshres $
+ Revision: $Id$
  Contents: malloc replacements for not gnu compatible malloc system functions
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/src/sparse/Makefile.am
+++ adolc-2.7.2/ADOL-C/src/sparse/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 669 2016-03-01 17:16:37Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C)  Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/src/sparse/sparse_fo_rev.cpp
+++ adolc-2.7.2/ADOL-C/src/sparse/sparse_fo_rev.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sparse/sparse_fo_rev.cpp
- Revision: $Id: sparse_fo_rev.cpp 566 2014-08-22 12:31:16Z kulshres $
+ Revision: $Id$
  Contents: All "Easy To Use" C++ interfaces of SPARSE package
  
  Copyright (c) Andrea Walther, Christo Mitev
--- adolc-2.7.2.orig/ADOL-C/src/sparse/sparsedrivers.cpp
+++ adolc-2.7.2/ADOL-C/src/sparse/sparsedrivers.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     sparse/sparsedrivers.cpp
- Revision: $Id: sparsedrivers.cpp 746 2018-02-28 10:47:24Z kulshres $
+ Revision: $Id$
  Contents: "Easy To Use" C++ interfaces of SPARSE package
  
 
--- adolc-2.7.2.orig/ADOL-C/src/storemanager.h
+++ adolc-2.7.2/ADOL-C/src/storemanager.h
@@ -2,7 +2,7 @@
 /*---------------------------------------------------------------------------- 
  ADOL-C--  Automatic Differentiation by Overloading in C++ - simplified
  File:     storemanager.h
- Revision: $Id: storemanager.h 760 2018-09-10 11:02:03Z kulshres $
+ Revision: $Id$
  Contents: storemanager.h contains definitions of abstract interface 
            class StoreManager and some derived classes implementing the
            desired functionality.
--- adolc-2.7.2.orig/ADOL-C/src/tape_handling.cpp
+++ adolc-2.7.2/ADOL-C/src/tape_handling.cpp
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     tape_handling.cpp
- Revision: $Id: tape_handling.cpp 764 2019-01-30 14:44:40Z mbanovic $
+ Revision: $Id$
  Contents: management of tape infos
 
  Copyright (c) Andreas Kowarz, Andrea Walther, Kshitij Kulshreshtha,
--- adolc-2.7.2.orig/ADOL-C/src/tapedoc/Makefile.am
+++ adolc-2.7.2/ADOL-C/src/tapedoc/Makefile.am
@@ -1,7 +1,7 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
 ## subdirectory tapedoc
-## Revision: $Id: Makefile.am 439 2013-12-02 13:30:22Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C)  Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/ADOL-C/src/tapedoc/tapedoc.c
+++ adolc-2.7.2/ADOL-C/src/tapedoc/tapedoc.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     tapedoc/tapedoc.c
- Revision: $Id: tapedoc.c 762 2018-12-18 15:36:05Z mbanovic $
+ Revision: $Id$
  Contents: Routine tape_doc(..) writes the taped operations in LaTeX-code 
            to the file tape_doc.tex
  
--- adolc-2.7.2.orig/ADOL-C/src/taping.c
+++ adolc-2.7.2/ADOL-C/src/taping.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     taping.c
- Revision: $Id: taping.c 710 2016-08-31 10:48:56Z kulshres $
+ Revision: $Id$
  Contents: all C functions directly accessing at least one of the four tapes
            (operations, locations, constants, value stack)
 
--- adolc-2.7.2.orig/ADOL-C/src/taping_p.h
+++ adolc-2.7.2/ADOL-C/src/taping_p.h
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     taping_p.h
- Revision: $Id: taping_p.h 760 2018-09-10 11:02:03Z kulshres $
+ Revision: $Id$
  Contents: declarations for used by taping routines
  
  Copyright (c) Andreas Kowarz, Jean Utke
--- adolc-2.7.2.orig/ADOL-C/src/uni5_for.c
+++ adolc-2.7.2/ADOL-C/src/uni5_for.c
@@ -4,7 +4,7 @@
  File:     uni5_for.c
 
 
- Revision: $Id: uni5_for.c 762 2018-12-18 15:36:05Z mbanovic $
+ Revision: $Id$
 
  Contents: Contains the routines :
            zos_forward (zero-order-scalar forward mode):      define _ZOS_
--- adolc-2.7.2.orig/ADOL-C/src/zos_forward.c
+++ adolc-2.7.2/ADOL-C/src/zos_forward.c
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     zos_forward.c
- Revision: $Id: zos_forward.c 42 2009-07-15 18:37:17Z awalther $
+ Revision: $Id$
  Contents: zos_forward (zero-order-scalar forward mode)
 
  Copyright (c) Andrea Walther, Andreas Griewank, Andreas Kowarz, 
--- adolc-2.7.2.orig/ADOL-C/test/run_tests
+++ adolc-2.7.2/ADOL-C/test/run_tests
@@ -1,6 +1,6 @@
 ##############################################################################
 ## run_unitTest
-## Revision: $Id: run_tests 408 2013-02-12 16:19:10Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther
 ##
--- adolc-2.7.2.orig/Makefile.am
+++ adolc-2.7.2/Makefile.am
@@ -1,6 +1,6 @@
 ##############################################################################
 ## Makefile.am -- Process this file with automake to produce Makefile.in
-## Revision: $Id: Makefile.am 623 2015-08-19 18:32:29Z kulshres $
+## Revision: $Id$
 ##
 ## Copyright (C) Andrea Walther, Andreas Kowarz
 ##
--- adolc-2.7.2.orig/configure.ac
+++ adolc-2.7.2/configure.ac
@@ -1,6 +1,6 @@
 ##############################################################################
 # configure.ac -- Process this file with autoconf to produce configure
-# Revision: $Id: configure.ac 794 2020-02-01 20:29:18Z kulshres $
+# Revision: $Id$
 #
 # Copyright (C) Andrea Walther, Andreas Kowarz
 #               
@@ -16,7 +16,7 @@ AC_INIT(adolc,
         ADOLC_VER.ADOLC_SUB.ADOLC_LVL,
         [adol-c@list.coin-or.org])
 config_flags="$*"
-AC_REVISION($Revision: 794 $)
+AC_REVISION($Revision$)
 AC_CONFIG_SRCDIR([ADOL-C/src/adouble.cpp])
 AC_CONFIG_AUX_DIR([autoconf])
 AC_CONFIG_MACRO_DIR([autoconf])
