aboutsummaryrefslogtreecommitdiffhomepage
path: root/demos/mandelbrot
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 /demos/mandelbrot
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 'demos/mandelbrot')
-rw-r--r--demos/mandelbrot/mandelbrot.cpp2
-rw-r--r--demos/mandelbrot/mandelbrot.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/mandelbrot/mandelbrot.cpp b/demos/mandelbrot/mandelbrot.cpp
index 78bdb9c43..14341b7e4 100644
--- a/demos/mandelbrot/mandelbrot.cpp
+++ b/demos/mandelbrot/mandelbrot.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/demos/mandelbrot/mandelbrot.h b/demos/mandelbrot/mandelbrot.h
index ef337d6b5..d0e3b6c96 100644
--- a/demos/mandelbrot/mandelbrot.h
+++ b/demos/mandelbrot/mandelbrot.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 Benoit Jacob <jacob.benoit.1@gmail.com>
//