diff --git a/python/eigenpy/__init__.py b/python/eigenpy/__init__.py index 30a8524c3b56059e3a0aa6568e1533e2ca65d73c..e71d43808b38e573011e8b713fdc2e7cdcf3a413 100644 --- a/python/eigenpy/__init__.py +++ b/python/eigenpy/__init__.py @@ -1,18 +1,6 @@ # # Copyright (c) 2017-2019 CNRS INRIA # -# This file is part of eigenpy -# eigenpy is free software: you can redistribute it -# and/or modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation, either version -# 3 of the License, or (at your option) any later version. -# Pinocchio is distributed in the hope that it will be -# useful, but WITHOUT ANY WARRANTY; without even the implied warranty -# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Lesser Public License for more details. You should have -# received a copy of the GNU Lesser General Public License along with -# eigenpy If not, see -# <http://www.gnu.org/licenses/>. from .eigenpy import * from .eigenpy import __version__, __raw_version__