From 0dea8b19fc2a0efe3d449ca2fe515e88327ce602 Mon Sep 17 00:00:00 2001
From: Matti Pellika <matti.pellikka@tut.fi>
Date: Thu, 4 Aug 2016 16:12:25 +0000
Subject: [PATCH] email update

---
 Geo/Cell.cpp         | 2 +-
 Geo/Cell.h           | 2 +-
 Geo/CellComplex.cpp  | 2 +-
 Geo/CellComplex.h    | 2 +-
 Geo/Chain.cpp        | 2 +-
 Geo/Chain.h          | 2 +-
 Geo/ChainComplex.cpp | 2 +-
 Geo/ChainComplex.h   | 2 +-
 Geo/Homology.cpp     | 2 +-
 Geo/Homology.h       | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Geo/Cell.cpp b/Geo/Cell.cpp
index fd9b3e894e..95a4d6ec66 100644
--- a/Geo/Cell.cpp
+++ b/Geo/Cell.cpp
@@ -3,7 +3,7 @@
 // See the LICENSE.txt file for license information. Please report all
 // bugs and problems to the public mailing list <gmsh@onelab.info>.
 //
-// Contributed by Matti Pellikka <matti.pellikka@microsoft.com>.
+// Contributed by Matti Pellikka <matti.pellikka@gmail.com>.
 
 #include "Cell.h"
 #include "MTriangle.h"
diff --git a/Geo/Cell.h b/Geo/Cell.h
index f2a66c7829..9eb3daf1d1 100644
--- a/Geo/Cell.h
+++ b/Geo/Cell.h
@@ -3,7 +3,7 @@
 // See the LICENSE.txt file for license information. Please report all
 // bugs and problems to the public mailing list <gmsh@onelab.info>.
 //
-// Contributed by Matti Pellikka <matti.pellikka@microsoft.com>.
+// Contributed by Matti Pellikka <matti.pellikka@gmail.com>.
 
 #ifndef _CELL_H_
 #define _CELL_H_
diff --git a/Geo/CellComplex.cpp b/Geo/CellComplex.cpp
index 95001200b9..da694bdf0b 100644
--- a/Geo/CellComplex.cpp
+++ b/Geo/CellComplex.cpp
@@ -3,7 +3,7 @@
 // See the LICENSE.txt file for license information. Please report all
 // bugs and problems to the public mailing list <gmsh@onelab.info>.
 //
-// Contributed by Matti Pellikka <matti.pellikka@microsoft.com>.
+// Contributed by Matti Pellikka <matti.pellikka@gmail.com>.
 
 #include "CellComplex.h"
 #include "MElement.h"
diff --git a/Geo/CellComplex.h b/Geo/CellComplex.h
index 76bedfa5ea..a3ec6da0d8 100644
--- a/Geo/CellComplex.h
+++ b/Geo/CellComplex.h
@@ -3,7 +3,7 @@
 // See the LICENSE.txt file for license information. Please report all
 // bugs and problems to the public mailing list <gmsh@onelab.info>.
 //
-// Contributed by Matti Pellikka <matti.pellikka@microsoft.com>.
+// Contributed by Matti Pellikka <matti.pellikka@gmail.com>.
 
 #ifndef _CELLCOMPLEX_H_
 #define _CELLCOMPLEX_H_
diff --git a/Geo/Chain.cpp b/Geo/Chain.cpp
index 5892c6942e..fcfb0fddb3 100644
--- a/Geo/Chain.cpp
+++ b/Geo/Chain.cpp
@@ -3,7 +3,7 @@
 // See the LICENSE.txt file for license information. Please report all
 // bugs and problems to the public mailing list <gmsh@onelab.info>.
 //
-// Contributed by Matti Pellikka <matti.pellikka@microsoft.com>.
+// Contributed by Matti Pellikka <matti.pellikka@gmail.com>.
 
 #include "Chain.h"
 #include "MLine.h"
diff --git a/Geo/Chain.h b/Geo/Chain.h
index 06df3709dd..c56c1c63c7 100644
--- a/Geo/Chain.h
+++ b/Geo/Chain.h
@@ -3,7 +3,7 @@
 // See the LICENSE.txt file for license information. Please report all
 // bugs and problems to the public mailing list <gmsh@onelab.info>.
 //
-// Contributed by Matti Pellikka <matti.pellikka@microsoft.com>.
+// Contributed by Matti Pellikka <matti.pellikka@gmail.com>.
 
 #ifndef _CHAIN_H_
 #define _CHAIN_H_
diff --git a/Geo/ChainComplex.cpp b/Geo/ChainComplex.cpp
index 91e2e6264c..2a9cec2951 100644
--- a/Geo/ChainComplex.cpp
+++ b/Geo/ChainComplex.cpp
@@ -3,7 +3,7 @@
 // See the LICENSE.txt file for license information. Please report all
 // bugs and problems to the public mailing list <gmsh@onelab.info>.
 //
-// Contributed by Matti Pellikka <matti.pellikka@microsoft.com>.
+// Contributed by Matti Pellikka <matti.pellikka@gmail.com>.
 
 #include "GmshConfig.h"
 #if defined(HAVE_KBIPACK)
diff --git a/Geo/ChainComplex.h b/Geo/ChainComplex.h
index 38b301bc00..3b27296b1a 100644
--- a/Geo/ChainComplex.h
+++ b/Geo/ChainComplex.h
@@ -3,7 +3,7 @@
 // See the LICENSE.txt file for license information. Please report all
 // bugs and problems to the public mailing list <gmsh@onelab.info>.
 //
-// Contributed by Matti Pellikka <matti.pellikka@microsoft.com>.
+// Contributed by Matti Pellikka <matti.pellikka@gmail.com>.
 
 #ifndef _CHAINCOMPLEX_H_
 #define _CHAINCOMPLEX_H_
diff --git a/Geo/Homology.cpp b/Geo/Homology.cpp
index 50500eb93c..18f845af54 100644
--- a/Geo/Homology.cpp
+++ b/Geo/Homology.cpp
@@ -3,7 +3,7 @@
 // See the LICENSE.txt file for license information. Please report all
 // bugs and problems to the public mailing list <gmsh@onelab.info>.
 //
-// Contributed by Matti Pellikka <matti.pellikka@microsoft.com>.
+// Contributed by Matti Pellikka <matti.pellikka@gmail.com>.
 
 #include "Homology.h"
 
diff --git a/Geo/Homology.h b/Geo/Homology.h
index 5649927a1c..d6e5c066bc 100644
--- a/Geo/Homology.h
+++ b/Geo/Homology.h
@@ -3,7 +3,7 @@
 // See the LICENSE.txt file for license information. Please report all
 // bugs and problems to the public mailing list <gmsh@onelab.info>.
 //
-// Contributed by Matti Pellikka <matti.pellikka@microsoft.com>.
+// Contributed by Matti Pellikka <matti.pellikka@gmail.com>.
 
 #ifndef _HOMOLOGY_H_
 #define _HOMOLOGY_H_
-- 
GitLab