diff --git a/doc/bvar-a-la-sims.tex b/doc/bvar-a-la-sims.tex
index 79c7dddb77075d4903780a1e80ef2844420d3baf..637bc5cadd6ff868a8b91da020a78c18ee73193b 100644
--- a/doc/bvar-a-la-sims.tex
+++ b/doc/bvar-a-la-sims.tex
@@ -26,7 +26,7 @@
 
 \author{S\'ebastien Villemot\thanks{Paris School of Economics and
     CEPREMAP. E-mail:
-    \href{mailto:sebastien.villemot@ens.fr}{\texttt{sebastien.villemot@ens.fr}}.}}
+    \href{mailto:sebastien@dynare.org}{\texttt{sebastien@dynare.org}}.}}
 \date{First version: September 2007 \hspace{1cm} This version: August 2012}
 
 \maketitle
diff --git a/doc/dr.tex b/doc/dr.tex
index 9acfff8731383a5d7f541c2b3d657ea8808d1f98..e9af7c4f0841fe788c291c0c7cd28306865011c2 100644
--- a/doc/dr.tex
+++ b/doc/dr.tex
@@ -12,7 +12,7 @@
 
 \author{S\'ebastien Villemot\thanks{Paris School of Economics and
     CEPREMAP. E-mail:
-    \href{mailto:sebastien.villemot@ens.fr}{\texttt{sebastien.villemot@ens.fr}}.}}
+    \href{mailto:sebastien@dynare.org}{\texttt{sebastien@dynare.org}}.}}
 
 \title{Solving rational expectations models at first order: \\
   what Dynare does\thanks{Copyright \copyright~2009,~2011 S\'ebastien
diff --git a/license.txt b/license.txt
index d4789aa7dde4e89d32110e9ec15a61be0125e5f1..72d8736e34a7f32eee421cd2995ad42d556d181b 100644
--- a/license.txt
+++ b/license.txt
@@ -10,7 +10,7 @@ Upstream-Contact: Dynare Team, whose members in 2012 are:
                   George Perendia <george@perendia.orangehome.co.uk>
                   Johannes Pfeifer <jpfeifer@gmx.de>
                   Marco Ratto <marco.ratto@jrc.ec.europa.eu>
-                  Sébastien Villemot <sebastien.villemot@ens.fr>
+                  Sébastien Villemot <sebastien@dynare.org>
 Source: http://www.dynare.org
 
 Files: *
diff --git a/mex/sources/ordschur/ordschur.cc b/mex/sources/ordschur/ordschur.cc
index 3dd425266e57d988ff8df550dc59649d418f59fa..dbd7e3b8152ffa7e9b4751bd6a3fcb72061831fb 100644
--- a/mex/sources/ordschur/ordschur.cc
+++ b/mex/sources/ordschur/ordschur.cc
@@ -4,7 +4,7 @@
  * Only supports real (double precision) decomposition.
  * Only selection of eigenvalues with a boolean vector is supported.
  *
- * Written by Sebastien Villemot <sebastien.villemot@ens.fr>.
+ * Written by Sébastien Villemot <sebastien@dynare.org>.
  */
 
 /*
diff --git a/mex/sources/qzcomplex/qzcomplex.cc b/mex/sources/qzcomplex/qzcomplex.cc
index b0e503cae02b0d01ed19cd2bf958e96b68317f3d..4241bf52924819e5736d400088418408a89b1275 100644
--- a/mex/sources/qzcomplex/qzcomplex.cc
+++ b/mex/sources/qzcomplex/qzcomplex.cc
@@ -2,7 +2,7 @@
  * Oct-file for bringing the complex QZ decomposition to Octave.
  * Simple wrapper around LAPACK's zgges.
  *
- * Written by Sebastien Villemot <sebastien.villemot@ens.fr>.
+ * Written by Sébastien Villemot <sebastien@dynare.org>.
  */
 
 /*