Skip to content

Commit 1039fa0

Browse files
committed
all: remove license from files
1 parent cf1f1d3 commit 1039fa0

File tree

8 files changed

+8
-104
lines changed

8 files changed

+8
-104
lines changed

include/eigenpy/solvers/BFGSPreconditioners.hpp

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
/*
2-
* Copyright 2017, Justin Carpentier, LAAS-CNRS
3-
*
4-
* This file is part of eigenpy.
5-
* eigenpy is free software: you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public License
7-
* as published by the Free Software Foundation, either version 3 of
8-
* the License, or (at your option) any later version.
9-
* eigenpy is distributed in the hope that it will be
10-
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details. You should
13-
* have received a copy of the GNU Lesser General Public License along
14-
* with eigenpy. If not, see <http://www.gnu.org/licenses/>.
2+
* Copyright 2017 CNRS
153
*/
164

175
#ifndef __eigenpy_bfgs_preconditioners_hpp__

include/eigenpy/solvers/BasicPreconditioners.hpp

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
/*
2-
* Copyright 2017, Justin Carpentier, LAAS-CNRS
3-
*
4-
* This file is part of eigenpy.
5-
* eigenpy is free software: you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public License
7-
* as published by the Free Software Foundation, either version 3 of
8-
* the License, or (at your option) any later version.
9-
* eigenpy is distributed in the hope that it will be
10-
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details. You should
13-
* have received a copy of the GNU Lesser General Public License along
14-
* with eigenpy. If not, see <http://www.gnu.org/licenses/>.
2+
* Copyright 2017 CNRS
153
*/
164

175
#ifndef __eigenpy_basic_preconditioners_hpp__

include/eigenpy/solvers/ConjugateGradient.hpp

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
/*
2-
* Copyright 2017, Justin Carpentier, LAAS-CNRS
3-
*
4-
* This file is part of eigenpy.
5-
* eigenpy is free software: you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public License
7-
* as published by the Free Software Foundation, either version 3 of
8-
* the License, or (at your option) any later version.
9-
* eigenpy is distributed in the hope that it will be
10-
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details. You should
13-
* have received a copy of the GNU Lesser General Public License along
14-
* with eigenpy. If not, see <http://www.gnu.org/licenses/>.
2+
* Copyright 2017 CNRS
153
*/
164

175
#ifndef __eigenpy_conjugate_gradient_hpp__

include/eigenpy/solvers/IterativeSolverBase.hpp

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
/*
2-
* Copyright 2017, Justin Carpentier, LAAS-CNRS
3-
*
4-
* This file is part of eigenpy.
5-
* eigenpy is free software: you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public License
7-
* as published by the Free Software Foundation, either version 3 of
8-
* the License, or (at your option) any later version.
9-
* eigenpy is distributed in the hope that it will be
10-
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details. You should
13-
* have received a copy of the GNU Lesser General Public License along
14-
* with eigenpy. If not, see <http://www.gnu.org/licenses/>.
2+
* Copyright 2017 CNRS
153
*/
164

175
#ifndef __eigenpy_iterative_solver_base_hpp__

include/eigenpy/solvers/LeastSquaresConjugateGradient.hpp

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
/*
2-
* Copyright 2017-2018, Justin Carpentier, LAAS-CNRS
3-
*
4-
* This file is part of eigenpy.
5-
* eigenpy is free software: you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public License
7-
* as published by the Free Software Foundation, either version 3 of
8-
* the License, or (at your option) any later version.
9-
* eigenpy is distributed in the hope that it will be
10-
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details. You should
13-
* have received a copy of the GNU Lesser General Public License along
14-
* with eigenpy. If not, see <http://www.gnu.org/licenses/>.
2+
* Copyright 2017-2018 CNRS
153
*/
164

175
#ifndef __eigenpy_least_square_conjugate_gradient_hpp__

include/eigenpy/solvers/SparseSolverBase.hpp

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
/*
2-
* Copyright 2017, Justin Carpentier, LAAS-CNRS
3-
*
4-
* This file is part of eigenpy.
5-
* eigenpy is free software: you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public License
7-
* as published by the Free Software Foundation, either version 3 of
8-
* the License, or (at your option) any later version.
9-
* eigenpy is distributed in the hope that it will be
10-
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details. You should
13-
* have received a copy of the GNU Lesser General Public License along
14-
* with eigenpy. If not, see <http://www.gnu.org/licenses/>.
2+
* Copyright 2017 CNRS
153
*/
164

175
#ifndef __eigenpy_sparse_solver_base_hpp__

include/eigenpy/solvers/preconditioners.hpp

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
/*
2-
* Copyright 2017, Justin Carpentier, LAAS-CNRS
3-
*
4-
* This file is part of eigenpy.
5-
* eigenpy is free software: you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public License
7-
* as published by the Free Software Foundation, either version 3 of
8-
* the License, or (at your option) any later version.
9-
* eigenpy is distributed in the hope that it will be
10-
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details. You should
13-
* have received a copy of the GNU Lesser General Public License along
14-
* with eigenpy. If not, see <http://www.gnu.org/licenses/>.
2+
* Copyright 2017 CNRS
153
*/
164

175
#ifndef __eigenpy_preconditioners_hpp__

src/solvers/preconditioners.cpp

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
/*
2-
* Copyright 2017-2018, Justin Carpentier, LAAS-CNRS
3-
*
4-
* This file is part of eigenpy.
5-
* eigenpy is free software: you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public License
7-
* as published by the Free Software Foundation, either version 3 of
8-
* the License, or (at your option) any later version.
9-
* eigenpy is distributed in the hope that it will be
10-
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details. You should
13-
* have received a copy of the GNU Lesser General Public License along
14-
* with eigenpy. If not, see <http://www.gnu.org/licenses/>.
2+
* Copyright 2017 CNRS
153
*/
164

175
#include <Eigen/Core>

0 commit comments

Comments
 (0)