Skip to content

Commit 9bde667

Browse files
committed
Remove GPL Headers
1 parent 3a02dac commit 9bde667

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+69
-1099
lines changed

CMakeLists.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
# Copyright 2010, Olivier Stasse, JRL, CNRS/AIST
2-
#
3-
# This file is part of dynamic-graph.
4-
# dynamic-graph is free software: you can redistribute it and/or
5-
# modify it under the terms of the GNU Lesser General Public License
6-
# as published by the Free Software Foundation, either version 3 of
7-
# the License, or (at your option) any later version.
8-
#
9-
# dynamic-graph is distributed in the hope that it will be useful, but
10-
# WITHOUT ANY WARRANTY; without even the implied warranty of
11-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12-
# General Lesser Public License for more details. You should have
13-
# received a copy of the GNU Lesser General Public License along with
14-
# dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
152

163
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
174

doc/additionalDoc/package.h

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@
66
*
77
* CNRS/AIST
88
*
9-
* This file is part of dynamic-graph.
10-
* dynamic-graph is free software: you can redistribute it and/or
11-
* modify it under the terms of the GNU Lesser General Public License
12-
* as published by the Free Software Foundation, either version 3 of
13-
* the License, or (at your option) any later version.
14-
* dynamic-graph is distributed in the hope that it will be
15-
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
16-
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU Lesser General Public License for more details. You should
18-
* have received a copy of the GNU Lesser General Public License along
19-
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
209
*/
2110

