From 6ff4a11f03c6f46945c85b8db7ea506f22b3d020 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Tue, 20 Jan 2015 15:52:13 +0100 Subject: [PATCH] Update copyright years. --- FileIO/MPI_IO/NodePartitionedMeshReader.cpp | 2 +- FileIO/MPI_IO/NodePartitionedMeshReader.h | 2 +- MeshLib/NodePartitionedMesh.h | 2 +- SimpleTests/MeshTests/MPI/NodePartitionedMeshTester.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FileIO/MPI_IO/NodePartitionedMeshReader.cpp b/FileIO/MPI_IO/NodePartitionedMeshReader.cpp index 384f0aa18be..d4b9e6f9c5e 100644 --- a/FileIO/MPI_IO/NodePartitionedMeshReader.cpp +++ b/FileIO/MPI_IO/NodePartitionedMeshReader.cpp @@ -5,7 +5,7 @@ \brief Define members of class NodePartitionedMeshReader to read node-wise partitioned mesh with MPI 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/FileIO/MPI_IO/NodePartitionedMeshReader.h b/FileIO/MPI_IO/NodePartitionedMeshReader.h index 9f84162c992..ebf609b449e 100644 --- a/FileIO/MPI_IO/NodePartitionedMeshReader.h +++ b/FileIO/MPI_IO/NodePartitionedMeshReader.h @@ -5,7 +5,7 @@ \brief Declare a class to read node-wise partitioned mesh with MPI 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/MeshLib/NodePartitionedMesh.h b/MeshLib/NodePartitionedMesh.h index d8a391ae360..80df4df7794 100644 --- a/MeshLib/NodePartitionedMesh.h +++ b/MeshLib/NodePartitionedMesh.h @@ -6,7 +6,7 @@ framework of domain decomposition (DDC). \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/MeshTests/MPI/NodePartitionedMeshTester.cpp b/SimpleTests/MeshTests/MPI/NodePartitionedMeshTester.cpp index c7d9421ac57..ff84d13a5cb 100644 --- a/SimpleTests/MeshTests/MPI/NodePartitionedMeshTester.cpp +++ b/SimpleTests/MeshTests/MPI/NodePartitionedMeshTester.cpp @@ -5,7 +5,7 @@ \brief Test class readNodePartitionedMesh to read node-wise partitioned mesh with MPI 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 -- GitLab