From b11bb6d404386a8f7cb36182c5617f5fe09508ac Mon Sep 17 00:00:00 2001
From: Georges Da Costa <dacosta@irit.fr>
Date: Mon, 8 Mar 2021 00:38:45 +0100
Subject: [PATCH] Corrects the copyright message

---
 counters.h            | 2 +-
 counters_group.c      | 2 +-
 counters_individual.c | 2 +-
 infiniband.c          | 2 +-
 infiniband.h          | 2 +-
 mojitos.c             | 2 +-
 network.c             | 2 +-
 network.h             | 2 +-
 rapl.c                | 2 +-
 rapl.h                | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/counters.h b/counters.h
index 004d277..d919c95 100644
--- a/counters.h
+++ b/counters.h
@@ -14,7 +14,7 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Foobar.  If not, see <https://www.gnu.org/licenses/>.
+    along with MojitO/S.  If not, see <https://www.gnu.org/licenses/>.
 
  *******************************************************/
 
diff --git a/counters_group.c b/counters_group.c
index ad53578..22017c9 100644
--- a/counters_group.c
+++ b/counters_group.c
@@ -14,7 +14,7 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Foobar.  If not, see <https://www.gnu.org/licenses/>.
+    along with MojitO/S.  If not, see <https://www.gnu.org/licenses/>.
 
  *******************************************************/
 
diff --git a/counters_individual.c b/counters_individual.c
index 25e7b8b..f964870 100644
--- a/counters_individual.c
+++ b/counters_individual.c
@@ -14,7 +14,7 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Foobar.  If not, see <https://www.gnu.org/licenses/>.
+    along with MojitO/S.  If not, see <https://www.gnu.org/licenses/>.
 
  *******************************************************/
 
diff --git a/infiniband.c b/infiniband.c
index 416be9e..5c8655c 100644
--- a/infiniband.c
+++ b/infiniband.c
@@ -14,7 +14,7 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Foobar.  If not, see <https://www.gnu.org/licenses/>.
+    along with MojitO/S.  If not, see <https://www.gnu.org/licenses/>.
 
  *******************************************************/
 #include <stdlib.h>
diff --git a/infiniband.h b/infiniband.h
index 847ad4c..919f3fd 100644
--- a/infiniband.h
+++ b/infiniband.h
@@ -14,7 +14,7 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Foobar.  If not, see <https://www.gnu.org/licenses/>.
+    along with MojitO/S.  If not, see <https://www.gnu.org/licenses/>.
 
  *******************************************************/
 
diff --git a/mojitos.c b/mojitos.c
index 59f9466..bd9e04e 100644
--- a/mojitos.c
+++ b/mojitos.c
@@ -14,7 +14,7 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Foobar.  If not, see <https://www.gnu.org/licenses/>.
+    along with MojitO/S.  If not, see <https://www.gnu.org/licenses/>.
 
  *******************************************************/
 
diff --git a/network.c b/network.c
index c30ae6a..92e8b46 100644
--- a/network.c
+++ b/network.c
@@ -14,7 +14,7 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Foobar.  If not, see <https://www.gnu.org/licenses/>.
+    along with MojitO/S.  If not, see <https://www.gnu.org/licenses/>.
 
  *******************************************************/
 #include <unistd.h>
diff --git a/network.h b/network.h
index 2f2eea3..385562d 100644
--- a/network.h
+++ b/network.h
@@ -14,7 +14,7 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Foobar.  If not, see <https://www.gnu.org/licenses/>.
+    along with MojitO/S.  If not, see <https://www.gnu.org/licenses/>.
 
  *******************************************************/
 
diff --git a/rapl.c b/rapl.c
index be6877f..b6d4a2c 100644
--- a/rapl.c
+++ b/rapl.c
@@ -14,7 +14,7 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Foobar.  If not, see <https://www.gnu.org/licenses/>.
+    along with MojitO/S.  If not, see <https://www.gnu.org/licenses/>.
 
  *******************************************************/
 
diff --git a/rapl.h b/rapl.h
index 48abcb0..9324be5 100644
--- a/rapl.h
+++ b/rapl.h
@@ -14,7 +14,7 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Foobar.  If not, see <https://www.gnu.org/licenses/>.
+    along with MojitO/S.  If not, see <https://www.gnu.org/licenses/>.
 
  *******************************************************/
 
-- 
GitLab