From dbeff52c5f26c08ebbd4cef0064e2bd9000e463b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 1 Oct 2012 16:41:18 +0200
Subject: [PATCH] Use my @dynare.org address

(manual cherry-pick from c031b463ff883d7fad0a09cb21d1062df09da3bc)
---
 doc/bvar-a-la-sims.tex             | 2 +-
 doc/dr.tex                         | 2 +-
 license.txt                        | 2 +-
 mex/sources/ordschur/ordschur.cc   | 2 +-
 mex/sources/qzcomplex/qzcomplex.cc | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/bvar-a-la-sims.tex b/doc/bvar-a-la-sims.tex
index 79c7dddb7..637bc5cad 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 9acfff873..e9af7c4f0 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 d4789aa7d..72d8736e3 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 3dd425266..dbd7e3b81 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 b0e503cae..4241bf529 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>.
  */
 
 /*
-- 
GitLab