From 38869d76b7ccc5af85206540127223a0fa1dbf83 Mon Sep 17 00:00:00 2001
From: Justin Carpentier <justin.carpentier@inria.fr>
Date: Sun, 5 Sep 2021 10:21:56 +0200
Subject: [PATCH] python: remove useless license header

---
 python/eigenpy/__init__.py | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/python/eigenpy/__init__.py b/python/eigenpy/__init__.py
index 30a8524c..e71d4380 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__
-- 
GitLab