From 0fe6a40e9bebc84070892afdca5b05c0c2a338af Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 28 Jun 2012 15:00:00 +0200 Subject: [PATCH] Added file header where it was missing. --- BaseLib/StringTools.h | 12 ++++++++++++ BaseLib/TimeMeasurementBase.h | 12 ++++++++++++ BaseLib/swap.h | 11 +++++++++++ BaseLib/wait.h | 2 +- GeoLib/Color.h | 2 +- .../LinAlg/Preconditioner/generateDiagPrecond.cpp | 12 ++++++++++++ MathLib/LinAlg/Solvers/CG.h | 2 +- .../Sparse/NestedDissectionPermutation/Cluster.h | 8 +++++++- .../Sparse/NestedDissectionPermutation/Separator.h | 8 +++++++- MathLib/LinAlg/Sparse/amuxCRS.cpp | 2 +- MathLib/LinAlg/Sparse/amuxCRS.h | 12 ++++++++++++ MathLib/sparse.h | 12 ++++++++++++ MathLib/vector_io.h | 12 ++++++++++++ MeshLib/Elements/FemElem.cpp | 2 +- 14 files changed, 102 insertions(+), 7 deletions(-) diff --git a/BaseLib/StringTools.h b/BaseLib/StringTools.h index d63f537f4bc..92bf2c58c48 100644 --- a/BaseLib/StringTools.h +++ b/BaseLib/StringTools.h @@ -1,3 +1,15 @@ +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.com/LICENSE.txt + * + * + * \file StringTools.h + * + * Created on 2010-06-16 by Thomas Fischer + */ + #ifndef STRINGTOOLS_H #define STRINGTOOLS_H diff --git a/BaseLib/TimeMeasurementBase.h b/BaseLib/TimeMeasurementBase.h index 6466dd7f31c..1f27e28fc3a 100644 --- a/BaseLib/TimeMeasurementBase.h +++ b/BaseLib/TimeMeasurementBase.h @@ -1,3 +1,15 @@ +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.com/LICENSE.txt + * + * + * \file TimeMeasurementBase.h + * + * Created on xxxx-xx-xx by Thomas Fischer + */ + #ifndef TIMEMEASUREMENT_H #define TIMEMEASUREMENT_H diff --git a/BaseLib/swap.h b/BaseLib/swap.h index 265054b1130..c9698fd6ab0 100644 --- a/BaseLib/swap.h +++ b/BaseLib/swap.h @@ -1,3 +1,14 @@ +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.com/LICENSE.txt + * + * + * \file swap.h + * + * Created on xxxx-xx-xx by xx + */ #ifndef SWAP_H_ #define SWAP_H_ diff --git a/BaseLib/wait.h b/BaseLib/wait.h index d9d7994b404..438b403ec70 100644 --- a/BaseLib/wait.h +++ b/BaseLib/wait.h @@ -5,7 +5,7 @@ * http://www.opengeosys.com/LICENSE.txt * * - * \file DateTools.h + * \file wait.h * * Created on 2011-02-17 by Karsten Rink */ diff --git a/GeoLib/Color.h b/GeoLib/Color.h index c8831061496..05be5f9ba85 100644 --- a/GeoLib/Color.h +++ b/GeoLib/Color.h @@ -5,7 +5,7 @@ * http://www.opengeosys.com/LICENSE.txt * * - * \file Color.cpp + * \file Color.h * * Created on 2010-02-04 by Karsten Rink * diff --git a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp index 6fcb92031d9..3a994237655 100644 --- a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp +++ b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp @@ -1,3 +1,15 @@ +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.com/LICENSE.txt + * + * + * \file generateDiagPrecond.cpp + * + * Created on xxxx-xx-xx by Thomas Fischer + */ + #include "sparse.h" #include <limits> #include <cmath> diff --git a/MathLib/LinAlg/Solvers/CG.h b/MathLib/LinAlg/Solvers/CG.h index 0cc441a8bfc..d10e1a84765 100644 --- a/MathLib/LinAlg/Solvers/CG.h +++ b/MathLib/LinAlg/Solvers/CG.h @@ -5,7 +5,7 @@ * http://www.opengeosys.com/LICENSE.txt * * - * \file solver.h + * \file CG.h * * Created on 2011-09-27 by Thomas Fischer */ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h index 96464179f04..8fc573ac570 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h @@ -1,4 +1,10 @@ -/* +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.com/LICENSE.txt + * + * * \file Cluster.h * * Created on 2012-01-02 by Thomas Fischer diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h index e7e273fc064..6062b26c5bc 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h @@ -1,5 +1,11 @@ /** - * Separator.h + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.com/LICENSE.txt + * + * + * \file Separator.h * * Created on 2012-01-02 by Thomas Fischer */ diff --git a/MathLib/LinAlg/Sparse/amuxCRS.cpp b/MathLib/LinAlg/Sparse/amuxCRS.cpp index dcb72f9cb12..8acd84c8cbc 100644 --- a/MathLib/LinAlg/Sparse/amuxCRS.cpp +++ b/MathLib/LinAlg/Sparse/amuxCRS.cpp @@ -5,7 +5,7 @@ * http://www.opengeosys.com/LICENSE.txt * * - * \file CRSMatrix.h + * \file amuxCRS.cpp * * Created on 2011-09-20 by Thomas Fischer */ diff --git a/MathLib/LinAlg/Sparse/amuxCRS.h b/MathLib/LinAlg/Sparse/amuxCRS.h index bcc354f4541..a3a6d098b84 100644 --- a/MathLib/LinAlg/Sparse/amuxCRS.h +++ b/MathLib/LinAlg/Sparse/amuxCRS.h @@ -1,3 +1,15 @@ +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.com/LICENSE.txt + * + * + * \file amuxCRS.h + * + * Created on 2011-09-20 by Thomas Fischer + */ + #ifndef AMUXCRS_H #define AMUXCRS_H diff --git a/MathLib/sparse.h b/MathLib/sparse.h index cc56696efbc..68f0a32b7ac 100644 --- a/MathLib/sparse.h +++ b/MathLib/sparse.h @@ -1,3 +1,15 @@ +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.com/LICENSE.txt + * + * + * \file sparse.h + * + * Created on xxxx-xx-xx by Thomas Fischer + */ + #ifndef SPARSE_H #define SPARSE_H diff --git a/MathLib/vector_io.h b/MathLib/vector_io.h index ab6ef2b9357..f19689e935f 100644 --- a/MathLib/vector_io.h +++ b/MathLib/vector_io.h @@ -1,3 +1,15 @@ +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.com/LICENSE.txt + * + * + * \file vector_io.h + * + * Created on xxxx-xx-xx by Thomas Fischer + */ + #ifndef VECTOR_IO_H #define VECTOR_IO_H diff --git a/MeshLib/Elements/FemElem.cpp b/MeshLib/Elements/FemElem.cpp index 418eb2c62c5..0c0dd9fe540 100644 --- a/MeshLib/Elements/FemElem.cpp +++ b/MeshLib/Elements/FemElem.cpp @@ -5,7 +5,7 @@ * http://www.opengeosys.com/LICENSE.txt * * - * \file Tet.cpp + * \file FemElem.cpp * * Created on 2012-05-03 by Karsten Rink */ -- GitLab