aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/IterativeSolvers/IterationController.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-02-06 11:30:33 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-02-06 11:30:33 +0100
commit51542539330435fba70c483f7bf8a76001b0f5b9 (patch)
tree301546ba19f43f02f3e43d7d0f26c28380fda18d /unsupported/Eigen/src/IterativeSolvers/IterationController.h
parent14e2ab02b58ba07e2be6b003bc178a0ec5e1015b (diff)
Fix some MPL2/LGPL lisencing confusions
Diffstat (limited to 'unsupported/Eigen/src/IterativeSolvers/IterationController.h')
-rw-r--r--unsupported/Eigen/src/IterativeSolvers/IterationController.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/unsupported/Eigen/src/IterativeSolvers/IterationController.h b/unsupported/Eigen/src/IterativeSolvers/IterationController.h
index ea86dfef4..c9c1a4be2 100644
--- a/unsupported/Eigen/src/IterativeSolvers/IterationController.h
+++ b/unsupported/Eigen/src/IterativeSolvers/IterationController.h
@@ -2,10 +2,6 @@
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
-//
-// This Source Code Form is subject to the terms of the Mozilla
-// Public License v. 2.0. If a copy of the MPL was not distributed
-// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
/* NOTE The class IterationController has been adapted from the iteration
* class of the GMM++ and ITL libraries.