1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
From: Markus Blatt <markus@dr-blatt.de>
Date: Fri, 8 Nov 2024 15:53:27 +0100
Subject: Fix the obvious typos in the license specifications.
Here I am 100% sure that these are fixes.
---
opm/common/utility/Serializer.hpp | 2 +-
opm/common/utility/Visitor.hpp | 2 +-
.../fluidmatrixinteractions/EclMaterialLawManagerHystParams.cpp | 1 +
.../fluidmatrixinteractions/EclMaterialLawManagerInitParams.cpp | 1 +
.../EclMaterialLawManagerReadEffectiveParams.cpp | 1 +
5 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/opm/common/utility/Serializer.hpp b/opm/common/utility/Serializer.hpp
index 1fecd76..d9f2111 100644
--- a/opm/common/utility/Serializer.hpp
+++ b/opm/common/utility/Serializer.hpp
@@ -3,7 +3,7 @@
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 2 of the License, or
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OPM is distributed in the hope that it will be useful,
diff --git a/opm/common/utility/Visitor.hpp b/opm/common/utility/Visitor.hpp
index 29c5fea..658d0fa 100644
--- a/opm/common/utility/Visitor.hpp
+++ b/opm/common/utility/Visitor.hpp
@@ -5,7 +5,7 @@
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 2 of the License, or
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OPM is distributed in the hope that it will be useful,
diff --git a/opm/material/fluidmatrixinteractions/EclMaterialLawManagerHystParams.cpp b/opm/material/fluidmatrixinteractions/EclMaterialLawManagerHystParams.cpp
index 09c219f..d583ccd 100644
--- a/opm/material/fluidmatrixinteractions/EclMaterialLawManagerHystParams.cpp
+++ b/opm/material/fluidmatrixinteractions/EclMaterialLawManagerHystParams.cpp
@@ -8,6 +8,7 @@
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.
OPM is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/opm/material/fluidmatrixinteractions/EclMaterialLawManagerInitParams.cpp b/opm/material/fluidmatrixinteractions/EclMaterialLawManagerInitParams.cpp
index 8102b33..691386b 100644
--- a/opm/material/fluidmatrixinteractions/EclMaterialLawManagerInitParams.cpp
+++ b/opm/material/fluidmatrixinteractions/EclMaterialLawManagerInitParams.cpp
@@ -8,6 +8,7 @@
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.
OPM is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/opm/material/fluidmatrixinteractions/EclMaterialLawManagerReadEffectiveParams.cpp b/opm/material/fluidmatrixinteractions/EclMaterialLawManagerReadEffectiveParams.cpp
index 27f9614..4a24165 100644
--- a/opm/material/fluidmatrixinteractions/EclMaterialLawManagerReadEffectiveParams.cpp
+++ b/opm/material/fluidmatrixinteractions/EclMaterialLawManagerReadEffectiveParams.cpp
@@ -8,6 +8,7 @@
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.
OPM is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
|