Skip to content

Commit

Permalink
[Ads] added copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
chleh committed May 12, 2016
1 parent 523d246 commit 33df3f2
Show file tree
Hide file tree
Showing 17 changed files with 153 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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

Expand Down
9 changes: 9 additions & 0 deletions 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
Expand Down
9 changes: 9 additions & 0 deletions 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"
Expand Down
9 changes: 9 additions & 0 deletions 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"

Expand Down
9 changes: 9 additions & 0 deletions 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"
Expand Down
9 changes: 9 additions & 0 deletions 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
Expand Down
9 changes: 9 additions & 0 deletions 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"
Expand Down
9 changes: 9 additions & 0 deletions 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"
Expand Down
9 changes: 9 additions & 0 deletions 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"
Expand Down
9 changes: 9 additions & 0 deletions 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
Expand Down
9 changes: 9 additions & 0 deletions 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"
Expand Down
9 changes: 9 additions & 0 deletions 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
Expand Down
9 changes: 9 additions & 0 deletions 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"
Expand Down
9 changes: 9 additions & 0 deletions 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"

Expand Down
9 changes: 9 additions & 0 deletions 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"
Expand Down
9 changes: 9 additions & 0 deletions 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
Expand Down
9 changes: 9 additions & 0 deletions 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"
Expand Down

0 comments on commit 33df3f2

Please sign in to comment.