From a2d9d5a7793d0035f0984d528be634a6a4dc84bf Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Mon, 30 Sep 2019 16:42:07 +0200
Subject: [PATCH] remove LGPL headers

---
 CMakeLists.txt                                   | 13 -------------
 doc/CMakeLists.txt                               | 13 -------------
 include/CMakeLists.txt                           | 13 -------------
 include/dynamic-graph/python/api.hh              | 13 -------------
 include/dynamic-graph/python/exception-python.hh | 13 -------------
 include/dynamic-graph/python/interpreter.hh      | 13 -------------
 src/CMakeLists.txt                               | 13 -------------
 src/convert-dg-to-py.cc                          | 13 -------------
 src/convert-dg-to-py.hh                          | 13 -------------
 src/dynamic-graph-py.cc                          | 13 -------------
 src/dynamic_graph/tools.py                       | 13 -------------
 src/entity-py.cc                                 | 13 -------------
 src/exception-python.cc                          | 11 -----------
 src/exception.hh                                 | 13 -------------
 src/factory-py.cc                                | 13 -------------
 src/interpreter.cc                               | 13 -------------
 src/link-to-python.hh.in                         | 13 -------------
 src/pool-py.cc                                   | 13 -------------
 src/signal-base-py.cc                            | 13 -------------
 src/signal-caster-py.cc                          | 13 -------------
 src/signal-wrapper.cc                            | 13 -------------
 src/signal-wrapper.hh                            | 13 -------------
 22 files changed, 284 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 34fd4f6..5e4f852 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,17 +1,4 @@
 # Copyright 2010, 2011, Florent Lamiraux, Thomas Moulard, JRL, CNRS/AIST
-#
-# This file is part of dynamic-graph-python.
-# dynamic-graph-python 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.
-#
-# dynamic-graph-python 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
-# dynamic-graph-python. If not, see <http://www.gnu.org/licenses/>.
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
 
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 627c59b..c33bae8 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,17 +1,4 @@
 # Copyright 2010, 2011, Florent Lamiraux, Thomas Moulard, JRL, CNRS/AIST
-#
-# This file is part of dynamic-graph-python.
-# dynamic-graph-python 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.
-#
-# dynamic-graph-python 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
-# dynamic-graph-python. If not, see <http://www.gnu.org/licenses/>.
 
 INCLUDE(../cmake/sphinx.cmake)
 
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 4b8bcbc..75dcabb 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -1,15 +1,2 @@
 # Copyright 2010, 2011, Florent Lamiraux, CNRS
-#
-# This file is part of dynamic-graph-python.
-# dynamic-graph-python 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.
-#
-# dynamic-graph-python 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
-# dynamic-graph-python. If not, see <http://www.gnu.org/licenses/>.
 
diff --git a/include/dynamic-graph/python/api.hh b/include/dynamic-graph/python/api.hh
index 130de15..68cfc81 100644
--- a/include/dynamic-graph/python/api.hh
+++ b/include/dynamic-graph/python/api.hh
@@ -1,18 +1,5 @@
 // -*- mode: c++ -*-
 // Copyright 2011, Florent Lamiraux, CNRS.
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph 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.
-//
-// dynamic-graph 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
-// dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #ifndef DYNAMIC_GRAPH_PYTHON_API_HH
 #define DYNAMIC_GRAPH_PYTHON_API_HH
diff --git a/include/dynamic-graph/python/exception-python.hh b/include/dynamic-graph/python/exception-python.hh
index 6a2027c..84a6973 100644
--- a/include/dynamic-graph/python/exception-python.hh
+++ b/include/dynamic-graph/python/exception-python.hh
@@ -1,19 +1,6 @@
 // -*- mode: c++ -*-
 // Copyright 2010, François Bleibel, Thomas Moulard, Olivier Stasse,
 // JRL, CNRS/AIST.
-//
-// This file is part of dynamic-graph.
-// dynamic-graph 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.
-//
-// dynamic-graph 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
-// dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #ifndef DYNAMIC_GRAPH_PYTHON_EXCEPTION_PYTHON_H
 #define DYNAMIC_GRAPH_PYTHON_EXCEPTION_PYTHON_H
diff --git a/include/dynamic-graph/python/interpreter.hh b/include/dynamic-graph/python/interpreter.hh
index 00a9e73..55a9b12 100644
--- a/include/dynamic-graph/python/interpreter.hh
+++ b/include/dynamic-graph/python/interpreter.hh
@@ -1,18 +1,5 @@
 // -*- mode: c++ -*-
 // Copyright 2011, Florent Lamiraux, CNRS.
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph 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.
-//
-// dynamic-graph 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
-// dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #undef _POSIX_C_SOURCE
 #undef _XOPEN_SOURCE
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8ddf198..87bc4e1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,17 +1,4 @@
 # Copyright 2010, 2011, Florent Lamiraux, Thomas Moulard, JRL, CNRS/AIST
-#
-# This file is part of dynamic-graph-python.
-# dynamic-graph-python 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.
-#
-# dynamic-graph-python 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
-# dynamic-graph-python. If not, see <http://www.gnu.org/licenses/>.
 
 #
 # Python
diff --git a/src/convert-dg-to-py.cc b/src/convert-dg-to-py.cc
index 5d1bd07..ff34650 100644
--- a/src/convert-dg-to-py.cc
+++ b/src/convert-dg-to-py.cc
@@ -1,17 +1,4 @@
 // Copyright 2010, Florent Lamiraux, Thomas Moulard, LAAS-CNRS.
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph-python 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.
-//
-// dynamic-graph-python 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 dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #include "../src/convert-dg-to-py.hh"
 #include <iostream>
diff --git a/src/convert-dg-to-py.hh b/src/convert-dg-to-py.hh
index 36e461c..9da75e8 100644
--- a/src/convert-dg-to-py.hh
+++ b/src/convert-dg-to-py.hh
@@ -1,17 +1,4 @@
 // Copyright 2010, Florent Lamiraux, Thomas Moulard, LAAS-CNRS.
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph-python 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.
-//
-// dynamic-graph-python 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 dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #include <Python.h>
 #include <dynamic-graph/linear-algebra.h>
diff --git a/src/dynamic-graph-py.cc b/src/dynamic-graph-py.cc
index facb6ba..9e77e1c 100644
--- a/src/dynamic-graph-py.cc
+++ b/src/dynamic-graph-py.cc
@@ -1,17 +1,4 @@
 // Copyright 2010, Florent Lamiraux, Thomas Moulard, LAAS-CNRS.
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph-python 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.
-//
-// dynamic-graph-python 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 dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #include <Python.h>
 #include <iostream>
diff --git a/src/dynamic_graph/tools.py b/src/dynamic_graph/tools.py
index 7a5d98c..75173fd 100644
--- a/src/dynamic_graph/tools.py
+++ b/src/dynamic_graph/tools.py
@@ -1,18 +1,5 @@
 # -*- coding: utf-8 -*-
 # Copyright 2011, Florent Lamiraux, Thomas Moulard, JRL, CNRS/AIST
-#
-# This file is part of dynamic-graph.
-# dynamic-graph 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.
-#
-# dynamic-graph 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
-# dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 from __future__ import print_function
 
diff --git a/src/entity-py.cc b/src/entity-py.cc
index 6f4d146..fd25a63 100644
--- a/src/entity-py.cc
+++ b/src/entity-py.cc
@@ -1,17 +1,4 @@
 // Copyright 2010, Florent Lamiraux, Thomas Moulard, LAAS-CNRS.
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph-python 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.
-//
-// dynamic-graph-python 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 dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #include <Python.h>
 #include <iostream>
diff --git a/src/exception-python.cc b/src/exception-python.cc
index bbf3ddf..62ab9f2 100644
--- a/src/exception-python.cc
+++ b/src/exception-python.cc
@@ -5,17 +5,6 @@
  *
  * CNRS/AIST
  *
- * This file is part of dynamic-graph.
- * dynamic-graph 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.
- * dynamic-graph 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 Lesser General Public License for more details.  You should
- * have received a copy of the GNU Lesser General Public License along
- * with dynamic-graph.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <dynamic-graph/python/exception-python.hh>
diff --git a/src/exception.hh b/src/exception.hh
index d2852b6..7352b4e 100644
--- a/src/exception.hh
+++ b/src/exception.hh
@@ -1,17 +1,4 @@
 // Copyright 2010, Florent Lamiraux, Thomas Moulard, LAAS-CNRS.
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph-python 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.
-//
-// dynamic-graph-python 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 dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #ifndef DYNAMIC_GRAPH_PYTHON_EXCEPTION
 #define DYNAMIC_GRAPH_PYTHON_EXCEPTION
diff --git a/src/factory-py.cc b/src/factory-py.cc
index 1e61fc3..3cb916a 100644
--- a/src/factory-py.cc
+++ b/src/factory-py.cc
@@ -1,17 +1,4 @@
 // Copyright 2010, Florent Lamiraux, Thomas Moulard, LAAS-CNRS.
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph-python 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.
-//
-// dynamic-graph-python 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 dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #include <Python.h>
 #include <iostream>
diff --git a/src/interpreter.cc b/src/interpreter.cc
index 134fdd7..1362b07 100644
--- a/src/interpreter.cc
+++ b/src/interpreter.cc
@@ -1,18 +1,5 @@
 // -*- mode: c++ -*-
 // Copyright 2011, Florent Lamiraux, CNRS.
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph 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.
-//
-// dynamic-graph 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
-// dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #include <iostream>
 #include "dynamic-graph/debug.h"
diff --git a/src/link-to-python.hh.in b/src/link-to-python.hh.in
index d282b4d..91b7bd3 100644
--- a/src/link-to-python.hh.in
+++ b/src/link-to-python.hh.in
@@ -1,18 +1,5 @@
 // -*- mode: c++ -*-
 // Copyright 2011, Florent Lamiraux, CNRS.
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph 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.
-//
-// dynamic-graph 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
-// dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #ifdef WIN32
 #include <Windows.h>
diff --git a/src/pool-py.cc b/src/pool-py.cc
index 211e794..b292066 100644
--- a/src/pool-py.cc
+++ b/src/pool-py.cc
@@ -1,17 +1,4 @@
 // Copyright 2011, 2012, Florent Lamiraux, LAAS-CNRS.
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph-python 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.
-//
-// dynamic-graph-python 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 dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #include <Python.h>
 #include <dynamic-graph/pool.h>
diff --git a/src/signal-base-py.cc b/src/signal-base-py.cc
index 3c1505e..f09c6a0 100644
--- a/src/signal-base-py.cc
+++ b/src/signal-base-py.cc
@@ -1,17 +1,4 @@
 // Copyright 2010, Florent Lamiraux, Thomas Moulard, LAAS-CNRS.
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph-python 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.
-//
-// dynamic-graph-python 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 dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #include <Python.h>
 #include <iostream>
diff --git a/src/signal-caster-py.cc b/src/signal-caster-py.cc
index 178064d..3f7c682 100644
--- a/src/signal-caster-py.cc
+++ b/src/signal-caster-py.cc
@@ -1,17 +1,4 @@
 // Copyright 2010, Florent Lamiraux, Thomas Moulard, LAAS-CNRS.
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph-python 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.
-//
-// dynamic-graph-python 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 dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
 #include <Python.h>
 #include <iostream>
diff --git a/src/signal-wrapper.cc b/src/signal-wrapper.cc
index f8740c1..66f8194 100644
--- a/src/signal-wrapper.cc
+++ b/src/signal-wrapper.cc
@@ -1,18 +1,5 @@
 // Copyright (c) 2018, Joseph Mirabel
 // Authors: Joseph Mirabel (joseph.mirabel@laas.fr)
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph-python 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.
-//
-// dynamic-graph-python 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
-// dynamic-graph-python. If not, see <http://www.gnu.org/licenses/>.
 
 #include "signal-wrapper.hh"
 
diff --git a/src/signal-wrapper.hh b/src/signal-wrapper.hh
index 8d39b75..46e1eab 100644
--- a/src/signal-wrapper.hh
+++ b/src/signal-wrapper.hh
@@ -1,18 +1,5 @@
 // Copyright (c) 2018, Joseph Mirabel
 // Authors: Joseph Mirabel (joseph.mirabel@laas.fr)
-//
-// This file is part of dynamic-graph-python.
-// dynamic-graph-python 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.
-//
-// dynamic-graph-python 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
-// dynamic-graph-python. If not, see <http://www.gnu.org/licenses/>.
 
 #include <Python.h>
 
-- 
GitLab