2211
/**
@@ -31,7 +20,7 @@ The installation instruction are given at \subpage subp_installation.
3120
3221
The software graph structure is detailled in \subpage p_graph
3322
34-
For debugging your entities detailed instructions are given in \subpage debug
23+
For debugging your entities detailed instructions are given in \subpage debug
3524
3625
For citing the software in your research work please refer to \subpage subp_references
3726

include/dynamic-graph/all-commands.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22
// Copyright 2010, François Bleibel, Olivier Stasse, JRL, CNRS/AIST
33
// Thomas Moulard, Nicolas Mansard LAAS-CNRS
44
//
5-
// This file is part of dynamic-graph.
6-
// dynamic-graph is free software: you can redistribute it and/or
7-
// modify it under the terms of the GNU Lesser General Public License
8-
// as published by the Free Software Foundation, either version 3 of
9-
// the License, or (at your option) any later version.
10-
//
11-
// dynamic-graph is distributed in the hope that it will be useful, but
12-
// WITHOUT ANY WARRANTY; without even the implied warranty of
13-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
// General Lesser Public License for more details. You should have
15-
// received a copy of the GNU Lesser General Public License along with
16-
// dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
175

186
#ifndef DYNAMIC_GRAPH_ALL_COMMANDS_H
197
# define DYNAMIC_GRAPH_ALL_COMMANDS_H

include/dynamic-graph/all-signals.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22
// Copyright 2010, François Bleibel, Thomas Moulard, Olivier Stasse,
33
// JRL, CNRS/AIST.
44
//
5-
// This file is part of dynamic-graph.
6-
// dynamic-graph is free software: you can redistribute it and/or
7-
// modify it under the terms of the GNU Lesser General Public License
8-
// as published by the Free Software Foundation, either version 3 of
9-
// the License, or (at your option) any later version.
10-
//
11-
// dynamic-graph is distributed in the hope that it will be useful, but
12-
// WITHOUT ANY WARRANTY; without even the implied warranty of
13-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
// General Lesser Public License for more details. You should have
15-
// received a copy of the GNU Lesser General Public License along with
16-
// dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
175

186
#ifndef DYNAMIC_GRAPH_ALL_SIGNALS_H
197
# define DYNAMIC_GRAPH_ALL_SIGNALS_H

include/dynamic-graph/command-bind.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
//
44
// Author: Nicolas Mansard
55
//
6-
// This file is part of dynamic-graph.
7-
// dynamic-graph is free software: you can redistribute it and/or
8-
// modify it under the terms of the GNU Lesser General Public License
9-
// as published by the Free Software Foundation, either version 3 of
10-
// the License, or (at your option) any later version.
11-
// dynamic-graph is distributed in the hope that it will be
12-
// useful, but WITHOUT ANY WARRANTY; without even the implied warranty
13-
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
// GNU Lesser General Public License for more details. You should
15-
// have received a copy of the GNU Lesser General Public License along
16-
// with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
176

187
#ifndef __dg_command_bind_h__
198
#define __dg_command_bind_h__

include/dynamic-graph/command-direct-getter.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
//
44
// Author: Nicolas Mansard
55
//
6-
// This file is part of dynamic-graph.
7-
// dynamic-graph is free software: you can redistribute it and/or
8-
// modify it under the terms of the GNU Lesser General Public License
9-
// as published by the Free Software Foundation, either version 3 of
10-
// the License, or (at your option) any later version.
11-
// dynamic-graph is distributed in the hope that it will be
12-
// useful, but WITHOUT ANY WARRANTY; without even the implied warranty
13-
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
// GNU Lesser General Public License for more details. You should
15-
// have received a copy of the GNU Lesser General Public License along
16-
// with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
176

187
#ifndef __dg_command_direct_getter_h__
198
#define __dg_command_direct_getter_h__

include/dynamic-graph/command-direct-setter.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
//
44
// Author: Nicolas Mansard
55
//
6-
// This file is part of dynamic-graph.
7-
// dynamic-graph is free software: you can redistribute it and/or
8-
// modify it under the terms of the GNU Lesser General Public License
9-
// as published by the Free Software Foundation, either version 3 of
10-
// the License, or (at your option) any later version.
11-
// dynamic-graph is distributed in the hope that it will be
12-
// useful, but WITHOUT ANY WARRANTY; without even the implied warranty
13-
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
// GNU Lesser General Public License for more details. You should
15-
// have received a copy of the GNU Lesser General Public License along
16-
// with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
176

187
#ifndef __dg_command_direct_setter_h__
198
#define __dg_command_direct_setter_h__

include/dynamic-graph/command-getter.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
//
44
// Author: Florent Lamiraux
55
//
6-
// This file is part of dynamic-graph.
7-
// dynamic-graph is free software: you can redistribute it and/or
8-
// modify it under the terms of the GNU Lesser General Public License
9-
// as published by the Free Software Foundation, either version 3 of
10-
// the License, or (at your option) any later version.
11-
// dynamic-graph is distributed in the hope that it will be
12-
// useful, but WITHOUT ANY WARRANTY; without even the implied warranty
13-
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
// GNU Lesser General Public License for more details. You should
15-
// have received a copy of the GNU Lesser General Public License along
16-
// with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
176

187
#ifndef DYNAMIC_GRAPH_COMMAND_GETTER_H
198
#define DYNAMIC_GRAPH_COMMAND_GETTER_H
@@ -72,4 +61,3 @@ namespace dynamicgraph {
7261

7362
#include "dynamic-graph/command-getter.t.cpp"
7463
#endif //DYNAMIC_GRAPH_COMMAND_GETTER_H
75-

include/dynamic-graph/command-getter.t.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
//
44
// Author: Florent Lamiraux
55
//
6-
// This file is part of dynamic-graph.
7-
// dynamic-graph is free software: you can redistribute it and/or
8-
// modify it under the terms of the GNU Lesser General Public License
9-
// as published by the Free Software Foundation, either version 3 of
10-
// the License, or (at your option) any later version.
11-
// dynamic-graph is distributed in the hope that it will be
12-
// useful, but WITHOUT ANY WARRANTY; without even the implied warranty
13-
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
// GNU Lesser General Public License for more details. You should
15-
// have received a copy of the GNU Lesser General Public License along
16-
// with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
176

187
#ifndef DYNAMIC_GRAPH_COMMAND_GETTER_T_CPP
198
#define DYNAMIC_GRAPH_COMMAND_GETTER_T_CPP

include/dynamic-graph/command-setter.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
//
44
// Author: Florent Lamiraux
55
//
6-
// This file is part of dynamic-graph.
7-
// dynamic-graph is free software: you can redistribute it and/or
8-
// modify it under the terms of the GNU Lesser General Public License
9-
// as published by the Free Software Foundation, either version 3 of
10-
// the License, or (at your option) any later version.
11-
// dynamic-graph is distributed in the hope that it will be
12-
// useful, but WITHOUT ANY WARRANTY; without even the implied warranty
13-
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
// GNU Lesser General Public License for more details. You should
15-
// have received a copy of the GNU Lesser General Public License along
16-
// with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
176

187
#ifndef DYNAMIC_GRAPH_COMMAND_SETTER_H
198
#define DYNAMIC_GRAPH_COMMAND_SETTER_H
@@ -72,4 +61,3 @@ namespace dynamicgraph {
7261

7362
#include "dynamic-graph/command-setter.t.cpp"
7463
#endif //DYNAMIC_GRAPH_COMMAND_SETTER_H
75-

0 commit comments

Comments
 (0)