From 3c1e788bcf2a0bb00d4114a80749122bd37d41e2 Mon Sep 17 00:00:00 2001 From: Joseph Mirabel <jmirabel@laas.fr> Date: Mon, 5 Mar 2018 18:08:29 +0100 Subject: [PATCH] Add missing license. --- include/gepetto/gui/action-search-bar.hh | 16 ++++++++++++++++ include/gepetto/gui/bodytreewidget.hh | 16 ++++++++++++++++ include/gepetto/gui/color-map.hh | 16 ++++++++++++++++ .../gepetto/gui/dialog/dialogloadenvironment.hh | 16 ++++++++++++++++ include/gepetto/gui/dialog/dialogloadrobot.hh | 16 ++++++++++++++++ .../gepetto/gui/dialog/pluginmanagerdialog.hh | 16 ++++++++++++++++ include/gepetto/gui/fwd.hh | 16 ++++++++++++++++ include/gepetto/gui/ledindicator.hh | 16 ++++++++++++++++ include/gepetto/gui/mainwindow.hh | 16 ++++++++++++++++ include/gepetto/gui/meta.hh | 16 ++++++++++++++++ include/gepetto/gui/node-action.hh | 16 ++++++++++++++++ include/gepetto/gui/omniorb/omniorbthread.hh | 16 ++++++++++++++++ include/gepetto/gui/omniorb/url.hh | 16 ++++++++++++++++ include/gepetto/gui/osgwidget.hh | 16 ++++++++++++++++ include/gepetto/gui/pick-handler.hh | 16 ++++++++++++++++ include/gepetto/gui/plugin-interface.hh | 16 ++++++++++++++++ include/gepetto/gui/pythonwidget.hh | 16 ++++++++++++++++ include/gepetto/gui/qt-osg-keyboard.hh | 16 ++++++++++++++++ include/gepetto/gui/safeapplication.hh | 16 ++++++++++++++++ include/gepetto/gui/selection-event.hh | 16 ++++++++++++++++ include/gepetto/gui/selection-handler.hh | 16 ++++++++++++++++ include/gepetto/gui/settings.hh | 16 ++++++++++++++++ include/gepetto/gui/shortcut-factory.hh | 16 ++++++++++++++++ include/gepetto/gui/tree-item.hh | 16 ++++++++++++++++ include/gepetto/gui/windows-manager.hh | 16 ++++++++++++++++ include/gepetto/viewer/corba/se3.hh | 16 ++++++++++++++++ src/gui/action-search-bar.cc | 16 ++++++++++++++++ src/gui/bodytreewidget.cc | 16 ++++++++++++++++ src/gui/dialog/dialogloadenvironment.cc | 16 ++++++++++++++++ src/gui/dialog/dialogloadrobot.cc | 16 ++++++++++++++++ src/gui/dialog/pluginmanagerdialog.cc | 16 ++++++++++++++++ src/gui/ledindicator.cc | 16 ++++++++++++++++ src/gui/mainwindow.cc | 16 ++++++++++++++++ src/gui/omniorbthread.cc | 16 ++++++++++++++++ src/gui/osgwidget.cc | 16 ++++++++++++++++ src/gui/pick-handler.cc | 16 ++++++++++++++++ src/gui/python-decorator.hh | 16 ++++++++++++++++ src/gui/pythonwidget.cc | 16 ++++++++++++++++ src/gui/safeapplication.cc | 16 ++++++++++++++++ src/gui/selection-handler.cc | 16 ++++++++++++++++ src/gui/shortcut-factory.cc | 16 ++++++++++++++++ src/gui/tree-item.cc | 16 ++++++++++++++++ src/gui/windows-manager.cc | 16 ++++++++++++++++ 43 files changed, 688 insertions(+) diff --git a/include/gepetto/gui/action-search-bar.hh b/include/gepetto/gui/action-search-bar.hh index 1d73379..45d6bdb 100644 --- a/include/gepetto/gui/action-search-bar.hh +++ b/include/gepetto/gui/action-search-bar.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_ACTION_SEARCH_BAR_HH #define GEPETTO_GUI_ACTION_SEARCH_BAR_HH diff --git a/include/gepetto/gui/bodytreewidget.hh b/include/gepetto/gui/bodytreewidget.hh index 579d21a..be9c6f9 100644 --- a/include/gepetto/gui/bodytreewidget.hh +++ b/include/gepetto/gui/bodytreewidget.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_BODYTREEWIDGET_HH #define GEPETTO_GUI_BODYTREEWIDGET_HH diff --git a/include/gepetto/gui/color-map.hh b/include/gepetto/gui/color-map.hh index 9cbed3c..14d8b80 100644 --- a/include/gepetto/gui/color-map.hh +++ b/include/gepetto/gui/color-map.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_COLORMAP_HH #define GEPETTO_GUI_COLORMAP_HH diff --git a/include/gepetto/gui/dialog/dialogloadenvironment.hh b/include/gepetto/gui/dialog/dialogloadenvironment.hh index e2081cd..80af0f2 100644 --- a/include/gepetto/gui/dialog/dialogloadenvironment.hh +++ b/include/gepetto/gui/dialog/dialogloadenvironment.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_DIALOGLOADENVIRONMENT_HH #define GEPETTO_GUI_DIALOGLOADENVIRONMENT_HH diff --git a/include/gepetto/gui/dialog/dialogloadrobot.hh b/include/gepetto/gui/dialog/dialogloadrobot.hh index e98e5a2..bba9f20 100644 --- a/include/gepetto/gui/dialog/dialogloadrobot.hh +++ b/include/gepetto/gui/dialog/dialogloadrobot.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_DIALOGLOADROBOT_HH #define GEPETTO_GUI_DIALOGLOADROBOT_HH diff --git a/include/gepetto/gui/dialog/pluginmanagerdialog.hh b/include/gepetto/gui/dialog/pluginmanagerdialog.hh index 8779082..0047454 100644 --- a/include/gepetto/gui/dialog/pluginmanagerdialog.hh +++ b/include/gepetto/gui/dialog/pluginmanagerdialog.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_PLUGINMANAGERDIALOG_HH #define GEPETTO_GUI_PLUGINMANAGERDIALOG_HH diff --git a/include/gepetto/gui/fwd.hh b/include/gepetto/gui/fwd.hh index cdf951b..1f08e99 100644 --- a/include/gepetto/gui/fwd.hh +++ b/include/gepetto/gui/fwd.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_FWD_HH #define GEPETTO_GUI_FWD_HH diff --git a/include/gepetto/gui/ledindicator.hh b/include/gepetto/gui/ledindicator.hh index b9dfa1f..58148a9 100644 --- a/include/gepetto/gui/ledindicator.hh +++ b/include/gepetto/gui/ledindicator.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_LEDINDICATOR_HH #define GEPETTO_GUI_LEDINDICATOR_HH diff --git a/include/gepetto/gui/mainwindow.hh b/include/gepetto/gui/mainwindow.hh index 9453723..c522d2c 100644 --- a/include/gepetto/gui/mainwindow.hh +++ b/include/gepetto/gui/mainwindow.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_MAINWINDOW_HH #define GEPETTO_GUI_MAINWINDOW_HH diff --git a/include/gepetto/gui/meta.hh b/include/gepetto/gui/meta.hh index 1f1029a..b014a41 100644 --- a/include/gepetto/gui/meta.hh +++ b/include/gepetto/gui/meta.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_META_HH #define GEPETTO_GUI_META_HH diff --git a/include/gepetto/gui/node-action.hh b/include/gepetto/gui/node-action.hh index 89f5efe..607523e 100644 --- a/include/gepetto/gui/node-action.hh +++ b/include/gepetto/gui/node-action.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_NODE_ACTION_HH #define GEPETTO_GUI_NODE_ACTION_HH diff --git a/include/gepetto/gui/omniorb/omniorbthread.hh b/include/gepetto/gui/omniorb/omniorbthread.hh index 894f3c6..47dfe2a 100644 --- a/include/gepetto/gui/omniorb/omniorbthread.hh +++ b/include/gepetto/gui/omniorb/omniorbthread.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_OMNIORBTHREAD_HH #define GEPETTO_GUI_OMNIORBTHREAD_HH diff --git a/include/gepetto/gui/omniorb/url.hh b/include/gepetto/gui/omniorb/url.hh index 4e0507e..fed02d2 100644 --- a/include/gepetto/gui/omniorb/url.hh +++ b/include/gepetto/gui/omniorb/url.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_OMNIORB_URL_HH #define GEPETTO_GUI_OMNIORB_URL_HH diff --git a/include/gepetto/gui/osgwidget.hh b/include/gepetto/gui/osgwidget.hh index 3060db2..1e78a03 100644 --- a/include/gepetto/gui/osgwidget.hh +++ b/include/gepetto/gui/osgwidget.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_OSGWIDGET_HH #define GEPETTO_GUI_OSGWIDGET_HH diff --git a/include/gepetto/gui/pick-handler.hh b/include/gepetto/gui/pick-handler.hh index 2d5f1b2..d0a5e50 100644 --- a/include/gepetto/gui/pick-handler.hh +++ b/include/gepetto/gui/pick-handler.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_PICK_HANDLER_HH #define GEPETTO_GUI_PICK_HANDLER_HH diff --git a/include/gepetto/gui/plugin-interface.hh b/include/gepetto/gui/plugin-interface.hh index 5e5f239..71206f9 100644 --- a/include/gepetto/gui/plugin-interface.hh +++ b/include/gepetto/gui/plugin-interface.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_PLUGININTERFACE_HH #define GEPETTO_GUI_PLUGININTERFACE_HH diff --git a/include/gepetto/gui/pythonwidget.hh b/include/gepetto/gui/pythonwidget.hh index 53f5887..443e58c 100644 --- a/include/gepetto/gui/pythonwidget.hh +++ b/include/gepetto/gui/pythonwidget.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_PYTHONWIDGET_HH #define GEPETTO_GUI_PYTHONWIDGET_HH diff --git a/include/gepetto/gui/qt-osg-keyboard.hh b/include/gepetto/gui/qt-osg-keyboard.hh index 73c6c32..edd5f03 100644 --- a/include/gepetto/gui/qt-osg-keyboard.hh +++ b/include/gepetto/gui/qt-osg-keyboard.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_QT_OSG_KEYBOARD_HH__ # define GEPETTO_GUI_QT_OSG_KEYBOARD_HH__ diff --git a/include/gepetto/gui/safeapplication.hh b/include/gepetto/gui/safeapplication.hh index 7765042..1da815d 100644 --- a/include/gepetto/gui/safeapplication.hh +++ b/include/gepetto/gui/safeapplication.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_SAFEAPPLICATION_HH #define GEPETTO_GUI_SAFEAPPLICATION_HH diff --git a/include/gepetto/gui/selection-event.hh b/include/gepetto/gui/selection-event.hh index 3ad9b8f..2dbcba3 100644 --- a/include/gepetto/gui/selection-event.hh +++ b/include/gepetto/gui/selection-event.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_SELECTION_EVENT_HH #define GEPETTO_GUI_SELECTION_EVENT_HH diff --git a/include/gepetto/gui/selection-handler.hh b/include/gepetto/gui/selection-handler.hh index 1431230..464518d 100644 --- a/include/gepetto/gui/selection-handler.hh +++ b/include/gepetto/gui/selection-handler.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_SELECTION_HANDLER_H__ # define GEPETTO_GUI_SELECTION_HANDLER_H__ diff --git a/include/gepetto/gui/settings.hh b/include/gepetto/gui/settings.hh index 67c5740..62469ba 100644 --- a/include/gepetto/gui/settings.hh +++ b/include/gepetto/gui/settings.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_SETTINGS_HH #define GEPETTO_GUI_SETTINGS_HH diff --git a/include/gepetto/gui/shortcut-factory.hh b/include/gepetto/gui/shortcut-factory.hh index 9cbc380..96b9731 100644 --- a/include/gepetto/gui/shortcut-factory.hh +++ b/include/gepetto/gui/shortcut-factory.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_SHORTCUT_FACTORY_HH_ # define GEPETTO_GUI_SHORTCUT_FACTORY_HH_ diff --git a/include/gepetto/gui/tree-item.hh b/include/gepetto/gui/tree-item.hh index 9ea2427..af0cc5a 100644 --- a/include/gepetto/gui/tree-item.hh +++ b/include/gepetto/gui/tree-item.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_TREEITEM_HH #define GEPETTO_GUI_TREEITEM_HH diff --git a/include/gepetto/gui/windows-manager.hh b/include/gepetto/gui/windows-manager.hh index d4872ef..0abaded 100644 --- a/include/gepetto/gui/windows-manager.hh +++ b/include/gepetto/gui/windows-manager.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_WINDOWSMANAGER_HH #define GEPETTO_GUI_WINDOWSMANAGER_HH diff --git a/include/gepetto/viewer/corba/se3.hh b/include/gepetto/viewer/corba/se3.hh index f9aa02c..4101980 100644 --- a/include/gepetto/viewer/corba/se3.hh +++ b/include/gepetto/viewer/corba/se3.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef __se3_se3_hpp__ #define __se3_se3_hpp__ #include <Eigen/Geometry> diff --git a/src/gui/action-search-bar.cc b/src/gui/action-search-bar.cc index b77f351..a628e90 100644 --- a/src/gui/action-search-bar.cc +++ b/src/gui/action-search-bar.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include <gepetto/gui/action-search-bar.hh> #include <QDebug> diff --git a/src/gui/bodytreewidget.cc b/src/gui/bodytreewidget.cc index e0b5ac6..dd62091 100644 --- a/src/gui/bodytreewidget.cc +++ b/src/gui/bodytreewidget.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include <gepetto/gui/bodytreewidget.hh> #include <gepetto/gui/tree-item.hh> diff --git a/src/gui/dialog/dialogloadenvironment.cc b/src/gui/dialog/dialogloadenvironment.cc index 06457c3..f7a60f2 100644 --- a/src/gui/dialog/dialogloadenvironment.cc +++ b/src/gui/dialog/dialogloadenvironment.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include "gepetto/gui/dialog/dialogloadenvironment.hh" #include "ui_dialogloadenvironment.h" diff --git a/src/gui/dialog/dialogloadrobot.cc b/src/gui/dialog/dialogloadrobot.cc index 2c4ef17..d1f1f93 100644 --- a/src/gui/dialog/dialogloadrobot.cc +++ b/src/gui/dialog/dialogloadrobot.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include "gepetto/gui/dialog/dialogloadrobot.hh" #include "ui_dialogloadrobot.h" diff --git a/src/gui/dialog/pluginmanagerdialog.cc b/src/gui/dialog/pluginmanagerdialog.cc index 16a776c..db5c688 100644 --- a/src/gui/dialog/pluginmanagerdialog.cc +++ b/src/gui/dialog/pluginmanagerdialog.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include "gepetto/gui/dialog/pluginmanagerdialog.hh" #include "ui_pluginmanagerdialog.h" diff --git a/src/gui/ledindicator.cc b/src/gui/ledindicator.cc index 7a56f2f..8d4ffdd 100644 --- a/src/gui/ledindicator.cc +++ b/src/gui/ledindicator.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include "gepetto/gui/ledindicator.hh" #include <QPainter> diff --git a/src/gui/mainwindow.cc b/src/gui/mainwindow.cc index 5973824..c3f5cab 100644 --- a/src/gui/mainwindow.cc +++ b/src/gui/mainwindow.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include "gepetto/gui/mainwindow.hh" #include "ui_mainwindow.h" diff --git a/src/gui/omniorbthread.cc b/src/gui/omniorbthread.cc index a2a41ba..17c5ed9 100644 --- a/src/gui/omniorbthread.cc +++ b/src/gui/omniorbthread.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include "gepetto/gui/omniorb/omniorbthread.hh" #include <gepetto/viewer/corba/server.hh> diff --git a/src/gui/osgwidget.cc b/src/gui/osgwidget.cc index e1d554a..73a83ca 100644 --- a/src/gui/osgwidget.cc +++ b/src/gui/osgwidget.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include "gepetto/gui/osgwidget.hh" #include "gepetto/gui/mainwindow.hh" #include <gepetto/gui/pick-handler.hh> diff --git a/src/gui/pick-handler.cc b/src/gui/pick-handler.cc index 50c590f..3d8745d 100644 --- a/src/gui/pick-handler.cc +++ b/src/gui/pick-handler.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include "gepetto/gui/pick-handler.hh" #include <QDebug> diff --git a/src/gui/python-decorator.hh b/src/gui/python-decorator.hh index f4e727a..4a8a297 100644 --- a/src/gui/python-decorator.hh +++ b/src/gui/python-decorator.hh @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #ifndef GEPETTO_GUI_PYTHON_DECORATOR_HH #define GEPETTO_GUI_PYTHON_DECORATOR_HH diff --git a/src/gui/pythonwidget.cc b/src/gui/pythonwidget.cc index 1ab934e..1041426 100644 --- a/src/gui/pythonwidget.cc +++ b/src/gui/pythonwidget.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include "gepetto/gui/pythonwidget.hh" #include <QAction> diff --git a/src/gui/safeapplication.cc b/src/gui/safeapplication.cc index 1f37547..20d0947 100644 --- a/src/gui/safeapplication.cc +++ b/src/gui/safeapplication.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include "gepetto/gui/safeapplication.hh" #include <QDebug> diff --git a/src/gui/selection-handler.cc b/src/gui/selection-handler.cc index 06fe1e2..75b68b4 100644 --- a/src/gui/selection-handler.cc +++ b/src/gui/selection-handler.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include <QHBoxLayout> #include <QLabel> #include <QVector3D> diff --git a/src/gui/shortcut-factory.cc b/src/gui/shortcut-factory.cc index bc602d7..39bccfa 100644 --- a/src/gui/shortcut-factory.cc +++ b/src/gui/shortcut-factory.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include <iostream> #include <QScrollArea> #include <QLabel> diff --git a/src/gui/tree-item.cc b/src/gui/tree-item.cc index 11c2d59..9ad0d14 100644 --- a/src/gui/tree-item.cc +++ b/src/gui/tree-item.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include "gepetto/gui/tree-item.hh" #include <QDebug> diff --git a/src/gui/windows-manager.cc b/src/gui/windows-manager.cc index 1f58fd4..7e1b0f0 100644 --- a/src/gui/windows-manager.cc +++ b/src/gui/windows-manager.cc @@ -1,3 +1,19 @@ +// Copyright (c) 2015-2018, LAAS-CNRS +// Authors: Joseph Mirabel (joseph.mirabel@laas.fr) +// +// This file is part of gepetto-viewer-corba. +// gepetto-viewer-corba 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. +// +// gepetto-viewer-corba 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 +// gepetto-viewer-corba. If not, see <http://www.gnu.org/licenses/>. + #include "gepetto/gui/windows-manager.hh" #include <gepetto/viewer/window-manager.h> -- GitLab