aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/BVH
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-05-22 20:25:33 +0200
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-05-22 20:25:33 +0200
commit6347b1db5bb427285faf322190e94679e49f4e3b (patch)
treeb2bd57427541a377ff033c1f6cb09828b46eba17 /unsupported/Eigen/src/BVH
parent6ecd02d7ec85f07e02559cb311d4dd07e844a72d (diff)
remove sentence "Eigen itself is part of the KDE project."
it never made very precise sense. but now does it still make any?
Diffstat (limited to 'unsupported/Eigen/src/BVH')
-rw-r--r--unsupported/Eigen/src/BVH/BVAlgorithms.h2
-rw-r--r--unsupported/Eigen/src/BVH/KdBVH.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/unsupported/Eigen/src/BVH/BVAlgorithms.h b/unsupported/Eigen/src/BVH/BVAlgorithms.h
index a3f78eccc..47c49be7f 100644
--- a/unsupported/Eigen/src/BVH/BVAlgorithms.h
+++ b/unsupported/Eigen/src/BVH/BVAlgorithms.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) 2009 Ilya Baran <ibaran@mit.edu>
//
diff --git a/unsupported/Eigen/src/BVH/KdBVH.h b/unsupported/Eigen/src/BVH/KdBVH.h
index 124ad66b5..ec47254af 100644
--- a/unsupported/Eigen/src/BVH/KdBVH.h
+++ b/unsupported/Eigen/src/BVH/KdBVH.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) 2009 Ilya Baran <ibaran@mit.edu>
//