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 /test | |
parent | 582c1f92c81b264f3eb52d745bf8e607bc9a6ee6 (diff) |
Update e-mail address
Diffstat (limited to 'test')
-rw-r--r-- | test/adjoint.cpp | 2 | ||||
-rw-r--r-- | test/basicstuff.cpp | 2 | ||||
-rw-r--r-- | test/cwiseop.cpp | 2 | ||||
-rw-r--r-- | test/determinant.cpp | 2 | ||||
-rw-r--r-- | test/hyperplane.cpp | 2 | ||||
-rw-r--r-- | test/inverse.cpp | 2 | ||||
-rw-r--r-- | test/linearstructure.cpp | 2 | ||||
-rw-r--r-- | test/lu.cpp | 2 | ||||
-rw-r--r-- | test/main.h | 2 | ||||
-rw-r--r-- | test/map.cpp | 2 | ||||
-rw-r--r-- | test/miscmatrices.cpp | 2 | ||||
-rw-r--r-- | test/nomalloc.cpp | 2 | ||||
-rw-r--r-- | test/packetmath.cpp | 2 | ||||
-rw-r--r-- | test/parametrizedline.cpp | 2 | ||||
-rw-r--r-- | test/product.h | 2 | ||||
-rw-r--r-- | test/product_large.cpp | 2 | ||||
-rw-r--r-- | test/product_small.cpp | 2 | ||||
-rw-r--r-- | test/regression.cpp | 2 | ||||
-rw-r--r-- | test/smallvectors.cpp | 2 | ||||
-rw-r--r-- | test/submatrices.cpp | 2 | ||||
-rw-r--r-- | test/sum.cpp | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/test/adjoint.cpp b/test/adjoint.cpp index bf74b3f4f..8c6d6e3ac 100644 --- a/test/adjoint.cpp +++ b/test/adjoint.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) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-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/test/basicstuff.cpp b/test/basicstuff.cpp index 75efd4d10..06d17c69e 100644 --- a/test/basicstuff.cpp +++ b/test/basicstuff.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) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-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/test/cwiseop.cpp b/test/cwiseop.cpp index 53830106b..ce98fb301 100644 --- a/test/cwiseop.cpp +++ b/test/cwiseop.cpp @@ -2,7 +2,7 @@ // for linear algebra. Eigen itself is part of the KDE project. // // Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr> -// Copyright (C) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-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/test/determinant.cpp b/test/determinant.cpp index ab9460b15..68e91e4c1 100644 --- a/test/determinant.cpp +++ b/test/determinant.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> // Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr> // // Eigen is free software; you can redistribute it and/or diff --git a/test/hyperplane.cpp b/test/hyperplane.cpp index 90312ca6e..927553f8e 100644 --- a/test/hyperplane.cpp +++ b/test/hyperplane.cpp @@ -2,7 +2,7 @@ // for linear algebra. Eigen itself is part of the KDE project. // // Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr> -// 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/test/inverse.cpp b/test/inverse.cpp index 42121072c..54dab489d 100644 --- a/test/inverse.cpp +++ b/test/inverse.cpp @@ -2,7 +2,7 @@ // for linear algebra. Eigen itself is part of the KDE project. // // Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr> -// 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/test/linearstructure.cpp b/test/linearstructure.cpp index 39b4690a0..f913e6480 100644 --- a/test/linearstructure.cpp +++ b/test/linearstructure.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) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-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/test/lu.cpp b/test/lu.cpp index e34462c95..4a2e9f196 100644 --- a/test/lu.cpp +++ b/test/lu.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/test/main.h b/test/main.h index b8507acef..459097782 100644 --- a/test/main.h +++ b/test/main.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) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr> // // Eigen is free software; you can redistribute it and/or diff --git a/test/map.cpp b/test/map.cpp index c416e164c..ad0920139 100644 --- a/test/map.cpp +++ b/test/map.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) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-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/test/miscmatrices.cpp b/test/miscmatrices.cpp index 5f1e77c8f..4d2cd4346 100644 --- a/test/miscmatrices.cpp +++ b/test/miscmatrices.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) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-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/test/nomalloc.cpp b/test/nomalloc.cpp index 78bb12a8a..c1683206d 100644 --- a/test/nomalloc.cpp +++ b/test/nomalloc.cpp @@ -2,7 +2,7 @@ // for linear algebra. Eigen itself is part of the KDE project. // // Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr> -// Copyright (C) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-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/test/packetmath.cpp b/test/packetmath.cpp index 00b438c16..327f2eeea 100644 --- a/test/packetmath.cpp +++ b/test/packetmath.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) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-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/test/parametrizedline.cpp b/test/parametrizedline.cpp index 1031581da..4444432a6 100644 --- a/test/parametrizedline.cpp +++ b/test/parametrizedline.cpp @@ -2,7 +2,7 @@ // for linear algebra. Eigen itself is part of the KDE project. // // Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr> -// 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/test/product.h b/test/product.h index 62cbdee92..2a32958ce 100644 --- a/test/product.h +++ b/test/product.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) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-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/test/product_large.cpp b/test/product_large.cpp index b85fd0954..a1e187889 100644 --- a/test/product_large.cpp +++ b/test/product_large.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) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-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/test/product_small.cpp b/test/product_small.cpp index bc1a774b3..1845c2c73 100644 --- a/test/product_small.cpp +++ b/test/product_small.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) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-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/test/regression.cpp b/test/regression.cpp index 8bbe0816f..d9197bbfc 100644 --- a/test/regression.cpp +++ b/test/regression.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/test/smallvectors.cpp b/test/smallvectors.cpp index 6a41ff447..eed30d99e 100644 --- a/test/smallvectors.cpp +++ b/test/smallvectors.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) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-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/test/submatrices.cpp b/test/submatrices.cpp index 4be7466ae..c9552ace2 100644 --- a/test/submatrices.cpp +++ b/test/submatrices.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) 2006-2008 Benoit Jacob <jacob@math.jussieu.fr> +// Copyright (C) 2006-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/test/sum.cpp b/test/sum.cpp index bfd4d0667..c13651853 100644 --- a/test/sum.cpp +++ b/test/sum.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 |