From 8a25d225f924d581740e5896fbc4fb2ef63adc69 Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Thu, 12 May 2016 11:41:27 -0400 Subject: [PATCH] [Ads] added copyright headers --- MaterialsLib/Adsorption/Adsorption.h | 9 +++++++++ MaterialsLib/Adsorption/Density100MPa.cpp | 9 +++++++++ MaterialsLib/Adsorption/Density100MPa.h | 9 +++++++++ MaterialsLib/Adsorption/DensityConst.cpp | 9 +++++++++ MaterialsLib/Adsorption/DensityConst.h | 9 +++++++++ MaterialsLib/Adsorption/DensityCook.cpp | 9 +++++++++ MaterialsLib/Adsorption/DensityCook.h | 9 +++++++++ MaterialsLib/Adsorption/DensityDubinin.cpp | 9 +++++++++ MaterialsLib/Adsorption/DensityDubinin.h | 9 +++++++++ MaterialsLib/Adsorption/DensityHauer.cpp | 9 +++++++++ MaterialsLib/Adsorption/DensityHauer.h | 9 +++++++++ MaterialsLib/Adsorption/DensityLegacy.cpp | 9 +++++++++ MaterialsLib/Adsorption/DensityLegacy.h | 9 +++++++++ MaterialsLib/Adsorption/DensityMette.cpp | 9 +++++++++ MaterialsLib/Adsorption/DensityMette.h | 9 +++++++++ MaterialsLib/Adsorption/DensityNunez.cpp | 9 +++++++++ MaterialsLib/Adsorption/DensityNunez.h | 9 +++++++++ 17 files changed, 153 insertions(+) diff --git a/MaterialsLib/Adsorption/Adsorption.h b/MaterialsLib/Adsorption/Adsorption.h index 97c23ce571f..f8b20fea874 100644 --- a/MaterialsLib/Adsorption/Adsorption.h +++ b/MaterialsLib/Adsorption/Adsorption.h @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.org/project/license + * + */ + #ifndef ADSORPTION_H #define ADSORPTION_H diff --git a/MaterialsLib/Adsorption/Density100MPa.cpp b/MaterialsLib/Adsorption/Density100MPa.cpp index b9a4161c249..9f4923ef4b2 100644 --- a/MaterialsLib/Adsorption/Density100MPa.cpp +++ b/MaterialsLib/Adsorption/Density100MPa.cpp @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 "Density100MPa.h" namespace diff --git a/MaterialsLib/Adsorption/Density100MPa.h b/MaterialsLib/Adsorption/Density100MPa.h index 0ccade59b39..6f09d7b2e57 100644 --- a/MaterialsLib/Adsorption/Density100MPa.h +++ b/MaterialsLib/Adsorption/Density100MPa.h @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 #include "Adsorption.h" diff --git a/MaterialsLib/Adsorption/DensityConst.cpp b/MaterialsLib/Adsorption/DensityConst.cpp index 01f7e06f8d2..ad60bdeb4cf 100644 --- a/MaterialsLib/Adsorption/DensityConst.cpp +++ b/MaterialsLib/Adsorption/DensityConst.cpp @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 "DensityConst.h" #include "DensityHauer.h" diff --git a/MaterialsLib/Adsorption/DensityConst.h b/MaterialsLib/Adsorption/DensityConst.h index 5ed39460afd..d3ecfe140a1 100644 --- a/MaterialsLib/Adsorption/DensityConst.h +++ b/MaterialsLib/Adsorption/DensityConst.h @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 #include "Adsorption.h" diff --git a/MaterialsLib/Adsorption/DensityCook.cpp b/MaterialsLib/Adsorption/DensityCook.cpp index 52e3de22973..1dc4a37c23b 100644 --- a/MaterialsLib/Adsorption/DensityCook.cpp +++ b/MaterialsLib/Adsorption/DensityCook.cpp @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 "DensityCook.h" namespace diff --git a/MaterialsLib/Adsorption/DensityCook.h b/MaterialsLib/Adsorption/DensityCook.h index 3f559c73649..efc5797fbfa 100644 --- a/MaterialsLib/Adsorption/DensityCook.h +++ b/MaterialsLib/Adsorption/DensityCook.h @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 #include "Adsorption.h" diff --git a/MaterialsLib/Adsorption/DensityDubinin.cpp b/MaterialsLib/Adsorption/DensityDubinin.cpp index 71dd07cfa77..edc78df4f7b 100644 --- a/MaterialsLib/Adsorption/DensityDubinin.cpp +++ b/MaterialsLib/Adsorption/DensityDubinin.cpp @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 "DensityDubinin.h" #include "DensityCook.h" #include "Adsorption.h" diff --git a/MaterialsLib/Adsorption/DensityDubinin.h b/MaterialsLib/Adsorption/DensityDubinin.h index f67c2036d49..53122e58647 100644 --- a/MaterialsLib/Adsorption/DensityDubinin.h +++ b/MaterialsLib/Adsorption/DensityDubinin.h @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 #include "Adsorption.h" diff --git a/MaterialsLib/Adsorption/DensityHauer.cpp b/MaterialsLib/Adsorption/DensityHauer.cpp index be7bee83c02..25555b303f6 100644 --- a/MaterialsLib/Adsorption/DensityHauer.cpp +++ b/MaterialsLib/Adsorption/DensityHauer.cpp @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 "DensityHauer.h" namespace diff --git a/MaterialsLib/Adsorption/DensityHauer.h b/MaterialsLib/Adsorption/DensityHauer.h index 5500917654e..db5ef9ff4c7 100644 --- a/MaterialsLib/Adsorption/DensityHauer.h +++ b/MaterialsLib/Adsorption/DensityHauer.h @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 #include "Adsorption.h" diff --git a/MaterialsLib/Adsorption/DensityLegacy.cpp b/MaterialsLib/Adsorption/DensityLegacy.cpp index 298cbeeb453..a007f113c6d 100644 --- a/MaterialsLib/Adsorption/DensityLegacy.cpp +++ b/MaterialsLib/Adsorption/DensityLegacy.cpp @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 "DensityLegacy.h" namespace diff --git a/MaterialsLib/Adsorption/DensityLegacy.h b/MaterialsLib/Adsorption/DensityLegacy.h index 6db78fa84ba..831b35cd743 100644 --- a/MaterialsLib/Adsorption/DensityLegacy.h +++ b/MaterialsLib/Adsorption/DensityLegacy.h @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 #include "Adsorption.h" diff --git a/MaterialsLib/Adsorption/DensityMette.cpp b/MaterialsLib/Adsorption/DensityMette.cpp index eea5b9e6f96..70255204809 100644 --- a/MaterialsLib/Adsorption/DensityMette.cpp +++ b/MaterialsLib/Adsorption/DensityMette.cpp @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 "DensityMette.h" #include "DensityCook.h" diff --git a/MaterialsLib/Adsorption/DensityMette.h b/MaterialsLib/Adsorption/DensityMette.h index 64a43bb97b0..b0aad03078f 100644 --- a/MaterialsLib/Adsorption/DensityMette.h +++ b/MaterialsLib/Adsorption/DensityMette.h @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 #include "Adsorption.h" diff --git a/MaterialsLib/Adsorption/DensityNunez.cpp b/MaterialsLib/Adsorption/DensityNunez.cpp index 32d0bf719f3..7c74dfa2ee5 100644 --- a/MaterialsLib/Adsorption/DensityNunez.cpp +++ b/MaterialsLib/Adsorption/DensityNunez.cpp @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 "DensityNunez.h" namespace diff --git a/MaterialsLib/Adsorption/DensityNunez.h b/MaterialsLib/Adsorption/DensityNunez.h index 8721928021c..cce83008007 100644 --- a/MaterialsLib/Adsorption/DensityNunez.h +++ b/MaterialsLib/Adsorption/DensityNunez.h @@ -1,3 +1,12 @@ +/** + * \copyright + * Copyright (c) 2012-2016, 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 #include "Adsorption.h" -- GitLab