aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-05-22 20:31:26 +0200
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-05-22 20:31:26 +0200
commit7667a93cbe012dc9da7f6d50359fda8912c151dd (patch)
tree2f3f27f3e5e7b9237e9453f45d4d6fe8fe4c7527 /test
parent0ed7c2f6d7738d83e9b26e6a3d36ea77ac9699cd (diff)
parent6347b1db5bb427285faf322190e94679e49f4e3b (diff)
merge
Diffstat (limited to 'test')
-rw-r--r--test/adjoint.cpp2
-rw-r--r--test/array.cpp2
-rw-r--r--test/array_replicate.cpp2
-rw-r--r--test/array_reverse.cpp2
-rw-r--r--test/basicstuff.cpp2
-rw-r--r--test/cholesky.cpp2
-rw-r--r--test/commainitializer.cpp2
-rw-r--r--test/cwiseop.cpp2
-rw-r--r--test/determinant.cpp2
-rw-r--r--test/dynalloc.cpp2
-rw-r--r--test/eigensolver_generic.cpp2
-rw-r--r--test/eigensolver_selfadjoint.cpp2
-rw-r--r--test/geo_alignedbox.cpp2
-rw-r--r--test/geo_eulerangles.cpp2
-rw-r--r--test/geo_homogeneous.cpp2
-rw-r--r--test/geo_hyperplane.cpp2
-rw-r--r--test/geo_orthomethods.cpp2
-rw-r--r--test/geo_parametrizedline.cpp2
-rw-r--r--test/geo_quaternion.cpp2
-rw-r--r--test/geo_transformations.cpp2
-rw-r--r--test/gsl_helper.h2
-rw-r--r--test/inverse.cpp2
-rw-r--r--test/linearstructure.cpp2
-rw-r--r--test/lu.cpp2
-rw-r--r--test/main.h2
-rw-r--r--test/map.cpp2
-rw-r--r--test/meta.cpp2
-rw-r--r--test/miscmatrices.cpp2
-rw-r--r--test/mixingtypes.cpp2
-rw-r--r--test/nomalloc.cpp2
-rw-r--r--test/packetmath.cpp2
-rw-r--r--test/product.h2
-rw-r--r--test/product_large.cpp2
-rw-r--r--test/product_selfadjoint.cpp2
-rw-r--r--test/product_small.cpp2
-rw-r--r--test/qr.cpp2
-rw-r--r--test/qtvector.cpp2
-rw-r--r--test/redux.cpp2
-rw-r--r--test/regression.cpp2
-rw-r--r--test/resize.cpp2
-rw-r--r--test/sizeof.cpp2
-rw-r--r--test/smallvectors.cpp2
-rw-r--r--test/sparse.h2
-rw-r--r--test/sparse_basic.cpp2
-rw-r--r--test/sparse_product.cpp2
-rw-r--r--test/sparse_solvers.cpp2
-rw-r--r--test/sparse_vector.cpp2
-rw-r--r--test/stdvector.cpp2
-rw-r--r--test/submatrices.cpp2
-rw-r--r--test/svd.cpp2
-rw-r--r--test/triangular.cpp2
-rw-r--r--test/unalignedassert.cpp2
-rw-r--r--test/vectorization_logic.cpp2
53 files changed, 53 insertions, 53 deletions
diff --git a/test/adjoint.cpp b/test/adjoint.cpp
index d219d8fe6..965e4d256 100644
--- a/test/adjoint.cpp
+++ b/test/adjoint.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/array.cpp b/test/array.cpp
index 8b4652561..053f97327 100644
--- a/test/array.cpp
+++ b/test/array.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/array_replicate.cpp b/test/array_replicate.cpp
index e8d0f33cb..d1608915f 100644
--- a/test/array_replicate.cpp
+++ b/test/array_replicate.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2009 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/array_reverse.cpp b/test/array_reverse.cpp
index c69ff73e8..e77842c7d 100644
--- a/test/array_reverse.cpp
+++ b/test/array_reverse.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2009 Ricard Marxer <email@ricardmarxer.com>
diff --git a/test/basicstuff.cpp b/test/basicstuff.cpp
index 7b22cfb79..2f088988f 100644
--- a/test/basicstuff.cpp
+++ b/test/basicstuff.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/cholesky.cpp b/test/cholesky.cpp
index 9bcf228d2..45008b7cb 100644
--- a/test/cholesky.cpp
+++ b/test/cholesky.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/commainitializer.cpp b/test/commainitializer.cpp
index 503dd9be4..3044b1565 100644
--- a/test/commainitializer.cpp
+++ b/test/commainitializer.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/cwiseop.cpp b/test/cwiseop.cpp
index 25966db9a..10784b0f5 100644
--- a/test/cwiseop.cpp
+++ b/test/cwiseop.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
diff --git a/test/determinant.cpp b/test/determinant.cpp
index bc647d25d..5eb4644a7 100644
--- a/test/determinant.cpp
+++ b/test/determinant.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
diff --git a/test/dynalloc.cpp b/test/dynalloc.cpp
index df87ff563..08fc0369d 100644
--- a/test/dynalloc.cpp
+++ b/test/dynalloc.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/eigensolver_generic.cpp b/test/eigensolver_generic.cpp
index 915f73ee5..b7202ab34 100644
--- a/test/eigensolver_generic.cpp
+++ b/test/eigensolver_generic.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/eigensolver_selfadjoint.cpp b/test/eigensolver_selfadjoint.cpp
index fe38b5fc5..b8e2be98a 100644
--- a/test/eigensolver_selfadjoint.cpp
+++ b/test/eigensolver_selfadjoint.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/geo_alignedbox.cpp b/test/geo_alignedbox.cpp
index 88163b9b2..07b3e59e6 100644
--- a/test/geo_alignedbox.cpp
+++ b/test/geo_alignedbox.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/geo_eulerangles.cpp b/test/geo_eulerangles.cpp
index fbb51cd83..f11c8e8ef 100644
--- a/test/geo_eulerangles.cpp
+++ b/test/geo_eulerangles.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/geo_homogeneous.cpp b/test/geo_homogeneous.cpp
index bf568bb03..c4db32f9c 100644
--- a/test/geo_homogeneous.cpp
+++ b/test/geo_homogeneous.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2009 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/geo_hyperplane.cpp b/test/geo_hyperplane.cpp
index 1a700fabf..c5d2715db 100644
--- a/test/geo_hyperplane.cpp
+++ b/test/geo_hyperplane.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
diff --git a/test/geo_orthomethods.cpp b/test/geo_orthomethods.cpp
index 6f6b7f8d3..5e1d5bdb4 100644
--- a/test/geo_orthomethods.cpp
+++ b/test/geo_orthomethods.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/geo_parametrizedline.cpp b/test/geo_parametrizedline.cpp
index ba4578a1c..c90d59d3e 100644
--- a/test/geo_parametrizedline.cpp
+++ b/test/geo_parametrizedline.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
diff --git a/test/geo_quaternion.cpp b/test/geo_quaternion.cpp
index c9337c025..762743fba 100644
--- a/test/geo_quaternion.cpp
+++ b/test/geo_quaternion.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/geo_transformations.cpp b/test/geo_transformations.cpp
index 45cf3d302..fcd247bc5 100644
--- a/test/geo_transformations.cpp
+++ b/test/geo_transformations.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/gsl_helper.h b/test/gsl_helper.h
index 6d786749b..f8f7a5d79 100644
--- a/test/gsl_helper.h
+++ b/test/gsl_helper.h
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/inverse.cpp b/test/inverse.cpp
index d619543a8..90b897197 100644
--- a/test/inverse.cpp
+++ b/test/inverse.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
diff --git a/test/linearstructure.cpp b/test/linearstructure.cpp
index f913e6480..8827c40d1 100644
--- a/test/linearstructure.cpp
+++ b/test/linearstructure.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/lu.cpp b/test/lu.cpp
index 923acee3e..60e45ff2b 100644
--- a/test/lu.cpp
+++ b/test/lu.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/main.h b/test/main.h
index aa6c4a367..a6a780603 100644
--- a/test/main.h
+++ b/test/main.h
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
diff --git a/test/map.cpp b/test/map.cpp
index 5159dffa1..62e727304 100644
--- a/test/map.cpp
+++ b/test/map.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/meta.cpp b/test/meta.cpp
index e77e46ba4..684e1c1af 100644
--- a/test/meta.cpp
+++ b/test/meta.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/miscmatrices.cpp b/test/miscmatrices.cpp
index 4d2cd4346..5b0367be6 100644
--- a/test/miscmatrices.cpp
+++ b/test/miscmatrices.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/mixingtypes.cpp b/test/mixingtypes.cpp
index ad03639a9..ec8a0f190 100644
--- a/test/mixingtypes.cpp
+++ b/test/mixingtypes.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
diff --git a/test/nomalloc.cpp b/test/nomalloc.cpp
index 5497ca339..ee14ae07b 100644
--- a/test/nomalloc.cpp
+++ b/test/nomalloc.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
diff --git a/test/packetmath.cpp b/test/packetmath.cpp
index 250398241..d86d40d68 100644
--- a/test/packetmath.cpp
+++ b/test/packetmath.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
diff --git a/test/product.h b/test/product.h
index 2a32958ce..0ad198662 100644
--- a/test/product.h
+++ b/test/product.h
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/product_large.cpp b/test/product_large.cpp
index 1c33578be..77ae7b587 100644
--- a/test/product_large.cpp
+++ b/test/product_large.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/product_selfadjoint.cpp b/test/product_selfadjoint.cpp
index a38fb20a1..7f523b695 100644
--- a/test/product_selfadjoint.cpp
+++ b/test/product_selfadjoint.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@gmail.com>
//
diff --git a/test/product_small.cpp b/test/product_small.cpp
index 1845c2c73..3aed5cf1b 100644
--- a/test/product_small.cpp
+++ b/test/product_small.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/qr.cpp b/test/qr.cpp
index b71abb782..6e96f1e97 100644
--- a/test/qr.cpp
+++ b/test/qr.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/qtvector.cpp b/test/qtvector.cpp
index 79bcba675..bc780b45b 100644
--- a/test/qtvector.cpp
+++ b/test/qtvector.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
diff --git a/test/redux.cpp b/test/redux.cpp
index dee9d4bbd..2a0dc97f1 100644
--- a/test/redux.cpp
+++ b/test/redux.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/regression.cpp b/test/regression.cpp
index 534ad3d1c..28b6356b3 100644
--- a/test/regression.cpp
+++ b/test/regression.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/resize.cpp b/test/resize.cpp
index df13d2ebe..3c8f21ee1 100644
--- a/test/resize.cpp
+++ b/test/resize.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2009 Keir Mierle <mierle@gmail.com>
//
diff --git a/test/sizeof.cpp b/test/sizeof.cpp
index c713afade..8dc9ca7ef 100644
--- a/test/sizeof.cpp
+++ b/test/sizeof.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/smallvectors.cpp b/test/smallvectors.cpp
index eed30d99e..f0807c796 100644
--- a/test/smallvectors.cpp
+++ b/test/smallvectors.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/sparse.h b/test/sparse.h
index eb2f98f5f..f0d230153 100644
--- a/test/sparse.h
+++ b/test/sparse.h
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Daniel Gomez Ferro <dgomezferro@gmail.com>
//
diff --git a/test/sparse_basic.cpp b/test/sparse_basic.cpp
index cf58b30af..9b7d7c4e6 100644
--- a/test/sparse_basic.cpp
+++ b/test/sparse_basic.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Daniel Gomez Ferro <dgomezferro@gmail.com>
//
diff --git a/test/sparse_product.cpp b/test/sparse_product.cpp
index 00b5a3ed5..122fd4325 100644
--- a/test/sparse_product.cpp
+++ b/test/sparse_product.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Daniel Gomez Ferro <dgomezferro@gmail.com>
//
diff --git a/test/sparse_solvers.cpp b/test/sparse_solvers.cpp
index de308e018..83e417cfd 100644
--- a/test/sparse_solvers.cpp
+++ b/test/sparse_solvers.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Daniel Gomez Ferro <dgomezferro@gmail.com>
//
diff --git a/test/sparse_vector.cpp b/test/sparse_vector.cpp
index 934719f2c..236e14f1b 100644
--- a/test/sparse_vector.cpp
+++ b/test/sparse_vector.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Daniel Gomez Ferro <dgomezferro@gmail.com>
//
diff --git a/test/stdvector.cpp b/test/stdvector.cpp
index e2e73680e..6779feae5 100644
--- a/test/stdvector.cpp
+++ b/test/stdvector.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/submatrices.cpp b/test/submatrices.cpp
index 596a8a20e..a9b9ff9a8 100644
--- a/test/submatrices.cpp
+++ b/test/submatrices.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/svd.cpp b/test/svd.cpp
index 4a703369e..2eb7881a0 100644
--- a/test/svd.cpp
+++ b/test/svd.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
diff --git a/test/triangular.cpp b/test/triangular.cpp
index 3183b8b73..850c3eee0 100644
--- a/test/triangular.cpp
+++ b/test/triangular.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@gmail.com>
//
diff --git a/test/unalignedassert.cpp b/test/unalignedassert.cpp
index 44404e4a5..ade1ab26e 100644
--- a/test/unalignedassert.cpp
+++ b/test/unalignedassert.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
diff --git a/test/vectorization_logic.cpp b/test/vectorization_logic.cpp
index db2fef367..680adeb45 100644
--- a/test/vectorization_logic.cpp
+++ b/test/vectorization_logic.cpp
@@ -1,5 +1,5 @@
// This file is part of Eigen, a lightweight C++ template library
-// for linear algebra. Eigen itself is part of the KDE project.
+// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//