From 1dcc813b856b1ab77752584128dddcd2e6e1bde7 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 24 Aug 2012 10:54:09 +0200 Subject: [PATCH] Added license text to all old header files where it was missing. --- FileIO/Gmsh2GeoIO.cpp | 12 ++++++++---- FileIO/Gmsh2GeoIO.h | 12 ++++++++---- FileIO/Legacy/OGSIOVer4.cpp | 12 ++++++++---- FileIO/Legacy/OGSIOVer4.h | 12 ++++++++---- FileIO/MeshIO/GMSHAdaptiveMeshDensity.cpp | 12 ++++++++---- FileIO/MeshIO/GMSHAdaptiveMeshDensity.h | 12 ++++++++---- FileIO/MeshIO/GMSHFixedMeshDensity.cpp | 12 ++++++++---- FileIO/MeshIO/GMSHFixedMeshDensity.h | 12 ++++++++---- FileIO/MeshIO/GMSHInterface.cpp | 18 +++++++++++------- FileIO/MeshIO/GMSHInterface.h | 12 ++++++++---- FileIO/MeshIO/GMSHMeshDensityStrategy.h | 12 ++++++++---- FileIO/MeshIO/GMSHPoint.cpp | 12 ++++++++---- FileIO/MeshIO/GMSHPoint.h | 12 ++++++++---- FileIO/MeshIO/TetGenInterface.cpp | 12 ++++++++---- FileIO/MeshIO/TetGenInterface.h | 12 ++++++++---- FileIO/readNonBlankLineFromInputStream.cpp | 12 ++++++++---- FileIO/readNonBlankLineFromInputStream.h | 12 ++++++++---- GeoLib/PointWithID.h | 12 ++++++++---- GeoLib/Polygon.cpp | 12 ++++++++---- GeoLib/Polygon.h | 12 ++++++++---- GeoLib/Polyline.cpp | 12 ++++++++---- GeoLib/Polyline.h | 12 ++++++++---- GeoLib/QuadTree.h | 12 ++++++++---- GeoLib/SimplePolygonTree.cpp | 12 ++++++++---- GeoLib/SimplePolygonTree.h | 12 ++++++++---- Gui/Base/StrictDoubleValidator.h | 12 ++++++++---- Gui/Base/StrictIntValidator.h | 12 ++++++++---- MeshLib/MeshQuality/MeshQualityChecker.cpp | 12 ++++++++---- MeshLib/MeshQuality/MeshQualityChecker.h | 12 ++++++++---- .../MeshQuality/MeshQualityEquiAngleSkew.cpp | 12 ++++++++---- MeshLib/MeshQuality/MeshQualityEquiAngleSkew.h | 12 ++++++++---- .../MeshQualityShortestLongestRatio.cpp | 12 ++++++++---- .../MeshQualityShortestLongestRatio.h | 12 ++++++++---- MeshLib/MeshQuality/MeshQualityVolume.cpp | 12 ++++++++---- MeshLib/MeshQuality/MeshQualityVolume.h | 12 +++++++++--- Utils/FileConverter/ConvertSHPToGLI.cpp | 12 ++++++++---- Utils/FileConverter/GMSH2OGS.cpp | 17 +++++++---------- Utils/FileConverter/generateBCFromPolyline.cpp | 12 ++++++++---- Utils/FileConverter/generateBCandGLI.cpp | 12 ++++++++---- 39 files changed, 315 insertions(+), 164 deletions(-) diff --git a/FileIO/Gmsh2GeoIO.cpp b/FileIO/Gmsh2GeoIO.cpp index 26156d3cab3..1e72c76dbe3 100644 --- a/FileIO/Gmsh2GeoIO.cpp +++ b/FileIO/Gmsh2GeoIO.cpp @@ -1,8 +1,12 @@ -/* - * Gmsh2GeoIO.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Aug 18, 2011 - * Author: TF + * \file Gmsh2GeoIO.cpp + * + * Created on 2011-08-18 by Thomas Fischer */ #include <fstream> diff --git a/FileIO/Gmsh2GeoIO.h b/FileIO/Gmsh2GeoIO.h index cf5163cc9c4..79a9c314971 100644 --- a/FileIO/Gmsh2GeoIO.h +++ b/FileIO/Gmsh2GeoIO.h @@ -1,8 +1,12 @@ -/* - * Gmsh2GeoIO.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Aug 18, 2011 - * Author: TF + * \file Gmsh2GeoIO.h + * + * Created on 2011-08-18 by Thomas Fischer */ #ifndef GMSH2GEOIO_H_ diff --git a/FileIO/Legacy/OGSIOVer4.cpp b/FileIO/Legacy/OGSIOVer4.cpp index e2f5674c875..6a9b2e0b209 100644 --- a/FileIO/Legacy/OGSIOVer4.cpp +++ b/FileIO/Legacy/OGSIOVer4.cpp @@ -1,8 +1,12 @@ -/* - * OGSIOVer4.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Jan 14, 2010 - * Author: TF + * \file OGSIOVer4.cpp + * + * Created on 2010-01-14 by Thomas Fischer */ #include <iomanip> diff --git a/FileIO/Legacy/OGSIOVer4.h b/FileIO/Legacy/OGSIOVer4.h index be7742540c7..d8d399187b9 100644 --- a/FileIO/Legacy/OGSIOVer4.h +++ b/FileIO/Legacy/OGSIOVer4.h @@ -1,8 +1,12 @@ -/* - * OGSIOVer4.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Jan 14, 2010 - * Author: TF / KR + * \file OGSIOVer4.h + * + * Created on 2010-01-14 by Thomas Fischer */ #ifndef OGSIOVER4_H_ diff --git a/FileIO/MeshIO/GMSHAdaptiveMeshDensity.cpp b/FileIO/MeshIO/GMSHAdaptiveMeshDensity.cpp index dc49e4f3789..b4145fd318c 100644 --- a/FileIO/MeshIO/GMSHAdaptiveMeshDensity.cpp +++ b/FileIO/MeshIO/GMSHAdaptiveMeshDensity.cpp @@ -1,8 +1,12 @@ -/* - * GMSHAdaptiveMeshDensity.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Mar 5, 2012 - * Author: TF + * \file GMSHAdaptiveMeshDensity.cpp + * + * Created on 2012-03-05 by Thomas Fischer */ #include <list> diff --git a/FileIO/MeshIO/GMSHAdaptiveMeshDensity.h b/FileIO/MeshIO/GMSHAdaptiveMeshDensity.h index eb573de8380..45c750c50e2 100644 --- a/FileIO/MeshIO/GMSHAdaptiveMeshDensity.h +++ b/FileIO/MeshIO/GMSHAdaptiveMeshDensity.h @@ -1,8 +1,12 @@ -/* - * GMSHAdaptiveMeshDensity.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Mar 5, 2012 - * Author: TF + * \file GMSHAdaptiveMeshDensity.h + * + * Created on 2012-03-05 by Thomas Fischer */ #ifndef GMSHADAPTIVEMESHDENSITY_H_ diff --git a/FileIO/MeshIO/GMSHFixedMeshDensity.cpp b/FileIO/MeshIO/GMSHFixedMeshDensity.cpp index 7d89b7aba54..c3fd81a86a6 100644 --- a/FileIO/MeshIO/GMSHFixedMeshDensity.cpp +++ b/FileIO/MeshIO/GMSHFixedMeshDensity.cpp @@ -1,8 +1,12 @@ -/* - * GMSHFixedMeshDensity.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Mar 5, 2012 - * Author: TF + * \file GMSHFixedMeshDensity.cpp + * + * Created on 2012-03-05 by Thomas Fischer */ #include "MeshIO/GMSHFixedMeshDensity.h" diff --git a/FileIO/MeshIO/GMSHFixedMeshDensity.h b/FileIO/MeshIO/GMSHFixedMeshDensity.h index fab155bb9db..90a7b1e787f 100644 --- a/FileIO/MeshIO/GMSHFixedMeshDensity.h +++ b/FileIO/MeshIO/GMSHFixedMeshDensity.h @@ -1,8 +1,12 @@ -/* - * GMSHFixedMeshDensity.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Mar 5, 2012 - * Author: TF + * \file GMSHFixedMeshDensity.h + * + * Created on 2012-03-05 by Thomas Fischer */ #ifndef GMSHFIXEDMESHDENSITY_H_ diff --git a/FileIO/MeshIO/GMSHInterface.cpp b/FileIO/MeshIO/GMSHInterface.cpp index 9d68a46e8b1..55f3ca60b32 100644 --- a/FileIO/MeshIO/GMSHInterface.cpp +++ b/FileIO/MeshIO/GMSHInterface.cpp @@ -1,8 +1,12 @@ -/* - * GMSHInterface.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Apr 29, 2010 - * Author: TF + * \file GMSHInterface.cpp + * + * Created on 2010-04-29 by Thomas Fischer */ #include <fstream> @@ -89,7 +93,7 @@ void GMSHInterface::readGMSHMesh(std::string const& fname, MeshLib::Mesh* mesh) std::vector<MeshLib::Node*> nodes; std::vector<MeshLib::Element*> elements; - if (line.find("$MeshFormat") != std::string::npos) + if (line.find("$MeshFormat") != std::string::npos) { getline(in, line); // version-number file-type data-size getline(in, line); //$EndMeshFormat @@ -97,7 +101,7 @@ void GMSHInterface::readGMSHMesh(std::string const& fname, MeshLib::Mesh* mesh) size_t n_nodes(0); size_t n_elements(0); - while (line.find("$EndElements") == std::string::npos) + while (line.find("$EndElements") == std::string::npos) { // Node data long id; @@ -144,7 +148,7 @@ void GMSHInterface::readGMSHMesh(std::string const& fname, MeshLib::Mesh* mesh) break; case 5: readNodeIDs(in, 8, node_ids); - elem = new MeshLib::Hex(nodes[node_ids[0]], nodes[node_ids[1]], nodes[node_ids[2]], nodes[node_ids[3]], + elem = new MeshLib::Hex(nodes[node_ids[0]], nodes[node_ids[1]], nodes[node_ids[2]], nodes[node_ids[3]], nodes[node_ids[4]], nodes[node_ids[5]], nodes[node_ids[6]], nodes[node_ids[7]], mat_id); break; case 6: diff --git a/FileIO/MeshIO/GMSHInterface.h b/FileIO/MeshIO/GMSHInterface.h index 9b969d2aae0..c4ea930e9f2 100644 --- a/FileIO/MeshIO/GMSHInterface.h +++ b/FileIO/MeshIO/GMSHInterface.h @@ -1,8 +1,12 @@ -/* - * GMSHInterface.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt + * + * \file GMSHInterface.h * - * Created on: Apr 29, 2010 - * Author: TF + * Created on 2010-04-29 by Thomas Fischer */ #ifndef GMSHINTERFACE_H_ diff --git a/FileIO/MeshIO/GMSHMeshDensityStrategy.h b/FileIO/MeshIO/GMSHMeshDensityStrategy.h index b0c959bb702..9c265b99e56 100644 --- a/FileIO/MeshIO/GMSHMeshDensityStrategy.h +++ b/FileIO/MeshIO/GMSHMeshDensityStrategy.h @@ -1,8 +1,12 @@ -/* - * GMSHMeshDensityStrategy.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt + * + * \file GMSHMeshDensityStrategy.h * - * Created on: Mar 5, 2012 - * Author: TF + * Created on 2010-03-05 by Thomas Fischer */ #ifndef GMSHMESHDENSITYSTRATEGY_H_ diff --git a/FileIO/MeshIO/GMSHPoint.cpp b/FileIO/MeshIO/GMSHPoint.cpp index fbbbf89a6f2..a5f6a298854 100644 --- a/FileIO/MeshIO/GMSHPoint.cpp +++ b/FileIO/MeshIO/GMSHPoint.cpp @@ -1,8 +1,12 @@ -/* - * GMSHPoint.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Mar 21, 2012 - * Author: TF + * \file GMSHPoint.cpp + * + * Created on 2012-03-21 by Thomas Fischer */ #include <cmath> diff --git a/FileIO/MeshIO/GMSHPoint.h b/FileIO/MeshIO/GMSHPoint.h index 0488e70ebf3..ec0a2e0b3b0 100644 --- a/FileIO/MeshIO/GMSHPoint.h +++ b/FileIO/MeshIO/GMSHPoint.h @@ -1,8 +1,12 @@ -/* - * GMSHPoint.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Mar 21, 2012 - * Author: TF + * \file GMSHPoint.h + * + * Created on 2012-03-21 by Thomas Fischer */ #ifndef GMSHPOINT_H_ diff --git a/FileIO/MeshIO/TetGenInterface.cpp b/FileIO/MeshIO/TetGenInterface.cpp index 1883ae0a8a9..e0cb783304d 100644 --- a/FileIO/MeshIO/TetGenInterface.cpp +++ b/FileIO/MeshIO/TetGenInterface.cpp @@ -1,8 +1,12 @@ -/* - * TetGenInterface.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Sep 12, 2011 - * Author: TF + * \file TetGenInterface.cpp + * + * Created on 2011-09-12 by Thomas Fischer */ #include <cstddef> diff --git a/FileIO/MeshIO/TetGenInterface.h b/FileIO/MeshIO/TetGenInterface.h index f54f4e3bd64..c9ebed875cb 100644 --- a/FileIO/MeshIO/TetGenInterface.h +++ b/FileIO/MeshIO/TetGenInterface.h @@ -1,8 +1,12 @@ -/* - * TetGenInterface.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt + * + * \file TetGenInterface.h * - * Created on: Sep 12, 2011 - * Author: TF + * Created on 2011-09-12 by Thomas Fischer */ #ifndef TETGENINTERFACE_H_ diff --git a/FileIO/readNonBlankLineFromInputStream.cpp b/FileIO/readNonBlankLineFromInputStream.cpp index 2b15875afb7..caf8794643a 100644 --- a/FileIO/readNonBlankLineFromInputStream.cpp +++ b/FileIO/readNonBlankLineFromInputStream.cpp @@ -1,8 +1,12 @@ -/* - * readNonBlankLineFromInputStream.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Apr 19, 2011 - * Author: TF + * \file readNonBlankLineFromInputStream.cpp + * + * Created on 2011-04-19 by Thomas Fischer */ #include "readNonBlankLineFromInputStream.h" diff --git a/FileIO/readNonBlankLineFromInputStream.h b/FileIO/readNonBlankLineFromInputStream.h index 85a58b2775f..c39118c6393 100644 --- a/FileIO/readNonBlankLineFromInputStream.h +++ b/FileIO/readNonBlankLineFromInputStream.h @@ -1,8 +1,12 @@ -/* - * readNonBlankLineFromInputStream.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt + * + * \file readNonBlankLineFromInputStream.h * - * Created on: Apr 19, 2011 - * Author: TF + * Created on 2011-04-19 by Thomas Fischer */ #ifndef READNONBLANKLINEFROMINPUTSTREAM_H_ diff --git a/GeoLib/PointWithID.h b/GeoLib/PointWithID.h index 7d219033140..a09b800e717 100644 --- a/GeoLib/PointWithID.h +++ b/GeoLib/PointWithID.h @@ -1,8 +1,12 @@ -/* - * PointWithID.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt + * + * \file PointWithID.h * - * Created on: Jan 25, 2011 - * Author: TF + * Created on 2011-01-05 by Thomas Fischer */ #ifndef POINTWITHID_H_ diff --git a/GeoLib/Polygon.cpp b/GeoLib/Polygon.cpp index 1a74fa5a136..e23e8bf8f1d 100644 --- a/GeoLib/Polygon.cpp +++ b/GeoLib/Polygon.cpp @@ -1,8 +1,12 @@ -/* - * Polygon.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Jun 21, 2010 - * Author: TF + * \file Polygon.cpp + * + * Created on 2010-06-21 by Thomas Fischer */ #include <cmath> diff --git a/GeoLib/Polygon.h b/GeoLib/Polygon.h index 7dfaf0ca759..7467f09c7d2 100644 --- a/GeoLib/Polygon.h +++ b/GeoLib/Polygon.h @@ -1,8 +1,12 @@ -/* - * Polygon.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt + * + * \file Polygon.h * - * Created on: Jun 21, 2010 - * Author: TF + * Created on 2010-06-21 by Thomas Fischer */ #ifndef POLYGON_H_ diff --git a/GeoLib/Polyline.cpp b/GeoLib/Polyline.cpp index fb9f22e11e4..c6afaae41d3 100644 --- a/GeoLib/Polyline.cpp +++ b/GeoLib/Polyline.cpp @@ -1,8 +1,12 @@ -/* - * Polyline.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Jun 21, 2010 - * Author: TF + * \file Polyline.cpp + * + * Created on 2010-06-21 by Thomas Fischer */ // Base diff --git a/GeoLib/Polyline.h b/GeoLib/Polyline.h index a7b11629fb5..cf7964f158f 100644 --- a/GeoLib/Polyline.h +++ b/GeoLib/Polyline.h @@ -1,8 +1,12 @@ -/* - * PolyLine.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt + * + * \file PolyLine.h * - * Created on: Jan 14, 2010 - * Author: TF + * Created on 2010-01-14 by Thomas Fischer */ #ifndef POLYLINE_H_ diff --git a/GeoLib/QuadTree.h b/GeoLib/QuadTree.h index ac0482797df..7a6508881ef 100644 --- a/GeoLib/QuadTree.h +++ b/GeoLib/QuadTree.h @@ -1,8 +1,12 @@ -/* - * QuadTree.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt + * + * \file QuadTree.h * - * Created on: Nov 9, 2010 - * Author: TF + * Created on 2010-11-09 by Thomas Fischer */ #ifndef QUADTREE_H_ diff --git a/GeoLib/SimplePolygonTree.cpp b/GeoLib/SimplePolygonTree.cpp index e70ea592dce..b25ced9ee4d 100644 --- a/GeoLib/SimplePolygonTree.cpp +++ b/GeoLib/SimplePolygonTree.cpp @@ -1,8 +1,12 @@ -/* - * SimplePolygonTree.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Jun 22, 2010 - * Author: TF + * \file SimplePolygonTree.cpp + * + * Created on 2010-06-22 by Thomas Fischer */ #include "SimplePolygonTree.h" diff --git a/GeoLib/SimplePolygonTree.h b/GeoLib/SimplePolygonTree.h index 3d55b686ac8..a2776ee6959 100644 --- a/GeoLib/SimplePolygonTree.h +++ b/GeoLib/SimplePolygonTree.h @@ -1,8 +1,12 @@ -/* - * SimplePolygonTree.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt + * + * \file SimplePolygonTree.h * - * Created on: Jun 22, 2010 - * Author: TF + * Created on 2010-06-22 by Thomas Fischer */ #ifndef SIMPLEPOLYGONTREE_H_ diff --git a/Gui/Base/StrictDoubleValidator.h b/Gui/Base/StrictDoubleValidator.h index b1803c1ba04..add3bd06f7b 100644 --- a/Gui/Base/StrictDoubleValidator.h +++ b/Gui/Base/StrictDoubleValidator.h @@ -1,8 +1,12 @@ -/* - * StrictDoubleValidator.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt + * + * \file StrictDoubleValidator.h * - * Created on: Jan 24, 2011 - * Author: TF + * Created on 2011-01-24 by Thomas Fischer */ #ifndef STRICTDOUBLEVALIDATOR_H_ diff --git a/Gui/Base/StrictIntValidator.h b/Gui/Base/StrictIntValidator.h index 90644b38298..54e21ee139d 100644 --- a/Gui/Base/StrictIntValidator.h +++ b/Gui/Base/StrictIntValidator.h @@ -1,8 +1,12 @@ -/* - * StrictIntValidator.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt + * + * \file StrictIntValidator.h * - * Created on: Jan 24, 2011 - * Author: TF + * Created on 2011-01-24 by Thomas Fischer */ #ifndef STRICTINTVALIDATOR_H_ diff --git a/MeshLib/MeshQuality/MeshQualityChecker.cpp b/MeshLib/MeshQuality/MeshQualityChecker.cpp index 55be4660465..83e1c1738ef 100644 --- a/MeshLib/MeshQuality/MeshQualityChecker.cpp +++ b/MeshLib/MeshQuality/MeshQualityChecker.cpp @@ -1,8 +1,12 @@ -/* - * MeshQualityChecker.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Dec 8, 2010 - * Author: TF + * \file MeshQualityChecker.cpp + * + * Created on 2010-12-08 by Thomas Fischer */ #include "MeshQualityChecker.h" diff --git a/MeshLib/MeshQuality/MeshQualityChecker.h b/MeshLib/MeshQuality/MeshQualityChecker.h index 9442ac18901..ea7a0eabdc0 100644 --- a/MeshLib/MeshQuality/MeshQualityChecker.h +++ b/MeshLib/MeshQuality/MeshQualityChecker.h @@ -1,8 +1,12 @@ -/* - * MeshQualityChecker.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Dec 8, 2010 - * Author: TF + * \file MeshQualityChecker.h + * + * Created on 2010-12-08 by Thomas Fischer */ #ifndef MESHQUALITYCHECKER_H_ diff --git a/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.cpp b/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.cpp index c0ea1772be8..041a1550c94 100644 --- a/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.cpp +++ b/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.cpp @@ -1,8 +1,12 @@ -/* - * MeshQualityEquiAngleSkew.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Mar 17, 2011 - * Author: TF + * \file MeshQualityEquiAngleSkew.cpp + * + * Created on 2011-03-17 by Thomas Fischer */ #include "MeshQualityEquiAngleSkew.h" diff --git a/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.h b/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.h index 7a0c704c4c5..33d08e84290 100644 --- a/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.h +++ b/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.h @@ -1,8 +1,12 @@ -/* - * MeshQualityEquiAngleSkew.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Mar 17, 2011 - * Author: TF + * \file MeshQualityEquiAngleSkew.h + * + * Created on 2011-03-17 by Thomas Fischer */ #ifndef MESHQUALITYEQUIANGLESKEW_H_ diff --git a/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.cpp b/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.cpp index 786c68fe269..c31b8d90564 100644 --- a/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.cpp +++ b/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.cpp @@ -1,8 +1,12 @@ -/* - * MeshQualityShortestLongestRatio.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Mar 3, 2011 - * Author: TF + * \file MeshQualityShortestLongestRatio.cpp + * + * Created on 2011-03-03 by Thomas Fischer */ #include "MeshQualityShortestLongestRatio.h" diff --git a/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.h b/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.h index f8c744078b8..44f515e3baf 100644 --- a/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.h +++ b/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.h @@ -1,8 +1,12 @@ -/* - * MeshQualityShortestLongestRatio.h +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Mar 3, 2011 - * Author: TF + * \file MeshQualityShortestLongestRatio.h + * + * Created on 2011-03-03 by Thomas Fischer */ #ifndef MESHQUALITYSHORTESTLONGESTRATIO_H_ diff --git a/MeshLib/MeshQuality/MeshQualityVolume.cpp b/MeshLib/MeshQuality/MeshQualityVolume.cpp index b6fc4db0a2b..1c269ca1466 100644 --- a/MeshLib/MeshQuality/MeshQualityVolume.cpp +++ b/MeshLib/MeshQuality/MeshQualityVolume.cpp @@ -1,8 +1,12 @@ -/* - * MeshQualityVolume.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Mar 3, 2011 - * Author: TF + * \file MeshQualityVolume.cpp + * + * Created on 2011-03-03 by Thomas Fischer */ #include "MeshQualityVolume.h" diff --git a/MeshLib/MeshQuality/MeshQualityVolume.h b/MeshLib/MeshQuality/MeshQualityVolume.h index f54368499cb..eea2c001966 100644 --- a/MeshLib/MeshQuality/MeshQualityVolume.h +++ b/MeshLib/MeshQuality/MeshQualityVolume.h @@ -1,6 +1,12 @@ -/* - * Created on: Mar 3, 2011 - * Author: TF +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt + * + * \file MeshQualityVolume.h + * + * Created on 2011-03-03 by Thomas Fischer */ #ifndef MESHQUALITYVOLUME_H_ diff --git a/Utils/FileConverter/ConvertSHPToGLI.cpp b/Utils/FileConverter/ConvertSHPToGLI.cpp index 01fca740f28..954bbcb45ee 100644 --- a/Utils/FileConverter/ConvertSHPToGLI.cpp +++ b/Utils/FileConverter/ConvertSHPToGLI.cpp @@ -1,8 +1,12 @@ -/* - * ConvertSHPToGLI.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: May 3, 2010 - * Author: TF + * \file ConvertSHPToGLI.cpp + * + * Created on 2010-05-03 by Thomas Fischer */ //ShapeLib includes diff --git a/Utils/FileConverter/GMSH2OGS.cpp b/Utils/FileConverter/GMSH2OGS.cpp index 51acd510aeb..85537e1cefc 100644 --- a/Utils/FileConverter/GMSH2OGS.cpp +++ b/Utils/FileConverter/GMSH2OGS.cpp @@ -1,15 +1,12 @@ -/* - * GMSH2OGS.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Dec 13, 2011 - * Author: TF - */ - -/* - * mainExtractSurface.cpp + * \file GMSH2OGS.cpp * - * Created on: Jan 26, 2011 - * Author: TF + * Created on 2011-12-13 by Thomas Fischer */ // STL diff --git a/Utils/FileConverter/generateBCFromPolyline.cpp b/Utils/FileConverter/generateBCFromPolyline.cpp index 80adc1c5350..30577e76d4b 100644 --- a/Utils/FileConverter/generateBCFromPolyline.cpp +++ b/Utils/FileConverter/generateBCFromPolyline.cpp @@ -1,8 +1,12 @@ -/* - * generateBCFromPolyline.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Mar 8, 2011 - * Author: TF + * \file generateBCFromPolyline.cpp + * + * Created on 2011-03-08 by Thomas Fischer */ // GEO diff --git a/Utils/FileConverter/generateBCandGLI.cpp b/Utils/FileConverter/generateBCandGLI.cpp index b86bfe6dc0a..da09acbf710 100644 --- a/Utils/FileConverter/generateBCandGLI.cpp +++ b/Utils/FileConverter/generateBCandGLI.cpp @@ -1,8 +1,12 @@ -/* - * generateBCandGLI.cpp +/** + * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.net/LICENSE.txt * - * Created on: Mar 1, 2011 - * Author: TF + * \file generateBCandGLI.cpp + * + * Created on 2011-03-01 by Thomas Fischer */ // GEO -- GitLab