Changed OpenRS->OPM in copyright notices and #include guards.

This commit is contained in:
Atgeirr Flø Rasmussen
2013-01-29 13:17:01 +01:00
parent c6d07f76ab
commit 8e30215f16
11 changed files with 83 additions and 83 deletions

View File

@@ -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

View File

@@ -13,27 +13,27 @@
//===========================================================================
/*
Copyright 2009, 2010 SINTEF ICT, Applied Mathematics.
Copyright 2009, 2010 Statoil ASA.
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
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.
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,
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.
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/>.
You should have received a copy of the GNU General Public License
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef OPENRS_ERRORMACROS_HEADER
#define OPENRS_ERRORMACROS_HEADER
#ifndef OPM_ERRORMACROS_HEADER
#define OPM_ERRORMACROS_HEADER
/// Error macros. In order to use some of them, you must also
@@ -104,4 +104,4 @@ along with OpenRS. If not, see <http://www.gnu.org/licenses/>.
#endif
#endif // OPENRS_ERRORMACROS_HEADER
#endif // OPM_ERRORMACROS_HEADER

View File

@@ -16,24 +16,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_FACTORY_HEADER
#define OPENRS_FACTORY_HEADER
#ifndef OPM_FACTORY_HEADER
#define OPM_FACTORY_HEADER
#include <map>
#include <tr1/memory>
@@ -169,4 +169,4 @@ namespace Opm
} // namespace Opm
#endif // OPENRS_FACTORY_HEADER
#endif // OPM_FACTORY_HEADER

View File

@@ -17,24 +17,24 @@
Copyright 2010 SINTEF ICT, Applied Mathematics.
Copyright 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_ROOTFINDERS_HEADER
#define OPENRS_ROOTFINDERS_HEADER
#ifndef OPM_ROOTFINDERS_HEADER
#define OPM_ROOTFINDERS_HEADER
@@ -335,4 +335,4 @@ namespace Opm
#endif // OPENRS_ROOTFINDERS_HEADER
#endif // OPM_ROOTFINDERS_HEADER

View File

@@ -16,24 +16,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_SPARSETABLE_HEADER
#define OPENRS_SPARSETABLE_HEADER
#ifndef OPM_SPARSETABLE_HEADER
#define OPM_SPARSETABLE_HEADER
#include <vector>
#include <numeric>
@@ -239,4 +239,4 @@ namespace Opm
} // namespace Opm
#endif // OPENRS_SPARSETABLE_HEADER
#endif // OPM_SPARSETABLE_HEADER

View File

@@ -17,25 +17,25 @@
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_SPARSEVECTOR_HEADER
#define OPENRS_SPARSEVECTOR_HEADER
#ifndef OPM_SPARSEVECTOR_HEADER
#define OPM_SPARSEVECTOR_HEADER
#include <vector>
#include <numeric>
@@ -192,4 +192,4 @@ namespace Opm
#endif // OPENRS_SPARSEVECTOR_HEADER
#endif // OPM_SPARSEVECTOR_HEADER

View File

@@ -16,20 +16,20 @@
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/>.
*/
#if HAVE_CONFIG_H

View File

@@ -16,24 +16,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_STOPWATCH_HEADER
#define OPENRS_STOPWATCH_HEADER
#ifndef OPM_STOPWATCH_HEADER
#define OPM_STOPWATCH_HEADER
#include <boost/date_time/posix_time/posix_time.hpp>
@@ -78,4 +78,4 @@ namespace Opm
} // namespace Opm
#endif // OPENRS_STOPWATCH_HEADER
#endif // OPM_STOPWATCH_HEADER

View File

@@ -16,24 +16,24 @@
Copyright 2009, 2010, 2011, 2012 SINTEF ICT, Applied Mathematics.
Copyright 2009, 2010, 2011, 2012 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_UNITS_HEADER
#define OPENRS_UNITS_HEADER
#ifndef OPM_UNITS_HEADER
#define OPM_UNITS_HEADER
/**
* \file
@@ -229,4 +229,4 @@ namespace Opm
const double WELL_INDEX_UNIT = VISCOSITY_UNIT/(DAYS2SECONDS*1e5);
} // namespace units
} // namespace Opm
#endif // OPENRS_UNITS_HEADER
#endif // OPM_UNITS_HEADER

View File

@@ -18,24 +18,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_LININT_HEADER
#define OPENRS_LININT_HEADER
#ifndef OPM_LININT_HEADER
#define OPM_LININT_HEADER
#include <vector>
#include <algorithm>
@@ -114,4 +114,4 @@ namespace Opm
#endif // OPENRS_LININT_HEADER
#endif // OPM_LININT_HEADER

View File

@@ -16,24 +16,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_LINEARINTERPOLATION_HEADER
#define OPENRS_LINEARINTERPOLATION_HEADER
#ifndef OPM_LINEARINTERPOLATION_HEADER
#define OPM_LINEARINTERPOLATION_HEADER
#include <vector>
@@ -124,4 +124,4 @@ namespace Opm
#endif // OPENRS_LINEARINTERPOLATION_HEADER
#endif // OPM_LINEARINTERPOLATION_HEADER