mirror of
https://github.com/OPM/opm-upscaling.git
synced 2026-08-26 21:17:11 -05:00
Changed OpenRS->OPM in copyright notices and #include guards.
This commit is contained in:
committed by
Arne Morten Kvarving
parent
21d1ddee02
commit
9ce89ca68e
@@ -17,24 +17,24 @@
|
||||
Copyright 2009, 2010 SINTEF ICT, Applied Mathematics.
|
||||
Copyright 2009, 2010 Statoil ASA.
|
||||
|
||||
This file is part of The Open Reservoir Simulator Project (OpenRS).
|
||||
This file is part of the Open Porous Media project (OPM).
|
||||
|
||||
OpenRS is free software: you can redistribute it and/or modify
|
||||
OPM is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
OpenRS is distributed in the hope that it will be useful,
|
||||
OPM is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with OpenRS. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef OPENRS_AVERAGE_HEADER
|
||||
#define OPENRS_AVERAGE_HEADER
|
||||
#ifndef OPM_AVERAGE_HEADER
|
||||
#define OPM_AVERAGE_HEADER
|
||||
|
||||
|
||||
#include <boost/static_assert.hpp>
|
||||
@@ -95,4 +95,4 @@ namespace Opm {
|
||||
|
||||
|
||||
|
||||
#endif // OPENRS_AVERAGE_HEADER
|
||||
#endif // OPM_AVERAGE_HEADER
|
||||
|
||||
Reference in New Issue
Block a user