aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas
diff options
context:
space:
mode:
Diffstat (limited to 'blas')
-rw-r--r--blas/common.h2
-rw-r--r--blas/complex_double.cpp2
-rw-r--r--blas/complex_single.cpp2
-rw-r--r--blas/double.cpp2
-rw-r--r--blas/level1_impl.h2
-rw-r--r--blas/level2_impl.h2
-rw-r--r--blas/level3_impl.h2
-rw-r--r--blas/single.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/blas/common.h b/blas/common.h
index 8b9c6ff09..fa211b141 100644
--- a/blas/common.h
+++ b/blas/common.h
@@ -1,7 +1,7 @@
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
-// Copyright (C) 2009 Gael Guennebaud <g.gael@free.fr>
+// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/blas/complex_double.cpp b/blas/complex_double.cpp
index fd6db03b5..f3065c1d6 100644
--- a/blas/complex_double.cpp
+++ b/blas/complex_double.cpp
@@ -1,7 +1,7 @@
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
-// Copyright (C) 2009 Gael Guennebaud <g.gael@free.fr>
+// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/blas/complex_single.cpp b/blas/complex_single.cpp
index 54c7ca1e5..b88afb667 100644
--- a/blas/complex_single.cpp
+++ b/blas/complex_single.cpp
@@ -1,7 +1,7 @@
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
-// Copyright (C) 2009 Gael Guennebaud <g.gael@free.fr>
+// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/blas/double.cpp b/blas/double.cpp
index 8145696b3..7f2c58484 100644
--- a/blas/double.cpp
+++ b/blas/double.cpp
@@ -1,7 +1,7 @@
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
-// Copyright (C) 2009 Gael Guennebaud <g.gael@free.fr>
+// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/blas/level1_impl.h b/blas/level1_impl.h
index 9f3e4d166..9b79da6d5 100644
--- a/blas/level1_impl.h
+++ b/blas/level1_impl.h
@@ -1,7 +1,7 @@
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
-// Copyright (C) 2009 Gael Guennebaud <g.gael@free.fr>
+// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/blas/level2_impl.h b/blas/level2_impl.h
index 68be9a806..329d3d333 100644
--- a/blas/level2_impl.h
+++ b/blas/level2_impl.h
@@ -1,7 +1,7 @@
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
-// Copyright (C) 2009 Gael Guennebaud <g.gael@free.fr>
+// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/blas/level3_impl.h b/blas/level3_impl.h
index a4b04ce1c..9f04ddcb0 100644
--- a/blas/level3_impl.h
+++ b/blas/level3_impl.h
@@ -1,7 +1,7 @@
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
-// Copyright (C) 2009 Gael Guennebaud <g.gael@free.fr>
+// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/blas/single.cpp b/blas/single.cpp
index 842e104b8..dd8d5cde9 100644
--- a/blas/single.cpp
+++ b/blas/single.cpp
@@ -1,7 +1,7 @@
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
-// Copyright (C) 2009 Gael Guennebaud <g.gael@free.fr>
+// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public