Skip to content

Commit

Permalink
Added copyright headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
nagelt committed Aug 9, 2016
1 parent 9a630df commit ce27450
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 6 deletions.
9 changes: 9 additions & 0 deletions FEM/burgers.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* \copyright
* Copyright (c) 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 "burgers.h"
#include "PhysicalConstant.h"
namespace Burgers
Expand Down
9 changes: 9 additions & 0 deletions FEM/burgers.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* \copyright
* Copyright (c) 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 BURGERS_H
#define BURGERS_H

Expand Down
9 changes: 9 additions & 0 deletions FEM/invariants.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* \copyright
* Copyright (c) 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 "invariants.h"

namespace SolidMath
Expand Down
9 changes: 9 additions & 0 deletions FEM/invariants.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* \copyright
* Copyright (c) 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 INVARIANTS_H
#define INVARIANTS_H

Expand Down
9 changes: 9 additions & 0 deletions FEM/minkley.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* \copyright
* Copyright (c) 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 "minkley.h"

namespace Minkley
Expand Down
9 changes: 9 additions & 0 deletions FEM/minkley.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* \copyright
* Copyright (c) 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 MINKLEY_H
#define MINKLEY_H

Expand Down
14 changes: 8 additions & 6 deletions tests/testSolidProps.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
//**
// * \file testSolidProps.cpp
// * 2011-01-31 TN Initial implementation
// *
// * Tests in the context of the Burgers model implementation
// */
/**
* \copyright
* Copyright (c) 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
*
*/

// ** INCLUDES **
//#include "stdio.h"
Expand Down

0 comments on commit ce27450

Please sign in to comment.