diff --git a/CMakeLists.txt b/CMakeLists.txt index 75636650ecbe023447508c8986282fb84dce1c4d..767757122b739915ab159fc752c25beb5210d094 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,16 +3,16 @@ # Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France. # # This file is part of Pinocchio -# hpp-core is free software: you can redistribute it +# 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. -# hpp-core is distributed in the hope that it will be +# 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 -# hpp-core If not, see +# pinocchio If not, see # <http://www.gnu.org/licenses/>. CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt index 4e4de122280fa86a311582da3eefc6553b55b95b..ebbb3f509297291f7ef2c71dbe2224e0584f2cda 100644 --- a/unittest/CMakeLists.txt +++ b/unittest/CMakeLists.txt @@ -3,16 +3,16 @@ # Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France. # # This file is part of Pinocchio -# hpp-core is free software: you can redistribute it +# 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. -# hpp-core is distributed in the hope that it will be +# 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 -# hpp-core If not, see +# pinocchio If not, see # <http://www.gnu.org/licenses/>. # --- MACROS ------------------------------------------------------------------ diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt index 90ecd750c5cc2e6becc863759936009c6a4a9223..27bb31582f9f469c8bfd23eb217baaf6bcb338d4 100644 --- a/utils/CMakeLists.txt +++ b/utils/CMakeLists.txt @@ -2,16 +2,16 @@ # Copyright (c) 2015 CNRS # # This file is part of Pinocchio -# hpp-core is free software: you can redistribute it +# 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. -# hpp-core is distributed in the hope that it will be +# 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 -# hpp-core If not, see +# pinocchio If not, see # <http://www.gnu.org/licenses/>. # --- MACROS ------------------------------------------------------------------