diff options
author | Benoit Jacob <jacob.benoit.1@gmail.com> | 2008-11-24 13:40:43 +0000 |
---|---|---|
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | 2008-11-24 13:40:43 +0000 |
commit | 00f89a8f37e2c7cd85ca235e7ef102e2b9d2e281 (patch) | |
tree | a9a15b112b91d6d01b91416c4d6002d920370ec9 /demos | |
parent | 582c1f92c81b264f3eb52d745bf8e607bc9a6ee6 (diff) |
Update e-mail address
Diffstat (limited to 'demos')
-rw-r--r-- | demos/mandelbrot/mandelbrot.cpp | 2 | ||||
-rw-r--r-- | demos/mandelbrot/mandelbrot.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/mandelbrot/mandelbrot.cpp b/demos/mandelbrot/mandelbrot.cpp index 130de829f..78bdb9c43 100644 --- a/demos/mandelbrot/mandelbrot.cpp +++ b/demos/mandelbrot/mandelbrot.cpp @@ -1,7 +1,7 @@ // This file is part of Eigen, a lightweight C++ template library // for linear algebra. Eigen itself is part of the KDE project. // -// Copyright (C) 2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com> // // Eigen is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/demos/mandelbrot/mandelbrot.h b/demos/mandelbrot/mandelbrot.h index 63eb81a68..ef337d6b5 100644 --- a/demos/mandelbrot/mandelbrot.h +++ b/demos/mandelbrot/mandelbrot.h @@ -1,7 +1,7 @@ // This file is part of Eigen, a lightweight C++ template library // for linear algebra. Eigen itself is part of the KDE project. // -// Copyright (C) 2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com> // // Eigen is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public |