From 00f89a8f37e2c7cd85ca235e7ef102e2b9d2e281 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 24 Nov 2008 13:40:43 +0000 Subject: Update e-mail address --- test/adjoint.cpp | 2 +- test/basicstuff.cpp | 2 +- test/cwiseop.cpp | 2 +- test/determinant.cpp | 2 +- test/hyperplane.cpp | 2 +- test/inverse.cpp | 2 +- test/linearstructure.cpp | 2 +- test/lu.cpp | 2 +- test/main.h | 2 +- test/map.cpp | 2 +- test/miscmatrices.cpp | 2 +- test/nomalloc.cpp | 2 +- test/packetmath.cpp | 2 +- test/parametrizedline.cpp | 2 +- test/product.h | 2 +- test/product_large.cpp | 2 +- test/product_small.cpp | 2 +- test/regression.cpp | 2 +- test/smallvectors.cpp | 2 +- test/submatrices.cpp | 2 +- test/sum.cpp | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'test') 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 +// Copyright (C) 2006-2008 Benoit Jacob // // 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 +// Copyright (C) 2006-2008 Benoit Jacob // // 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 -// Copyright (C) 2006-2008 Benoit Jacob +// Copyright (C) 2006-2008 Benoit Jacob // // 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 +// Copyright (C) 2008 Benoit Jacob // Copyright (C) 2008 Gael Guennebaud // // 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 -// Copyright (C) 2008 Benoit Jacob +// Copyright (C) 2008 Benoit Jacob // // 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 -// Copyright (C) 2008 Benoit Jacob +// Copyright (C) 2008 Benoit Jacob // // 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 +// Copyright (C) 2006-2008 Benoit Jacob // // 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 +// Copyright (C) 2008 Benoit Jacob // // 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 +// Copyright (C) 2006-2008 Benoit Jacob // Copyright (C) 2008 Gael Guennebaud // // 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 +// Copyright (C) 2006-2008 Benoit Jacob // // 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 +// Copyright (C) 2006-2008 Benoit Jacob // // 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 -// Copyright (C) 2006-2008 Benoit Jacob +// Copyright (C) 2006-2008 Benoit Jacob // // 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 +// Copyright (C) 2006-2008 Benoit Jacob // // 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 -// Copyright (C) 2008 Benoit Jacob +// Copyright (C) 2008 Benoit Jacob // // 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 +// Copyright (C) 2006-2008 Benoit Jacob // // 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 +// Copyright (C) 2006-2008 Benoit Jacob // // 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 +// Copyright (C) 2006-2008 Benoit Jacob // // 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 +// Copyright (C) 2008 Benoit Jacob // // 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 +// Copyright (C) 2006-2008 Benoit Jacob // // 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 +// Copyright (C) 2006-2008 Benoit Jacob // // 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 +// Copyright (C) 2008 Benoit Jacob // // Eigen is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public -- cgit v1.2.3