diff --git a/Applications/CLI/NumericsConfig.h b/Applications/CLI/NumericsConfig.h index 60b7da6a6c4b8d60cb52a2dfc022ff69e8aed477..0b1af173a07b97de174d10c2a137cc0ee608fee5 100644 --- a/Applications/CLI/NumericsConfig.h +++ b/Applications/CLI/NumericsConfig.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/CLI/ogs.cpp b/Applications/CLI/ogs.cpp index 698faf4119c5f0d8884b2a84374a100c06d0420d..6c57df810cdc49a86526e47cf9c8fe4c08f411aa 100644 --- a/Applications/CLI/ogs.cpp +++ b/Applications/CLI/ogs.cpp @@ -43,7 +43,7 @@ int main(int argc, char *argv[]) // Parse CLI arguments. TCLAP::CmdLine cmd("OpenGeoSys-6 software.\n" - "Copyright (c) 2012-2014, OpenGeoSys Community " + "Copyright (c) 2012-2015, OpenGeoSys Community " "(http://www.opengeosys.org) " "Distributed under a Modified BSD License. " "See accompanying file LICENSE.txt or " diff --git a/Applications/DataExplorer/Base/RecentFiles.cpp b/Applications/DataExplorer/Base/RecentFiles.cpp index 18225e09689d42322d4d30393bfdaa9b6f1e3b1f..ca10a89abfa4909b08d9887bfba965c9e6bceb61 100644 --- a/Applications/DataExplorer/Base/RecentFiles.cpp +++ b/Applications/DataExplorer/Base/RecentFiles.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the RecentFiles class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/StrictIntValidator.h b/Applications/DataExplorer/Base/StrictIntValidator.h index 7d9934fd4c9485d6ccc2d9da64649d275b420618..9b344137d911ffe83c0531f8f513a6ae6571b183 100644 --- a/Applications/DataExplorer/Base/StrictIntValidator.h +++ b/Applications/DataExplorer/Base/StrictIntValidator.h @@ -5,7 +5,7 @@ * \brief Definition of the StrictIntValidator class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/LicenseDialog.cpp b/Applications/DataExplorer/DataView/LicenseDialog.cpp index ae3ec3648f98d52a11f6e8da85aee1286b0b89c8..e144192e555a518ec6accaa1e33661d6da38b8f4 100644 --- a/Applications/DataExplorer/DataView/LicenseDialog.cpp +++ b/Applications/DataExplorer/DataView/LicenseDialog.cpp @@ -26,7 +26,7 @@ void LicenseDialog::setText() { QString text; QTextStream stream(&text); - stream << "<p>Copyright (c) 2012-2014, OpenGeoSys Community " + stream << "<p>Copyright (c) 2012-2015, OpenGeoSys Community " << "(<a href='http://www.opengeosys.org'>http://www.opengeosys.org</a>)<br />" << "All rights reserved.</p>" << "<p>Redistribution and use in source and binary forms, with or without" diff --git a/Applications/DataExplorer/DataView/MshEditDialog.cpp b/Applications/DataExplorer/DataView/MshEditDialog.cpp index dfe5448047fb1785418ae9b2759c3dd1766e7b6f..da9ec9e154359539585ce1229e8b289ed24ec60b 100644 --- a/Applications/DataExplorer/DataView/MshEditDialog.cpp +++ b/Applications/DataExplorer/DataView/MshEditDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MshEditDialog class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MshEditDialog.h b/Applications/DataExplorer/DataView/MshEditDialog.h index f9de10e8859240ccba6ba1629a0e141f264f239c..762204d5d850bcad4046e44f1ba530d97b983f4e 100644 --- a/Applications/DataExplorer/DataView/MshEditDialog.h +++ b/Applications/DataExplorer/DataView/MshEditDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MshEditDialog class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/OGSFilterInfo.h b/Applications/DataExplorer/VtkVis/OGSFilterInfo.h index 285448c4fb2c7d923935b7433db1c79e131ff88d..5a5695ca604492258fef777e53c767b53e29dc89 100644 --- a/Applications/DataExplorer/VtkVis/OGSFilterInfo.h +++ b/Applications/DataExplorer/VtkVis/OGSFilterInfo.h @@ -5,7 +5,7 @@ * \brief Definition of the OGSFilterInfo class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/mainwindow.cpp b/Applications/DataExplorer/mainwindow.cpp index d24e173c6a10cc31f4a7f2f0597eac72b79b7caa..d2e443f16cea078b3fa71ce20e31380f0303e4e8 100644 --- a/Applications/DataExplorer/mainwindow.cpp +++ b/Applications/DataExplorer/mainwindow.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MainWindow class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/mainwindow.h b/Applications/DataExplorer/mainwindow.h index 36837c99f543bf30e2400141b8534b98a4719cf3..82e008bdb46a020c73171cf0c55164ffb9af0824 100644 --- a/Applications/DataExplorer/mainwindow.h +++ b/Applications/DataExplorer/mainwindow.h @@ -5,7 +5,7 @@ * \brief Definition of the MainWindow class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp b/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp index 36975243de1349062a5b6e162d376b2fd55cb13f..090475379422e3fdd3080c8ce05b6f3f34b9d0e2 100644 --- a/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp +++ b/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the shp to gli converter tool. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/ConvertVtkToOsg.cpp b/Applications/Utils/FileConverter/ConvertVtkToOsg.cpp index a389199835ae213962fc2ca41dca6b172ebfc454..626bd5fd543e43d5ce3c85b2c27d8576ffee6772 100644 --- a/Applications/Utils/FileConverter/ConvertVtkToOsg.cpp +++ b/Applications/Utils/FileConverter/ConvertVtkToOsg.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the vtk to osg converter tool. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/FEFLOW2OGS.cpp b/Applications/Utils/FileConverter/FEFLOW2OGS.cpp index d7c43c6ce9aa43506dbeaef849642f1192f15b6a..6bd9ea3235fe9f9ccde0fce7b4432e0fc5d32c2f 100644 --- a/Applications/Utils/FileConverter/FEFLOW2OGS.cpp +++ b/Applications/Utils/FileConverter/FEFLOW2OGS.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/GMSH2OGS.cpp b/Applications/Utils/FileConverter/GMSH2OGS.cpp index f2e224c9da2cefdf002629222c78ee2e17281a95..3f50a5c287206c3560618a3551700fd0709787ca 100644 --- a/Applications/Utils/FileConverter/GMSH2OGS.cpp +++ b/Applications/Utils/FileConverter/GMSH2OGS.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSH2OGS converter. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/OGS2VTK.cpp b/Applications/Utils/FileConverter/OGS2VTK.cpp index 40374ea83dac2141be16ebd293ed37a1aa5462e8..36fe0910ae5f479638f4e95d7472ecc8404163cd 100644 --- a/Applications/Utils/FileConverter/OGS2VTK.cpp +++ b/Applications/Utils/FileConverter/OGS2VTK.cpp @@ -5,7 +5,7 @@ * @brief Converts OGS mesh into VTK mesh. * * @copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/FileConverter/TIN2VTK.cpp b/Applications/Utils/FileConverter/TIN2VTK.cpp index a30ea9ad7868b23a75a9256fb4a72cabb3cc75bd..b471eb5e07df85b90d7c0e16475f00ca2e17ae7b 100644 --- a/Applications/Utils/FileConverter/TIN2VTK.cpp +++ b/Applications/Utils/FileConverter/TIN2VTK.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/FileConverter/VTK2OGS.cpp b/Applications/Utils/FileConverter/VTK2OGS.cpp index d1b414478443f0dc3fe5df7a291f3c6e48a20943..d938fbfca38f908e9f46c40ad1dd7cdeaf2401ea 100644 --- a/Applications/Utils/FileConverter/VTK2OGS.cpp +++ b/Applications/Utils/FileConverter/VTK2OGS.cpp @@ -5,7 +5,7 @@ * @brief Converts VTK mesh into OGS mesh. * * @copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/FileConverter/VTK2TIN.cpp b/Applications/Utils/FileConverter/VTK2TIN.cpp index 2dbe838b286bca01eb722523f7506f33c389770e..5b0fb22f4f08aba6b4f7fff0e0a7a7bb50595abe 100644 --- a/Applications/Utils/FileConverter/VTK2TIN.cpp +++ b/Applications/Utils/FileConverter/VTK2TIN.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/FileConverter/generateBCFromPolyline.cpp b/Applications/Utils/FileConverter/generateBCFromPolyline.cpp index 51a56351f05cfdc87778e25ee31473dfef9bd68c..55562d65da7430dfce695866eae1453d1f9d8a5b 100644 --- a/Applications/Utils/FileConverter/generateBCFromPolyline.cpp +++ b/Applications/Utils/FileConverter/generateBCFromPolyline.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the generateBCFromPolyline tool. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/generateBCandGLI.cpp b/Applications/Utils/FileConverter/generateBCandGLI.cpp index e26bd4ac1361d94c3de71d4378b8b191f889aaa8..f1d5de066a851161d9c188a0266884e753426234 100644 --- a/Applications/Utils/FileConverter/generateBCandGLI.cpp +++ b/Applications/Utils/FileConverter/generateBCandGLI.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the generateBCandGLI tool. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp b/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp index d901efe176fa0e3546b74799ecfe576a47033bb1..a15677341c4cc98507f7968c49db02248c1bd05e 100644 --- a/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp +++ b/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the generateMatPropsFromMatID tool. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/MeshEdit/DataExplorer5NodeReordering.cpp b/Applications/Utils/MeshEdit/DataExplorer5NodeReordering.cpp index 4f3cda51ac4a43b53c70d645abedb4eb086cc675..097dd5b318b94d09cea7217235650964adcbfec6 100644 --- a/Applications/Utils/MeshEdit/DataExplorer5NodeReordering.cpp +++ b/Applications/Utils/MeshEdit/DataExplorer5NodeReordering.cpp @@ -3,7 +3,7 @@ * 2013/13/06 KR Initial implementation * * @copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/MeshEdit/MoveMesh.cpp b/Applications/Utils/MeshEdit/MoveMesh.cpp index 6620168138df94c98336eaf22ea91d87e042c96b..dc99726ab001bcc89c3f387a4608797dda456f30 100644 --- a/Applications/Utils/MeshEdit/MoveMesh.cpp +++ b/Applications/Utils/MeshEdit/MoveMesh.cpp @@ -4,7 +4,7 @@ * @brief * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp b/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp index 51a1ccc823f91fb20069582c51c0883f32f1e6e5..7f5ff9589bff37aaf087e8a9bcc1f2bed4542a45 100644 --- a/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp +++ b/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/MeshEdit/checkMesh.cpp b/Applications/Utils/MeshEdit/checkMesh.cpp index 9bea61f02fb2b9161f44960c8aadaf9d0fa87ca9..5fe055778bcbdded6c5cdd3a2bbd95eefa4e43d6 100644 --- a/Applications/Utils/MeshEdit/checkMesh.cpp +++ b/Applications/Utils/MeshEdit/checkMesh.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/MeshEdit/editMaterialID.cpp b/Applications/Utils/MeshEdit/editMaterialID.cpp index 5ba436ab1d8213633aa33b331916aef1fde32cf7..5eac14407b7d00a88b2a8b1fc8186aa06de09904 100644 --- a/Applications/Utils/MeshEdit/editMaterialID.cpp +++ b/Applications/Utils/MeshEdit/editMaterialID.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/MeshEdit/removeMeshElements.cpp b/Applications/Utils/MeshEdit/removeMeshElements.cpp index 98b97288c9d64d5e5e8aa5946c722551bdadede1..6c05aed077e4fc01a2ad5b6302cf6e27cbaf4e34 100644 --- a/Applications/Utils/MeshEdit/removeMeshElements.cpp +++ b/Applications/Utils/MeshEdit/removeMeshElements.cpp @@ -5,7 +5,7 @@ * @brief Remove mesh elements * * @copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/MeshEdit/reviseMesh.cpp b/Applications/Utils/MeshEdit/reviseMesh.cpp index 3301e96e819f2fbcfaa8ae49fe872796a984ae2d..0bbbf18cdd83075311022959da1d5d0bc4f1d820 100644 --- a/Applications/Utils/MeshEdit/reviseMesh.cpp +++ b/Applications/Utils/MeshEdit/reviseMesh.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp b/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp index 22b24ad0e1cf50a74eed133f236fe9d5937a9ea6..fcfcb15cfbe5803cdfdf06a2d2fa4d805731a6f5 100644 --- a/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp +++ b/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the createMeshElemPropertiesFromASCRaster tool. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp b/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp index 1a285df599f02e85fe5ea643b121aeaa1f679ef4..8667df59cd933ff6a63f553636a6eb21439c53dc 100644 --- a/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp +++ b/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt @@ -70,7 +70,7 @@ int main (int argc, char* argv[]) TCLAP::CmdLine cmd("Structured mesh generator.\n" "OpenGeoSys-6 software.\n" - "Copyright (c) 2012-2014, OpenGeoSys Community " + "Copyright (c) 2012-2015, OpenGeoSys Community " "(http://www.opengeosys.org) " "Distributed under a Modified BSD License. " "See accompanying file LICENSE.txt or " diff --git a/Applications/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp b/Applications/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp index 8ca088ac6fd2e5655681e31a924143083a27bcc4..2f9abeab6b559a2079d541a3679e43f36434258e 100644 --- a/Applications/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp +++ b/Applications/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the generateStructuredQuadMesh tool. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Documentation/Namespaces.dox b/Documentation/Namespaces.dox index 3b46183b4ed922b697324f4e33c9b070ed8a24fe..91ac6561980ebea4bb6c6117ee26b68a43adfaae 100644 --- a/Documentation/Namespaces.dox +++ b/Documentation/Namespaces.dox @@ -4,7 +4,7 @@ * \brief Documentation of namespaces. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/ImportFileTypes.h b/FileIO/ImportFileTypes.h index 4a2a315c1b2381a673a53a56a94886163ec87e6e..d79766680b81c80f97fd0c4e4355587649d49783 100644 --- a/FileIO/ImportFileTypes.h +++ b/FileIO/ImportFileTypes.h @@ -5,7 +5,7 @@ * \brief Definition of the ImportFileTypes enumeration. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMappedElementDataArrayTemplate-impl.h b/InSituLib/VtkMappedElementDataArrayTemplate-impl.h index 15bd90276c459fb3c526a3646e67baaec77436d4..78f8f63cc305dfcf51c83d1b03b9cf3e9517d9b7 100644 --- a/InSituLib/VtkMappedElementDataArrayTemplate-impl.h +++ b/InSituLib/VtkMappedElementDataArrayTemplate-impl.h @@ -5,7 +5,7 @@ * \brief Implementation of the VtkMappedElementDataArrayTemplate class. * * \copyright - * Copyright (c) 2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMappedElementDataArrayTemplate.h b/InSituLib/VtkMappedElementDataArrayTemplate.h index c249bc833b59fd12682c2b5ae946dcaf47330fca..6d814eb01e0bce56cca02f342fac36a284693629 100644 --- a/InSituLib/VtkMappedElementDataArrayTemplate.h +++ b/InSituLib/VtkMappedElementDataArrayTemplate.h @@ -6,7 +6,7 @@ * on elements of OGS meshes to VTK unstructured grids. * * \copyright - * Copyright (c) 2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMappedMesh.cpp b/InSituLib/VtkMappedMesh.cpp index f374ae88bf4ab783fa2a4e5e1ba20abf8da14ee3..64cd4fdea73e9e4a12784f05789b0314e0b59d9b 100644 --- a/InSituLib/VtkMappedMesh.cpp +++ b/InSituLib/VtkMappedMesh.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkMappedMesh class. * * \copyright - * Copyright (c) 2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMappedMesh.h b/InSituLib/VtkMappedMesh.h index c41964f49a2ab71b40a9f2a364270e259e854b20..5ad05d2b332041a275bba16797bf5a3fd941aa24 100644 --- a/InSituLib/VtkMappedMesh.h +++ b/InSituLib/VtkMappedMesh.h @@ -7,7 +7,7 @@ * without node coordinates. See VtkMeshNodalCoordinatesTemplate. * * \copyright - * Copyright (c) 2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMappedMeshSource.cpp b/InSituLib/VtkMappedMeshSource.cpp index 1051d6c7de68391b4d911aa825a32baf896c6409..5fe49805642693119b38c4b3858ca2270e0213ab 100644 --- a/InSituLib/VtkMappedMeshSource.cpp +++ b/InSituLib/VtkMappedMeshSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkMappedMeshSource class. * * \copyright - * Copyright (c) 2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMappedMeshSource.h b/InSituLib/VtkMappedMeshSource.h index 349b3c0a6821b21f334781758920d486b688b406..43e1d45c15607eefa942240170613f5d5746980a 100644 --- a/InSituLib/VtkMappedMeshSource.h +++ b/InSituLib/VtkMappedMeshSource.h @@ -13,7 +13,7 @@ * \endcode * * \copyright - * Copyright (c) 2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMeshNodalCoordinatesTemplate-impl.h b/InSituLib/VtkMeshNodalCoordinatesTemplate-impl.h index 73b0b0f2b0cc4d882b37a8d9c2ed87706d3ebf9e..14bf845d1a3d3f38de8b4c6661957768c5b5ca0f 100644 --- a/InSituLib/VtkMeshNodalCoordinatesTemplate-impl.h +++ b/InSituLib/VtkMeshNodalCoordinatesTemplate-impl.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkMeshNodalCoordinatesTemplate class. * * \copyright - * Copyright (c) 2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMeshNodalCoordinatesTemplate.h b/InSituLib/VtkMeshNodalCoordinatesTemplate.h index ff58fe932f5b9b21fad6a58087f63c65d7703797..77bbd9dd3de6b08dae63dd7a741158af4089fb52 100644 --- a/InSituLib/VtkMeshNodalCoordinatesTemplate.h +++ b/InSituLib/VtkMeshNodalCoordinatesTemplate.h @@ -6,7 +6,7 @@ * OGS meshes to VTK unstructured grids. * * \copyright - * Copyright (c) 2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisCheck.h b/MathLib/LinAlg/Lis/LisCheck.h index b3d2f66efa2fbe9b5aa5b014276b7d258bfbf857..0a95dfda5a091df7c85c9fcf1a298a653401d86a 100644 --- a/MathLib/LinAlg/Lis/LisCheck.h +++ b/MathLib/LinAlg/Lis/LisCheck.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisLinearSolver.cpp b/MathLib/LinAlg/Lis/LisLinearSolver.cpp index dc2662729161c40a68e75f4e7e1bb3333796779e..94d2cad429f8190cab2bf713ccfe347cd3a90515 100644 --- a/MathLib/LinAlg/Lis/LisLinearSolver.cpp +++ b/MathLib/LinAlg/Lis/LisLinearSolver.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LisLinearSolver class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisLinearSolver.h b/MathLib/LinAlg/Lis/LisLinearSolver.h index 3f6bf9c58d3c705bc67a289bc9a524bd730b0423..5506b5eb9e4e1a8249888caefc6921ce660cc74b 100644 --- a/MathLib/LinAlg/Lis/LisLinearSolver.h +++ b/MathLib/LinAlg/Lis/LisLinearSolver.h @@ -5,7 +5,7 @@ * \brief Definition of the LisLinearSolver class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisMatrix.cpp b/MathLib/LinAlg/Lis/LisMatrix.cpp index a785331334b5216ea0e6bce86a3c48c1d3dc5f23..ae264c15ac44109b3929be9cb7c0845780e0b235 100644 --- a/MathLib/LinAlg/Lis/LisMatrix.cpp +++ b/MathLib/LinAlg/Lis/LisMatrix.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LisMatrix class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisMatrix.h b/MathLib/LinAlg/Lis/LisMatrix.h index 1cc1d4252e4b8dda3df6539a251f2a9d62acf9fa..559d7018ac6c7739e9eff51ff8d20ed5e5846af0 100644 --- a/MathLib/LinAlg/Lis/LisMatrix.h +++ b/MathLib/LinAlg/Lis/LisMatrix.h @@ -5,7 +5,7 @@ * \brief Definition of the LisMatrix class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisOption.cpp b/MathLib/LinAlg/Lis/LisOption.cpp index 9674e34e0244e354efb881e1cde7054c72c165c8..abaaa53d4b3f546cc788c25099feafd31d975f1e 100644 --- a/MathLib/LinAlg/Lis/LisOption.cpp +++ b/MathLib/LinAlg/Lis/LisOption.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LisOption class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisOption.h b/MathLib/LinAlg/Lis/LisOption.h index d64247221676e021b79fd340ee5e1c4f39e7e34a..f880ae95afde8084612dfb2960e01f7e3d466545 100644 --- a/MathLib/LinAlg/Lis/LisOption.h +++ b/MathLib/LinAlg/Lis/LisOption.h @@ -5,7 +5,7 @@ * \brief Definition of the LisOption class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisTools.cpp b/MathLib/LinAlg/Lis/LisTools.cpp index 51ad344d244565dc49cf57fb09cb19b1bdcb9f20..f377abaa3a142812b7e01a86b3b10b31ff9e630d 100644 --- a/MathLib/LinAlg/Lis/LisTools.cpp +++ b/MathLib/LinAlg/Lis/LisTools.cpp @@ -5,7 +5,7 @@ * \brief Implementation of Lis utility functions. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisTools.h b/MathLib/LinAlg/Lis/LisTools.h index 4479d3c07aa5479e5dc76317acfd6b175bd45d96..f967f5b0932224cf07a2c956e1b343304cbd3c0b 100644 --- a/MathLib/LinAlg/Lis/LisTools.h +++ b/MathLib/LinAlg/Lis/LisTools.h @@ -5,7 +5,7 @@ * \brief Definition of Lis utility functions. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisVector.cpp b/MathLib/LinAlg/Lis/LisVector.cpp index dc8f7bf3f15c980fdf3bed55ebf5fd114e79998f..29ba38c542b5112a678f1b6eaafe3b8285058ee4 100644 --- a/MathLib/LinAlg/Lis/LisVector.cpp +++ b/MathLib/LinAlg/Lis/LisVector.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LisVector class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisVector.h b/MathLib/LinAlg/Lis/LisVector.h index 9078421da7ad52bf6685defaaf63ec22e98c9b42..3afea331b1f00bc10a05fc54a7f91cf945e37088 100644 --- a/MathLib/LinAlg/Lis/LisVector.h +++ b/MathLib/LinAlg/Lis/LisVector.h @@ -5,7 +5,7 @@ * \brief Definition of the LisVector class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp b/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp index a1a562dff936cdd9dcb13047c9036c89f4d7f555..ed106870e04aea7dfa9b68c49df52ba9d013f993 100644 --- a/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp +++ b/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp @@ -8,7 +8,7 @@ \date Nov 2011 - Mar 2014 \copyright - Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScLinearSolver.h b/MathLib/LinAlg/PETSc/PETScLinearSolver.h index e48fd536962bba7e845f4798448612c57b3766bf..6a61b75d576c9bea5bba832b5bac2080def3bcd1 100644 --- a/MathLib/LinAlg/PETSc/PETScLinearSolver.h +++ b/MathLib/LinAlg/PETSc/PETScLinearSolver.h @@ -8,7 +8,7 @@ \date Nov 2011 - Sep 2013 \copyright - Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScMatrix.cpp b/MathLib/LinAlg/PETSc/PETScMatrix.cpp index 5fa3c8cca8abb75fe4bd12ad69bbf6d4092d16ff..848804cd368f958c1d37e4500117ae3999f65d72 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrix.cpp +++ b/MathLib/LinAlg/PETSc/PETScMatrix.cpp @@ -7,7 +7,7 @@ \date Nov 2011 - Sep 2013 \copyright - Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScMatrix.h b/MathLib/LinAlg/PETSc/PETScMatrix.h index ee77b4e106d522f1bf88f4683e7c816a205458dc..43706b873052adec1d3ed7b26dc27ff0e26c582e 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrix.h +++ b/MathLib/LinAlg/PETSc/PETScMatrix.h @@ -7,7 +7,7 @@ \date Nov 2013 - 2014 \copyright - Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScMatrixOption.h b/MathLib/LinAlg/PETSc/PETScMatrixOption.h index d1ddad936f1a8dee1ef7b6f15245469abe3427c4..af5e0f732a8bf1dfbef6afbf4ef063c6a26f71a5 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrixOption.h +++ b/MathLib/LinAlg/PETSc/PETScMatrixOption.h @@ -6,7 +6,7 @@ \date 02-2014 \copyright - Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScTools.cpp b/MathLib/LinAlg/PETSc/PETScTools.cpp index 09beeb20dafe40381fb0c5d0071f64d0a8566968..6b2668e5ac4d14afbd5d8d62eb5f4a0874e849a2 100644 --- a/MathLib/LinAlg/PETSc/PETScTools.cpp +++ b/MathLib/LinAlg/PETSc/PETScTools.cpp @@ -8,7 +8,7 @@ \date Nov 2011 - Sep 2013 \copyright - Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScTools.h b/MathLib/LinAlg/PETSc/PETScTools.h index a454782e871e67e45feeee99c40998edaada1164..b820512cd4b34c716368ea94beaca63ab8a02f12 100644 --- a/MathLib/LinAlg/PETSc/PETScTools.h +++ b/MathLib/LinAlg/PETSc/PETScTools.h @@ -8,7 +8,7 @@ \date Nov 2011 - Sep 2013 \copyright - Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScVector.cpp b/MathLib/LinAlg/PETSc/PETScVector.cpp index 7669745f11890d8cb764619506eae184030f3f6a..b7557278017dca1a14ee3234adad0ce7e412ed46 100644 --- a/MathLib/LinAlg/PETSc/PETScVector.cpp +++ b/MathLib/LinAlg/PETSc/PETScVector.cpp @@ -11,7 +11,7 @@ * \date Nov 2011 - Sep 2013 * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScVector.h b/MathLib/LinAlg/PETSc/PETScVector.h index 33f6667961d8e6b190e9c9a5c68b9759091cc779..ec93c6c9cff524c2ef4fae79da2963d8958cf902 100644 --- a/MathLib/LinAlg/PETSc/PETScVector.h +++ b/MathLib/LinAlg/PETSc/PETScVector.h @@ -7,7 +7,7 @@ * \date Nov 2011 - Sep 2013 * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp index c5d59d22da976a6422c9e598f2d79a5c61460825..b0ba01569d7812f04d25360c7f8258414209b5d0 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the AdjMat class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h index 72b6f44eeac2df825964097072077c936ff2a7d0..87f781a193a540c708227dbd3edfa4f8f8ceae0f 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h @@ -5,7 +5,7 @@ * \brief Definition of the AdjMat class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp index df31e33441fb32559c596a2f0ec44c1ac4230c9b..ba8314880ec55746fcbb4d05f3a377f8ce610f9f 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the CRSMatrixReordered class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h index 1bea9866f5efdedf8499caa1201406ccf0615b82..60695952f31b4ddbb4b3de7c928c2f5754d9a1d3 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h @@ -5,7 +5,7 @@ * \brief Definition of the CRSMatrixReordered class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp index 44437e36dca67eddf13ac0b2a8ad21d47edabaf9..ba5ed30e2adeb0954787eef91c48792cc21f17d3 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the CRSMatrixReorderedOpenMP class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h index 63fb3ac7ca1e52b4a8e9a7324bce6ab9e2fcf7fc..642ee9aa57cc6511d387dbef9498815233ba3b4e 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h @@ -5,7 +5,7 @@ * \brief Definition of the CRSMatrixReorderedOpenMP class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp index 6c44020c663c1d5b8c207de5179b69cdc45b7b6b..8cd9a2f6116733027884098591167078343d5f88 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Cluster class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h index f5eca1375ce24290fa858cad081d4dfc6bd76d77..ad9064a92a68fe55a2daac1901cc4b8eaac0b569 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h @@ -5,7 +5,7 @@ * \brief Definition of the Cluster class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp index db6b13fcde32d778f283ef23eda2e38d505faeda..bb58a43dff97a0c85e12238f0bdafa9f6c5a2564 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ClusterBase class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h index d6532189fbc7c0aca8450a3e67028d0cc398a3f7..f892a768a274aa702ada1e108ea1481f2d7eb6ee 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h @@ -5,7 +5,7 @@ * \brief Definition of the ClusterBase class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp index 58680a7407af7da97f61076687e544aa4a00a8c4..fcc10f0af2e34f77082a58d36b3e407ac1731f44 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Separator class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h index 6569e52788cfdbae619a8a2bf81f63ba8b470c43..1d0706fbd0ba166138dcab463950d0c5e7b64195 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h @@ -5,7 +5,7 @@ * \brief Definition of the Separator class. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Nonlinear/NewtonRaphson-impl.h b/MathLib/Nonlinear/NewtonRaphson-impl.h index 82190b5bc2459508b4703ba0bf5295e55e8078bd..0bedb96a3dd6b044bc584dc9fe9240cda7115342 100644 --- a/MathLib/Nonlinear/NewtonRaphson-impl.h +++ b/MathLib/Nonlinear/NewtonRaphson-impl.h @@ -3,7 +3,7 @@ * \date 2012-06-25 * * \copyright - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Nonlinear/NewtonRaphson.h b/MathLib/Nonlinear/NewtonRaphson.h index 2050692d5c2ca15721f0434ae4cbeba2b43c9b90..05d5b5e869eaf4ce981ff87c4f9a166a1be52085 100644 --- a/MathLib/Nonlinear/NewtonRaphson.h +++ b/MathLib/Nonlinear/NewtonRaphson.h @@ -3,7 +3,7 @@ * \date 2012-06-25 * * \copyright - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp index 0048e5a61bc33bf41bc9f558acecab68fa1bec09..f28dfb07643333bfcdfe2a0503b641e8b82a0a28 100644 --- a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp +++ b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp @@ -5,7 +5,7 @@ * \brief Implementation of tests. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp index c43d0db2eafd8bb1be2d33efbf11813965f3e719..0409322855d2e6a166dc7171f3dc497b70789a50 100644 --- a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp +++ b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp @@ -5,7 +5,7 @@ * \brief Implementation of tests. * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/InSituLib/TestVtkMappedMeshSource.cpp b/Tests/InSituLib/TestVtkMappedMeshSource.cpp index 2dbe4c0b2fb9a37c7f691082f7c8059fdf78d0f4..c41d861bd897f6ffb85a46d0e45f2a6082d4c8dc 100644 --- a/Tests/InSituLib/TestVtkMappedMeshSource.cpp +++ b/Tests/InSituLib/TestVtkMappedMeshSource.cpp @@ -5,7 +5,7 @@ * \brief Unit tests for In-Situ mesh source * * \copyright - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/InSituLib/TestVtkMeshNodalCoordinatesTemplate.cpp b/Tests/InSituLib/TestVtkMeshNodalCoordinatesTemplate.cpp index cee76f8ff304ffc3ca32b200303013d426f10b69..1355613eba9959a9d116b93b8ade5dae8ba82fdd 100644 --- a/Tests/InSituLib/TestVtkMeshNodalCoordinatesTemplate.cpp +++ b/Tests/InSituLib/TestVtkMeshNodalCoordinatesTemplate.cpp @@ -5,7 +5,7 @@ * \brief Unit tests for In-Situ mesh nodes * * \copyright - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestNonlinearNewton.cpp b/Tests/MathLib/TestNonlinearNewton.cpp index c65cfbcec031e12966e05cdf413ebe2642a6150c..ff1449c75f25ea9d33d84e48f80969fe8c070dcd 100644 --- a/Tests/MathLib/TestNonlinearNewton.cpp +++ b/Tests/MathLib/TestNonlinearNewton.cpp @@ -3,7 +3,7 @@ * \date 2012-06-25 * * \copyright - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h b/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h index 6430b426c8fb87f0e7c576205574e67591f992e3..88dca9db4637427cb639fffc038e96e3cb3264ca 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h b/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h index 683edab85736e928e9f4a77d8661153918ef55b1..f429764ba6f7c52a1e43a10aed60847e824f5d4d 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h b/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h index 328304477cc3467ef7ee348b6e47f65b2149d665..c2b4e93fdf3b29eb56fd3c04fef11f4a917a49a8 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h b/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h index a2a562e52d8af6a86d601365ded00b34ead1be79..605254413de9ab15fe3a3ef28394e9a78f857743 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/FeTestData/MatrixTools.h b/Tests/NumLib/FeTestData/MatrixTools.h index eebb4292737658d459dc3dfe95b57f335440e9bc..3e79481b00b1ef592c8d613efff2d693bf6ad6d5 100644 --- a/Tests/NumLib/FeTestData/MatrixTools.h +++ b/Tests/NumLib/FeTestData/MatrixTools.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeHEX8.h b/Tests/NumLib/FeTestData/TestFeHEX8.h index f738e26adbb57212263f88444d1e0ddba62a0179..1b9470f28e34e9cb3713a77674df66312f1ea1a6 100644 --- a/Tests/NumLib/FeTestData/TestFeHEX8.h +++ b/Tests/NumLib/FeTestData/TestFeHEX8.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeLINE2.h b/Tests/NumLib/FeTestData/TestFeLINE2.h index 80b6cff559ad5ed456a189459d1f7218f68a1aaa..068cee2c585774663983504237bc82188f7502ee 100644 --- a/Tests/NumLib/FeTestData/TestFeLINE2.h +++ b/Tests/NumLib/FeTestData/TestFeLINE2.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeQUAD4.h b/Tests/NumLib/FeTestData/TestFeQUAD4.h index bc9517a90b4a3960f85ac21c634369289b1d4cc4..16bdeb7eb40e982e38a5078356939956f2179368 100644 --- a/Tests/NumLib/FeTestData/TestFeQUAD4.h +++ b/Tests/NumLib/FeTestData/TestFeQUAD4.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeTRI3.h b/Tests/NumLib/FeTestData/TestFeTRI3.h index 2d40ae6232f2824f8a6bbeef9321e9bcb89a95d1..1d6ec8e52650f1f8c6da2c76490cce0b6736f6a5 100644 --- a/Tests/NumLib/FeTestData/TestFeTRI3.h +++ b/Tests/NumLib/FeTestData/TestFeTRI3.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/TestTools.h b/Tests/TestTools.h index 9ec60c2e5d56a64bf7fb62da7da6c8b8e409dae8..decff5a9ad1612dd56cc9986191125eb7e14ffcf 100644 --- a/Tests/TestTools.h +++ b/Tests/TestTools.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license