Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-gui
Commits
9ccd9012
Commit
9ccd9012
authored
Feb 13, 2018
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Feb 14, 2018
Browse files
Add copyright notice in python and c++ file headers.
parent
a5b83481
Changes
61
Hide whitespace changes
Inline
Side-by-side
plugins/hppcorbaserverplugin/hppcorbaserverplugin.cc
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#include
"hppcorbaserverplugin.hh"
#include
<hpp/core/problem-solver.hh>
...
...
plugins/hppcorbaserverplugin/hppcorbaserverplugin.hh
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#ifndef HPP_GUI_HPPCORBASERVERPLUGIN_HH
#define HPP_GUI_HPPCORBASERVERPLUGIN_HH
...
...
plugins/hppcorbaserverplugin/hppserverprocess.cc
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel
//
#include
"hppserverprocess.hh"
#include
<hpp/corbaserver/server.hh>
...
...
plugins/hppcorbaserverplugin/hppserverprocess.hh
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel
//
#ifndef HPP_GUI_HPPSERVERPROCESS_HH
#define HPP_GUI_HPPSERVERPROCESS_HH
...
...
plugins/hppmanipulationwidgetsplugin/hppmanipulationwidgetsplugin.cc
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#include
"hppmanipulationwidgetsplugin/hppmanipulationwidgetsplugin.hh"
#include
"hppmanipulationwidgetsplugin/roadmap.hh"
...
...
plugins/hppmanipulationwidgetsplugin/hppmanipulationwidgetsplugin.hh
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#ifndef HPP_GUI_HPPMANIPULATIONWIDGETSPLUGIN_HH
#define HPP_GUI_HPPMANIPULATIONWIDGETSPLUGIN_HH
...
...
plugins/hppmanipulationwidgetsplugin/linkwidget.cc
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#include
"linkwidget.hh"
#include
"hppmanipulationwidgetsplugin/ui_linkwidget.h"
...
...
plugins/hppmanipulationwidgetsplugin/linkwidget.hh
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#ifndef HPP_GUI_LINKWIDGET_HH
#define LINKWIDGET_HH
...
...
plugins/hppmanipulationwidgetsplugin/manipulationconstraintwidget.cc
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#include
"hppmanipulationwidgetsplugin/hppmanipulationwidgetsplugin.hh"
#include
"hppwidgetsplugin/ui_constraintwidget.h"
...
...
plugins/hppmanipulationwidgetsplugin/manipulationconstraintwidget.hh
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#ifndef HPP_GUI_MANIPULATIONCONSTRAINTWIDGET_HH
#define HPP_GUI_MANIPULATIONCONSTRAINTWIDGET_HH
...
...
plugins/hppmanipulationwidgetsplugin/manipulationlockedjoint.cc
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#include
"hppmanipulationwidgetsplugin.hh"
#include
"manipulationlockedjoint.hh"
...
...
plugins/hppmanipulationwidgetsplugin/manipulationlockedjoint.hh
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#ifndef HPP_GUI_MANIPULATIONLOCKEDJOINT_HH
#define HPP_GUI_MANIPULATIONLOCKEDJOINT_HH
...
...
plugins/hppmanipulationwidgetsplugin/manipulationncpicker.cc
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#include
<hppmanipulationwidgetsplugin/hppmanipulationwidgetsplugin.hh>
#include
"hppwidgetsplugin/ui_numericalconstraintpicker.h"
#include
"manipulationncpicker.hh"
...
...
plugins/hppmanipulationwidgetsplugin/manipulationncpicker.hh
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#ifndef MANIPULATIONNCPICKER_HH
#define MANIPULATIONNCPICKER_HH
...
...
plugins/hppmanipulationwidgetsplugin/roadmap.cc
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#include
<hppmanipulationwidgetsplugin/roadmap.hh>
#include
<string>
...
...
plugins/hppmanipulationwidgetsplugin/roadmap.hh
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#ifndef HPP_GUI_MANIPULATION_ROADMAP_HH
#define HPP_GUI_MANIPULATION_ROADMAP_HH
...
...
plugins/hppwidgetsplugin/configurationlist.cc
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#include
<QDropEvent>
#include
<QUrl>
#include
<iostream>
...
...
plugins/hppwidgetsplugin/configurationlist.hh
View file @
9ccd9012
//
// Copyright (c) CNRS
// Author: Joseph Mirabel and Heidy Dallard
//
#ifndef CONFIGURATIONLIST_HH
#define CONFIGURATIONLIST_HH
...
...
plugins/hppwidgetsplugin/configurationlistwidget.cc
View file @
9ccd9012
//
// Copyright (c) CNRS
// Authors: Joseph Mirabel and Heidy Dallard
//
#include
"hppwidgetsplugin/configurationlistwidget.hh"
#include
"hppwidgetsplugin/ui_configurationlistwidget.h"
...
...
plugins/hppwidgetsplugin/configurationlistwidget.hh
View file @
9ccd9012
//
// Copyright (c) CNRS
// Author: Joseph Mirabel and Heidy Dallard
//
#ifndef HPP_GUI_CONFIGURATIONLISTWIDGET_HH
#define HPP_GUI_CONFIGURATIONLISTWIDGET_HH
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment