Skip to content
Snippets Groups Projects
Commit 62aedb85 authored by Tobias Meisel's avatar Tobias Meisel
Browse files

[MeL/IO] Change license to 2021

parent 59cc69ac
No related branches found
No related tags found
No related merge requests found
/**
* \file
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*/
#include "HdfData.h"
#include <hdf5.h>
......
......@@ -3,9 +3,11 @@
* \author Tobias Meisel
* \date 2020-12-08
* \brief Collects and holds all metadata for writing HDF5 file
* \copyright Copyright (c) 2012-2020, OpenGeoSys Community
* (http://www.opengeosys.org) Distributed under a Modified BSD License. See
* accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*/
......
/**
* \file
* \copyright
* Copyright (c) 2012-2020, OpenGeoSys Community (http://www.opengeosys.org)
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
......
......@@ -3,9 +3,11 @@
* \author Tobias Meisel
* \date 2020-12-15
* \brief Writes vectorized data to HDF File
* \copyright Copyright (c) 2012-2020, OpenGeoSys Community
* (http://www.opengeosys.org) Distributed under a Modified BSD License. See
* accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*/
#pragma once
......
/**
* \file
* \author Tobias Meisel
* \date 2020-12-15
* \brief Enum for all propertyVector data types
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*/
#pragma once
// TODO (tm) If used on several other places move definition of propertyVector
......
/**
* \file
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*/
#include "XdmfData.h"
#include <XdmfArrayType.hpp>
......
......@@ -4,7 +4,7 @@
* \date 2020-11-13
* \brief Holds all data for the combined writing of xdmf and hdf5 file
* \copyright
* Copyright (c) 2012-2020, OpenGeoSys Community (http://www.opengeosys.org)
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
......
/**
* \file
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*/
#include "XdmfHdfWriter.h"
......
......@@ -4,9 +4,8 @@
* \date 2020-11-13
* \brief XdmfWriter which create contiguous data for geometry and topology
* and writes this and all attributes to 1 xdmf + 1 hdf file
*
* \copyright
* Copyright (c) 2012-2020, OpenGeoSys Community (http://www.opengeosys.org)
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
......
......@@ -2,11 +2,14 @@
* \file
* \author Tobias Meisel
* \date 2020-12-08
* \brief Dispatches HDF5 functions specific to execution plattform (w/o MPI).
* There are multiple implementation to this interface! \copyright Copyright (c)
* 2012-2020, OpenGeoSys Community (http://www.opengeosys.org) Distributed under
* a Modified BSD License. See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
* \brief Dispatches HDF5 functions specific to execution platform (w/o MPI).
* There are multiple implementation to this interface!
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#pragma once
......
......@@ -3,9 +3,12 @@
* \author Tobias Meisel
* \date 2020-12-08
* \brief Function specific to execution with MPI, never include directly!!
* \copyright Copyright (c) 2012-2020, OpenGeoSys Community
* (http://www.opengeosys.org) Distributed under a Modified BSD License. See
* accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#include "../fileIO.h"
......
......@@ -3,9 +3,12 @@
* \author Tobias Meisel
* \date 2020-12-08
* \brief Function specific to execution with MPI!!
* \copyright Copyright (c) 2012-2020, OpenGeoSys Community
* (http://www.opengeosys.org) Distributed under a Modified BSD License. See
* accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#include <mpi.h>
......
......@@ -2,10 +2,12 @@
* \file
* \author Tobias Meisel
* \date 2020-12-08
* \brief Dispatches functions specific to execution plattform (w/o MPI)
* \copyright Copyright (c) 2012-2020, OpenGeoSys Community
* (http://www.opengeosys.org) Distributed under a Modified BSD License. See
* accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
* \brief Dispatches functions specific to execution platform (w/o MPI)
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*/
#pragma once
......
......@@ -3,9 +3,12 @@
* \author Tobias Meisel
* \date 2020-12-08
* \brief Function specific to execution without MPI
* \copyright Copyright (c) 2012-2020, OpenGeoSys Community
* (http://www.opengeosys.org) Distributed under a Modified BSD License. See
* accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#include "../fileIO.h"
......
/**
* \file
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#include "../partition.h"
namespace MeshLib::IO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment