Skip to content
Snippets Groups Projects
Verified Commit 317384d1 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

all: remove mentions to L-GPL license

parent 41e476ac
No related branches found
No related tags found
1 merge request!1merge request for simplification
# #
# Copyright (c) 2016-2019 CNRS INRIA # Copyright (c) 2016-2019 CNRS INRIA
# #
# This file is part of Pinocchio
# pinocchio 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
# pinocchio If not, see
# <http://www.gnu.org/licenses/>.
ADD_SUBDIRECTORY(python) ADD_SUBDIRECTORY(python)
IF(BUILD_PYTHON_INTERFACE) IF(BUILD_PYTHON_INTERFACE)
......
...@@ -4,19 +4,6 @@ ...@@ -4,19 +4,6 @@
// Copyright (c) 2016, 2018 CNRS // Copyright (c) 2016, 2018 CNRS
// Author: Florent Lamiraux, Justin Carpentier, Guilhem Saurel // Author: Florent Lamiraux, Justin Carpentier, Guilhem Saurel
// //
// This file is part of Pinocchio
// Pinocchio 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
// Pinocchio If not, see
// <http://www.gnu.org/licenses/>.
--> -->
\section OverviewIntro What is Pinocchio? \section OverviewIntro What is Pinocchio?
......
...@@ -3,19 +3,6 @@ ...@@ -3,19 +3,6 @@
// Copyright (c) 2016 CNRS // Copyright (c) 2016 CNRS
// Author: Florent Lamiraux, Justin Carpentier, Florian Valenza // Author: Florent Lamiraux, Justin Carpentier, Florian Valenza
// //
// This file is part of Pinocchio
// Pinocchio 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
// Pinocchio If not, see
// <http://www.gnu.org/licenses/>.
--> -->
Similarly to Eigen, Pinocchio library makes intensive use of the so called CRTP design Similarly to Eigen, Pinocchio library makes intensive use of the so called CRTP design
......
...@@ -2,19 +2,6 @@ ...@@ -2,19 +2,6 @@
// Copyright (c) 2016 CNRS // Copyright (c) 2016 CNRS
// Author: Florian Valenza // Author: Florian Valenza
// //
// This file is part of Pinocchio
// Pinocchio 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
// Pinocchio If not, see
// <http://www.gnu.org/licenses/>.
// //
// This file strutures pages and modules into a convenient hierarchical structure. // This file strutures pages and modules into a convenient hierarchical structure.
......
// //
// Copyright (c) 2015 CNRS // Copyright (c) 2015 CNRS
// //
// This file is part of Pinocchio
// Pinocchio 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
// Pinocchio If not, see
// <http://www.gnu.org/licenses/>.
#define BOOST_FUSION_INVOKE_MAX_ARITY 10 #define BOOST_FUSION_INVOKE_MAX_ARITY 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment