From: Matthias Maier Date: Mon, 21 Jul 2014 07:19:07 +0000 (+0200) Subject: Cleanup populated svn keywords X-Git-Tag: v8.2.0-rc1~267^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3%2Fhead;p=dealii.git Cleanup populated svn keywords It seems that we had a lot of leftovers of accidentally populated $ID svn keywords. --- diff --git a/doc/doxygen/headers/manifold.h b/doc/doxygen/headers/manifold.h index ac21c54520..7752907a6e 100644 --- a/doc/doxygen/headers/manifold.h +++ b/doc/doxygen/headers/manifold.h @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: manifold.h 30130 2013-07-23 13:01:18Z heltai $ +// $Id$ // // Copyright (C) 2003 - 2014 by the deal.II authors // diff --git a/examples/step-52/step-52.cc b/examples/step-52/step-52.cc index 7207bf21f7..ba3266b27e 100644 --- a/examples/step-52/step-52.cc +++ b/examples/step-52/step-52.cc @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------- - * $Id: step-52.cc 30526 2013-08-29 20:06:27Z felix.gruber $ + * $Id$ * * Copyright (C) 2014 by the deal.II authors * diff --git a/include/deal.II/algorithms/any_data.h b/include/deal.II/algorithms/any_data.h index 9ad228e2d1..638b4ab577 100644 --- a/include/deal.II/algorithms/any_data.h +++ b/include/deal.II/algorithms/any_data.h @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: named_data.h 30036 2013-07-18 16:55:32Z maier $ +// $Id$ // // Copyright (C) 2000 - 2014 by the deal.II authors // diff --git a/include/deal.II/base/time_stepping.h b/include/deal.II/base/time_stepping.h index 87a46e5313..31639ebd31 100644 --- a/include/deal.II/base/time_stepping.h +++ b/include/deal.II/base/time_stepping.h @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: time_stepping.h 32217 2014-01-15 16:34:36Z bangerth $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/include/deal.II/base/time_stepping.templates.h b/include/deal.II/base/time_stepping.templates.h index 9886655530..b80037ec03 100644 --- a/include/deal.II/base/time_stepping.templates.h +++ b/include/deal.II/base/time_stepping.templates.h @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: time_stepping.h 32217 2014-01-15 16:34:36Z bangerth $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/source/base/named_selection.cc b/source/base/named_selection.cc index 59f45decaf..a8ba51de5b 100644 --- a/source/base/named_selection.cc +++ b/source/base/named_selection.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: logstream.cc 31932 2013-12-08 02:15:54Z heister $ +// $Id$ // // Copyright (C) 1998 - 2013 by the deal.II authors // diff --git a/source/base/time_stepping.cc b/source/base/time_stepping.cc index 819658cea1..06117032b2 100644 --- a/source/base/time_stepping.cc +++ b/source/base/time_stepping.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: time_stepping.cc 30037 2013-07-18 16:55:40Z maier $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/source/base/time_stepping.inst.in b/source/base/time_stepping.inst.in index 23e50fe3b8..35c22c81cb 100644 --- a/source/base/time_stepping.inst.in +++ b/source/base/time_stepping.inst.in @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: time_stepping.inst.in 30049 2013-07-18 19:42:40Z maier $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/algorithms/any_data_01.cc b/tests/algorithms/any_data_01.cc index eb284c9f5c..e61c06d542 100644 --- a/tests/algorithms/any_data_01.cc +++ b/tests/algorithms/any_data_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: named_data.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2000 - 2013 by the deal.II authors // diff --git a/tests/algorithms/operator_compatibility.cc b/tests/algorithms/operator_compatibility.cc index 422f936765..2cb930bde9 100644 --- a/tests/algorithms/operator_compatibility.cc +++ b/tests/algorithms/operator_compatibility.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: newton_01.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2008 - 2013 by the deal.II authors // diff --git a/tests/algorithms/theta_01.cc b/tests/algorithms/theta_01.cc index bb18059d1b..0acdce99d6 100644 --- a/tests/algorithms/theta_01.cc +++ b/tests/algorithms/theta_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: theta_timestepping.cc 30050 2013-07-18 20:03:31Z maier $ +// $Id$ // // Copyright (C) 2005 - 2013 by the deal.II authors // diff --git a/tests/algorithms/theta_01_compat.cc b/tests/algorithms/theta_01_compat.cc index 84041252a2..2c9acaf29e 100644 --- a/tests/algorithms/theta_01_compat.cc +++ b/tests/algorithms/theta_01_compat.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: theta_timestepping.cc 30050 2013-07-18 20:03:31Z maier $ +// $Id$ // // Copyright (C) 2005 - 2013 by the deal.II authors // diff --git a/tests/base/quadrature_sorted_test.cc b/tests/base/quadrature_sorted_test.cc index 6393b765e1..b81ae4b5e4 100644 --- a/tests/base/quadrature_sorted_test.cc +++ b/tests/base/quadrature_sorted_test.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: quadrature_test.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 1998 - 2013 by the deal.II authors // diff --git a/tests/base/table_02.cc b/tests/base/table_02.cc index 14e745c952..2835a3f9df 100644 --- a/tests/base/table_02.cc +++ b/tests/base/table_02.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: table.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 1998 - 2013 by the deal.II authors // diff --git a/tests/base/table_03.cc b/tests/base/table_03.cc index 77c1644c3b..f001c04e0f 100644 --- a/tests/base/table_03.cc +++ b/tests/base/table_03.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: table.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 1998 - 2013 by the deal.II authors // diff --git a/tests/base/table_04.cc b/tests/base/table_04.cc index 940c354ec7..f792b61957 100644 --- a/tests/base/table_04.cc +++ b/tests/base/table_04.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: table.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 1998 - 2013 by the deal.II authors // diff --git a/tests/base/tensor_26.cc b/tests/base/tensor_26.cc index 3d8661b4e9..fb8805b97e 100644 --- a/tests/base/tensor_26.cc +++ b/tests/base/tensor_26.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: tensor_26.cc $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/base/tensor_complex_06.cc b/tests/base/tensor_complex_06.cc index 435793d8a3..834ed850ba 100644 --- a/tests/base/tensor_complex_06.cc +++ b/tests/base/tensor_complex_06.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: tensor_complex_06.cc $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/base/time_stepping_01.cc b/tests/base/time_stepping_01.cc index e22b054ccd..ec58d4fe6c 100644 --- a/tests/base/time_stepping_01.cc +++ b/tests/base/time_stepping_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: time_stepping_01.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/deal.II/grid_in_3d_02/747.ucd b/tests/deal.II/grid_in_3d_02/747.ucd index 4951999078..bb037df11f 100644 --- a/tests/deal.II/grid_in_3d_02/747.ucd +++ b/tests/deal.II/grid_in_3d_02/747.ucd @@ -1,6 +1,6 @@ # This file was generated by: # -# $Id: ucd_io.C 3713 2010-03-10 23:10:26Z roystgnr $ +# $Id$ # # For a description of the UCD format see the AVS Developer's guide. # diff --git a/tests/deal.II/normal_flux_inhom_01.cc b/tests/deal.II/normal_flux_inhom_01.cc index 5d725287e5..d4f3f7c510 100644 --- a/tests/deal.II/normal_flux_inhom_01.cc +++ b/tests/deal.II/normal_flux_inhom_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: no_flux_inhom_01.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2007 - 2013 by the deal.II authors // diff --git a/tests/deal.II/tangential_flux_inhom_01.cc b/tests/deal.II/tangential_flux_inhom_01.cc index 808cd5dee3..17d4375265 100644 --- a/tests/deal.II/tangential_flux_inhom_01.cc +++ b/tests/deal.II/tangential_flux_inhom_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: normal_flux_01.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2007 - 2013 by the deal.II authors // diff --git a/tests/distributed_grids/codim_01.cc b/tests/distributed_grids/codim_01.cc index 07364f60ee..45320920c8 100644 --- a/tests/distributed_grids/codim_01.cc +++ b/tests/distributed_grids/codim_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: 2d_refinement_01.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2008 - 2013 by the deal.II authors // diff --git a/tests/fe/crash_01.cc b/tests/fe/crash_01.cc index 9876f5fa13..d44d69f60f 100644 --- a/tests/fe/crash_01.cc +++ b/tests/fe/crash_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: transfer.cc 31663 2013-11-14 21:40:04Z bangerth $ +// $Id$ // // Copyright (C) 1998 - 2013 by the deal.II authors // diff --git a/tests/fe/get_name_01.cc b/tests/fe/get_name_01.cc index c5419776bf..c71a5b365a 100644 --- a/tests/fe/get_name_01.cc +++ b/tests/fe/get_name_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: system_01.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2003 - 2013 by the deal.II authors // diff --git a/tests/gla/vec_all_zero_01.cc b/tests/gla/vec_all_zero_01.cc index 00d4bcb417..4ff036a3ff 100644 --- a/tests/gla/vec_all_zero_01.cc +++ b/tests/gla/vec_all_zero_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: vec_00.cc 31681 2013-11-16 08:04:28Z maier $ +// $Id$ // // Copyright (C) 2004 - 2013 by the deal.II authors // diff --git a/tests/hp/fe_nothing_20.cc b/tests/hp/fe_nothing_20.cc index fdb59c2ef6..378fc8d9ed 100644 --- a/tests/hp/fe_nothing_20.cc +++ b/tests/hp/fe_nothing_20.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: fe_nothing_04.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2009 - 2013 by the deal.II authors // diff --git a/tests/hp/fe_nothing_21.cc b/tests/hp/fe_nothing_21.cc index e3a61cd689..52470ca581 100644 --- a/tests/hp/fe_nothing_21.cc +++ b/tests/hp/fe_nothing_21.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: fe_nothing_04.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2009 - 2013 by the deal.II authors // diff --git a/tests/lac/constraints_02.cc b/tests/lac/constraints_02.cc index aefaafbb80..f944cc09db 100644 --- a/tests/lac/constraints_02.cc +++ b/tests/lac/constraints_02.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: constraints_01.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2005 - 2013 by the deal.II authors // diff --git a/tests/lac/pointer_matrix_01.cc b/tests/lac/pointer_matrix_01.cc index dc4a1bb6b2..e8c5434961 100644 --- a/tests/lac/pointer_matrix_01.cc +++ b/tests/lac/pointer_matrix_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: pointer_matrix_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 2006 - 2013 by the deal.II authors // diff --git a/tests/lac/pointer_matrix_02.cc b/tests/lac/pointer_matrix_02.cc index 2fd9975f9c..40283ed55c 100644 --- a/tests/lac/pointer_matrix_02.cc +++ b/tests/lac/pointer_matrix_02.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: pointer_matrix_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 2006 - 2013 by the deal.II authors // diff --git a/tests/lac/pointer_matrix_03.cc b/tests/lac/pointer_matrix_03.cc index 0d66472ac6..48b41140e1 100644 --- a/tests/lac/pointer_matrix_03.cc +++ b/tests/lac/pointer_matrix_03.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: pointer_matrix_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 2006 - 2013 by the deal.II authors // diff --git a/tests/lac/pointer_matrix_04.cc b/tests/lac/pointer_matrix_04.cc index 2e8a5aff75..db92fb77a0 100644 --- a/tests/lac/pointer_matrix_04.cc +++ b/tests/lac/pointer_matrix_04.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: pointer_matrix_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 2006 - 2013 by the deal.II authors // diff --git a/tests/lac/pointer_matrix_05.cc b/tests/lac/pointer_matrix_05.cc index 32f667e444..1bf822508d 100644 --- a/tests/lac/pointer_matrix_05.cc +++ b/tests/lac/pointer_matrix_05.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: pointer_matrix_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 2006 - 2013 by the deal.II authors // diff --git a/tests/lac/pointer_matrix_06.cc b/tests/lac/pointer_matrix_06.cc index af35fd9e60..5a675b7943 100644 --- a/tests/lac/pointer_matrix_06.cc +++ b/tests/lac/pointer_matrix_06.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: pointer_matrix_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 2006 - 2013 by the deal.II authors // diff --git a/tests/lac/pointer_matrix_07.cc b/tests/lac/pointer_matrix_07.cc index 98d8174e43..3499fdef96 100644 --- a/tests/lac/pointer_matrix_07.cc +++ b/tests/lac/pointer_matrix_07.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: pointer_matrix_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 2006 - 2013 by the deal.II authors // diff --git a/tests/lac/pointer_matrix_08.cc b/tests/lac/pointer_matrix_08.cc index ad3d1b18f8..749ab04c60 100644 --- a/tests/lac/pointer_matrix_08.cc +++ b/tests/lac/pointer_matrix_08.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: pointer_matrix_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 2006 - 2013 by the deal.II authors // diff --git a/tests/lac/pointer_matrix_09.cc b/tests/lac/pointer_matrix_09.cc index 5a27c2586f..c422430b6e 100644 --- a/tests/lac/pointer_matrix_09.cc +++ b/tests/lac/pointer_matrix_09.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: pointer_matrix_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 2006 - 2013 by the deal.II authors // diff --git a/tests/lac/pointer_matrix_10.cc b/tests/lac/pointer_matrix_10.cc index b4489cd30e..b0569b8861 100644 --- a/tests/lac/pointer_matrix_10.cc +++ b/tests/lac/pointer_matrix_10.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: pointer_matrix_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 2006 - 2013 by the deal.II authors // diff --git a/tests/lac/product_matrix_01.cc b/tests/lac/product_matrix_01.cc index 683410b10a..1a9c621d01 100644 --- a/tests/lac/product_matrix_01.cc +++ b/tests/lac/product_matrix_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: product_matrix_01.cc 32491 2014-02-14 20:52:51Z bangerth $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/lac/product_matrix_02.cc b/tests/lac/product_matrix_02.cc index 5fdc7b893e..36fdf7bc3d 100644 --- a/tests/lac/product_matrix_02.cc +++ b/tests/lac/product_matrix_02.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: product_matrix_01.cc 32491 2014-02-14 20:52:51Z bangerth $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/lac/product_matrix_03.cc b/tests/lac/product_matrix_03.cc index 13dc09ed5c..e9d1ae1052 100644 --- a/tests/lac/product_matrix_03.cc +++ b/tests/lac/product_matrix_03.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: product_matrix_01.cc 32491 2014-02-14 20:52:51Z bangerth $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/lac/product_matrix_04.cc b/tests/lac/product_matrix_04.cc index 8ab726e92b..37c6d9a63b 100644 --- a/tests/lac/product_matrix_04.cc +++ b/tests/lac/product_matrix_04.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: product_matrix_01.cc 32491 2014-02-14 20:52:51Z bangerth $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/lac/product_matrix_05.cc b/tests/lac/product_matrix_05.cc index 0e153518c1..59a2ea867d 100644 --- a/tests/lac/product_matrix_05.cc +++ b/tests/lac/product_matrix_05.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: product_matrix_01.cc 32491 2014-02-14 20:52:51Z bangerth $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/lac/product_matrix_06.cc b/tests/lac/product_matrix_06.cc index a53732ae5c..d1a8c7d443 100644 --- a/tests/lac/product_matrix_06.cc +++ b/tests/lac/product_matrix_06.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: product_matrix_01.cc 32491 2014-02-14 20:52:51Z bangerth $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/lac/product_matrix_07.cc b/tests/lac/product_matrix_07.cc index 2301e7372c..5182e6fef9 100644 --- a/tests/lac/product_matrix_07.cc +++ b/tests/lac/product_matrix_07.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: product_matrix_01.cc 32491 2014-02-14 20:52:51Z bangerth $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/lac/product_matrix_08.cc b/tests/lac/product_matrix_08.cc index 1e0d194b67..dcd7adc402 100644 --- a/tests/lac/product_matrix_08.cc +++ b/tests/lac/product_matrix_08.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: product_matrix_01.cc 32491 2014-02-14 20:52:51Z bangerth $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/lac/shifted_matrix_01.cc b/tests/lac/shifted_matrix_01.cc index 2d414c4148..026eeab026 100644 --- a/tests/lac/shifted_matrix_01.cc +++ b/tests/lac/shifted_matrix_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: shifted_matrix.cc 32491 2014-03-13 dilangov $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/lac/shifted_matrix_02.cc b/tests/lac/shifted_matrix_02.cc index 1d7c2965ef..5ed75258d8 100644 --- a/tests/lac/shifted_matrix_02.cc +++ b/tests/lac/shifted_matrix_02.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: shifted_matrix.cc 32491 2014-03-13 dilangov $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/lac/shifted_matrix_03.cc b/tests/lac/shifted_matrix_03.cc index fc4c1dab5d..49d26f6fe1 100644 --- a/tests/lac/shifted_matrix_03.cc +++ b/tests/lac/shifted_matrix_03.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: shifted_matrix.cc 32491 2014-03-13 dilangov $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/lac/shifted_matrix_04.cc b/tests/lac/shifted_matrix_04.cc index 32355a044a..11b8884c0c 100644 --- a/tests/lac/shifted_matrix_04.cc +++ b/tests/lac/shifted_matrix_04.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: shifted_matrix.cc 32491 2014-03-13 dilangov $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/lac/shifted_matrix_05.cc b/tests/lac/shifted_matrix_05.cc index 8af92c3de7..3b9d480d59 100644 --- a/tests/lac/shifted_matrix_05.cc +++ b/tests/lac/shifted_matrix_05.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: shifted_matrix.cc 32491 2014-03-13 dilangov $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/lac/vector_view_01.cc b/tests/lac/vector_view_01.cc index 7e8e80bf08..7eb1acabd2 100644 --- a/tests/lac/vector_view_01.cc +++ b/tests/lac/vector_view_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: vector_view_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 1998 - 2013 by the deal.II authors // diff --git a/tests/lac/vector_view_02.cc b/tests/lac/vector_view_02.cc index c980ab7b9a..b1c5beba84 100644 --- a/tests/lac/vector_view_02.cc +++ b/tests/lac/vector_view_02.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: vector_view_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 1998 - 2013 by the deal.II authors // diff --git a/tests/lac/vector_view_03.cc b/tests/lac/vector_view_03.cc index 758e01ec10..ef36313569 100644 --- a/tests/lac/vector_view_03.cc +++ b/tests/lac/vector_view_03.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: vector_view_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 1998 - 2013 by the deal.II authors // diff --git a/tests/lac/vector_view_04.cc b/tests/lac/vector_view_04.cc index 7ffdf13358..bca5395080 100644 --- a/tests/lac/vector_view_04.cc +++ b/tests/lac/vector_view_04.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: vector_view_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 1998 - 2013 by the deal.II authors // diff --git a/tests/lac/vector_view_05.cc b/tests/lac/vector_view_05.cc index 7ff1b973a2..bccb049139 100644 --- a/tests/lac/vector_view_05.cc +++ b/tests/lac/vector_view_05.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: vector_view_01.cc 2014-03-14 dilangov $ +// $Id$ // // Copyright (C) 1998 - 2013 by the deal.II authors // diff --git a/tests/lapack/full_matrix_00.cc b/tests/lapack/full_matrix_00.cc index ed28930476..c413084710 100644 --- a/tests/lapack/full_matrix_00.cc +++ b/tests/lapack/full_matrix_00.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: full_matrix_00.cc $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/mpi/codim_01.cc b/tests/mpi/codim_01.cc index 84d5b3d692..22f7a23817 100644 --- a/tests/mpi/codim_01.cc +++ b/tests/mpi/codim_01.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: 2d_refinement_01.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2008 - 2014 by the deal.II authors // diff --git a/tests/mpi/has_hanging_nodes.cc b/tests/mpi/has_hanging_nodes.cc index 8245a01381..aed4308dda 100644 --- a/tests/mpi/has_hanging_nodes.cc +++ b/tests/mpi/has_hanging_nodes.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: p4est_2d_coarse_01.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors // diff --git a/tests/mpi/mesh_worker_02.cc b/tests/mpi/mesh_worker_02.cc index 6f7b8e063d..f4ceb8c260 100644 --- a/tests/mpi/mesh_worker_02.cc +++ b/tests/mpi/mesh_worker_02.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: mesh_worker_matrix_01.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2000 - 2013 by the deal.II authors // diff --git a/tests/mpi/mesh_worker_03.cc b/tests/mpi/mesh_worker_03.cc index b1a1311f46..c895872ab5 100644 --- a/tests/mpi/mesh_worker_03.cc +++ b/tests/mpi/mesh_worker_03.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: mesh_worker_matrix_01.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2000 - 2013 by the deal.II authors // diff --git a/tests/mpi/mesh_worker_04.cc b/tests/mpi/mesh_worker_04.cc index 2b1d4aa5ac..ecac402bf0 100644 --- a/tests/mpi/mesh_worker_04.cc +++ b/tests/mpi/mesh_worker_04.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: mesh_worker_matrix_01.cc 31349 2013-10-20 19:07:06Z maier $ +// $Id$ // // Copyright (C) 2000 - 2013 by the deal.II authors // diff --git a/tests/petsc/full_matrix_00.cc b/tests/petsc/full_matrix_00.cc index cbdde4b883..9b22f8f5a8 100644 --- a/tests/petsc/full_matrix_00.cc +++ b/tests/petsc/full_matrix_00.cc @@ -1,5 +1,5 @@ // --------------------------------------------------------------------- -// $Id: full_matrix_01.cc 31602 2013-11-09 15:38:36Z young $ +// $Id$ // // Copyright (C) 2014 by the deal.II authors //