Skip to content

Commit 38869d7

Browse files
committed
python: remove useless license header
1 parent fd075b7 commit 38869d7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

python/eigenpy/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
#
22
# Copyright (c) 2017-2019 CNRS INRIA
33
#
4-
# This file is part of eigenpy
5-
# eigenpy is free software: you can redistribute it
6-
# and/or modify it under the terms of the GNU Lesser General Public
7-
# License as published by the Free Software Foundation, either version
8-
# 3 of the License, or (at your option) any later version.
9-
# Pinocchio 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 GNU
12-
# General Lesser Public License for more details. You should have
13-
# received a copy of the GNU Lesser General Public License along with
14-
# eigenpy If not, see
15-
# <http://www.gnu.org/licenses/>.
164

175
from .eigenpy import *
186
from .eigenpy import __version__, __raw_version__

0 commit comments

Comments
 (0)