Skip to content

Commit faf3a36

Browse files
francisco-miguel-almeidameyerj
authored andcommitted
Merge pull request #264 from Intermodalics/fix-copyrights
fix copyrights
2 parents 3fce9ab + 095c7e4 commit faf3a36

File tree

89 files changed

+3022
-201
lines changed

Some content is hidden

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

89 files changed

+3022
-201
lines changed

COPYING renamed to COPYING.md

Lines changed: 100 additions & 84 deletions
Large diffs are not rendered by default.

rtt/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ OPTION(PLUGINS_ENABLE_SCRIPTING "Enable loading Orocos program scripts." ON)
9999
### RTT-Typekit
100100
OPTION(PLUGINS_ENABLE_TYPEKIT "Enable default RTT typekit plugin." ON)
101101

102+
### Orocos Device Interfaces
103+
OPTION(ENABLE_OROCOS_DEVICE_INTERFACES "Include Orocos Device Interface classes" OFF)
104+
102105
### TaskContext & Activities
103106
OPTION(ORO_ACT_DEFAULT_ACTIVITY "Create default Activity object (thread) for each created TaskContext." ON)
104107
CMAKE_DEPENDENT_OPTION(ORO_ACT_DEFAULT_SEQUENTIAL "Make the default activity a SequentialActivity (not-threaded) for each created TaskContext." OFF "ORO_ACT_DEFAULT_ACTIVITY" OFF)

rtt/Component.hpp

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,33 @@
99
1010
***************************************************************************
1111
* This library is free software; you can redistribute it and/or *
12-
* modify it under the terms of the GNU Lesser General Public *
13-
* License as published by the Free Software Foundation; either *
14-
* version 2.1 of the License, or (at your option) any later version. *
12+
* modify it under the terms of the GNU General Public *
13+
* License as published by the Free Software Foundation; *
14+
* version 2 of the License. *
15+
* *
16+
* As a special exception, you may use this file as part of a free *
17+
* software library without restriction. Specifically, if other files *
18+
* instantiate templates or use macros or inline functions from this *
19+
* file, or you compile this file and link it with other files to *
20+
* produce an executable, this file does not by itself cause the *
21+
* resulting executable to be covered by the GNU General Public *
22+
* License. This exception does not however invalidate any other *
23+
* reasons why the executable file might be covered by the GNU General *
24+
* Public License. *
1525
* *
1626
* This library is distributed in the hope that it will be useful, *
1727
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
1828
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
19-
* Lesser General Public License for more details. *
29+
* General Public License for more details. *
2030
* *
21-
* You should have received a copy of the GNU Lesser General Public *
31+
* You should have received a copy of the GNU General Public *
2232
* License along with this library; if not, write to the Free Software *
2333
* Foundation, Inc., 59 Temple Place, *
2434
* Suite 330, Boston, MA 02111-1307 USA *
2535
* *
2636
***************************************************************************/
2737

38+
2839
/**
2940
* @file Component.hpp
3041
*

rtt/Logger.inl

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
/***************************************************************************
2+
tag: Peter Soetens Mon Oct 23 14:21:16 2006 +0000 Logger.inl
3+
4+
Logger.inl - description
5+
-------------------
6+
begin : Mon Oct 23 2006
7+
copyright : (C) 2006 Peter Soetens
8+
9+
10+
***************************************************************************
11+
* This library is free software; you can redistribute it and/or *
12+
* modify it under the terms of the GNU General Public *
13+
* License as published by the Free Software Foundation; *
14+
* version 2 of the License. *
15+
* *
16+
* As a special exception, you may use this file as part of a free *
17+
* software library without restriction. Specifically, if other files *
18+
* instantiate templates or use macros or inline functions from this *
19+
* file, or you compile this file and link it with other files to *
20+
* produce an executable, this file does not by itself cause the *
21+
* resulting executable to be covered by the GNU General Public *
22+
* License. This exception does not however invalidate any other *
23+
* reasons why the executable file might be covered by the GNU General *
24+
* Public License. *
25+
* *
26+
* This library is distributed in the hope that it will be useful, *
27+
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
28+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
29+
* General Public License for more details. *
30+
* *
31+
* You should have received a copy of the GNU General Public *
32+
* License along with this library; if not, write to the Free Software *
33+
* Foundation, Inc., 59 Temple Place, *
34+
* Suite 330, Boston, MA 02111-1307 USA *
35+
* *
36+
***************************************************************************/
37+
38+
139
#ifndef ORO_CORELIB_LOGGER_INL
240
#define ORO_CORELIB_LOGGER_INL
341

rtt/base/OperationCallerInterface.cpp

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
/***************************************************************************
2+
tag: Peter Soetens Thu Nov 22 00:53:20 2012 +0100 OperationCallerInterface.cpp
3+
4+
OperationCallerInterface.cpp - description
5+
-------------------
6+
begin : Thu Nov 22 2012
7+
copyright : (C) 2012 Peter Soetens
8+
9+
10+
***************************************************************************
11+
* This library is free software; you can redistribute it and/or *
12+
* modify it under the terms of the GNU General Public *
13+
* License as published by the Free Software Foundation; *
14+
* version 2 of the License. *
15+
* *
16+
* As a special exception, you may use this file as part of a free *
17+
* software library without restriction. Specifically, if other files *
18+
* instantiate templates or use macros or inline functions from this *
19+
* file, or you compile this file and link it with other files to *
20+
* produce an executable, this file does not by itself cause the *
21+
* resulting executable to be covered by the GNU General Public *
22+
* License. This exception does not however invalidate any other *
23+
* reasons why the executable file might be covered by the GNU General *
24+
* Public License. *
25+
* *
26+
* This library is distributed in the hope that it will be useful, *
27+
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
28+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
29+
* General Public License for more details. *
30+
* *
31+
* You should have received a copy of the GNU General Public *
32+
* License along with this library; if not, write to the Free Software *
33+
* Foundation, Inc., 59 Temple Place, *
34+
* Suite 330, Boston, MA 02111-1307 USA *
35+
* *
36+
***************************************************************************/
37+
38+
139
#include "OperationCallerInterface.hpp"
240
#include "../internal/GlobalEngine.hpp"
341

rtt/base/OperationCallerInterface.hpp

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
/***************************************************************************
2+
tag: Peter Soetens Sun Oct 24 18:58:27 2010 +0200 OperationCallerInterface.hpp
3+
4+
OperationCallerInterface.hpp - description
5+
-------------------
6+
begin : Sun Oct 24 2010
7+
copyright : (C) 2010 Peter Soetens
8+
9+
10+
***************************************************************************
11+
* This library is free software; you can redistribute it and/or *
12+
* modify it under the terms of the GNU General Public *
13+
* License as published by the Free Software Foundation; *
14+
* version 2 of the License. *
15+
* *
16+
* As a special exception, you may use this file as part of a free *
17+
* software library without restriction. Specifically, if other files *
18+
* instantiate templates or use macros or inline functions from this *
19+
* file, or you compile this file and link it with other files to *
20+
* produce an executable, this file does not by itself cause the *
21+
* resulting executable to be covered by the GNU General Public *
22+
* License. This exception does not however invalidate any other *
23+
* reasons why the executable file might be covered by the GNU General *
24+
* Public License. *
25+
* *
26+
* This library is distributed in the hope that it will be useful, *
27+
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
28+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
29+
* General Public License for more details. *
30+
* *
31+
* You should have received a copy of the GNU General Public *
32+
* License along with this library; if not, write to the Free Software *
33+
* Foundation, Inc., 59 Temple Place, *
34+
* Suite 330, Boston, MA 02111-1307 USA *
35+
* *
36+
***************************************************************************/
37+
38+
139
#ifndef ORO_OPERATION_CALLER_INTERFACE_HPP
240
#define ORO_OPERATION_CALLER_INTERFACE_HPP
341

rtt/base/rtt-base-fwd.hpp

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
/***************************************************************************
2+
tag: Peter Soetens Fri Aug 14 20:13:44 2009 +0200 rtt-base-fwd.hpp
3+
4+
rtt-base-fwd.hpp - description
5+
-------------------
6+
begin : Fri Aug 14 2009
7+
copyright : (C) 2009 Peter Soetens
8+
9+
10+
***************************************************************************
11+
* This library is free software; you can redistribute it and/or *
12+
* modify it under the terms of the GNU General Public *
13+
* License as published by the Free Software Foundation; *
14+
* version 2 of the License. *
15+
* *
16+
* As a special exception, you may use this file as part of a free *
17+
* software library without restriction. Specifically, if other files *
18+
* instantiate templates or use macros or inline functions from this *
19+
* file, or you compile this file and link it with other files to *
20+
* produce an executable, this file does not by itself cause the *
21+
* resulting executable to be covered by the GNU General Public *
22+
* License. This exception does not however invalidate any other *
23+
* reasons why the executable file might be covered by the GNU General *
24+
* Public License. *
25+
* *
26+
* This library is distributed in the hope that it will be useful, *
27+
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
28+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
29+
* General Public License for more details. *
30+
* *
31+
* You should have received a copy of the GNU General Public *
32+
* License along with this library; if not, write to the Free Software *
33+
* Foundation, Inc., 59 Temple Place, *
34+
* Suite 330, Boston, MA 02111-1307 USA *
35+
* *
36+
***************************************************************************/
37+
38+
139
#ifndef ORO_RTT_base_FWD_HPP
240
#define ORO_RTT_base_FWD_HPP
341

rtt/deployment/ComponentLoader.cpp

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
/***************************************************************************
2+
tag: Peter Soetens Thu Feb 1 16:30:11 2007 +0000 ComponentLoader.cpp
3+
4+
ComponentLoader.cpp - description
5+
-------------------
6+
begin : Thu Feb 1 2007
7+
copyright : (C) 2007 Peter Soetens
8+
9+
10+
***************************************************************************
11+
* This library is free software; you can redistribute it and/or *
12+
* modify it under the terms of the GNU General Public *
13+
* License as published by the Free Software Foundation; *
14+
* version 2 of the License. *
15+
* *
16+
* As a special exception, you may use this file as part of a free *
17+
* software library without restriction. Specifically, if other files *
18+
* instantiate templates or use macros or inline functions from this *
19+
* file, or you compile this file and link it with other files to *
20+
* produce an executable, this file does not by itself cause the *
21+
* resulting executable to be covered by the GNU General Public *
22+
* License. This exception does not however invalidate any other *
23+
* reasons why the executable file might be covered by the GNU General *
24+
* Public License. *
25+
* *
26+
* This library is distributed in the hope that it will be useful, *
27+
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
28+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
29+
* General Public License for more details. *
30+
* *
31+
* You should have received a copy of the GNU General Public *
32+
* License along with this library; if not, write to the Free Software *
33+
* Foundation, Inc., 59 Temple Place, *
34+
* Suite 330, Boston, MA 02111-1307 USA *
35+
* *
36+
***************************************************************************/
37+
38+
139
#include "ComponentLoader.hpp"
240
#include <rtt/TaskContext.hpp>
341
#include <rtt/Logger.hpp>

rtt/deployment/ComponentLoader.hpp

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
/***************************************************************************
2+
tag: Peter Soetens Thu Feb 1 16:30:11 2007 +0000 ComponentLoader.hpp
3+
4+
ComponentLoader.hpp - description
5+
-------------------
6+
begin : Thu Feb 1 2007
7+
copyright : (C) 2007 Peter Soetens
8+
9+
10+
***************************************************************************
11+
* This library is free software; you can redistribute it and/or *
12+
* modify it under the terms of the GNU General Public *
13+
* License as published by the Free Software Foundation; *
14+
* version 2 of the License. *
15+
* *
16+
* As a special exception, you may use this file as part of a free *
17+
* software library without restriction. Specifically, if other files *
18+
* instantiate templates or use macros or inline functions from this *
19+
* file, or you compile this file and link it with other files to *
20+
* produce an executable, this file does not by itself cause the *
21+
* resulting executable to be covered by the GNU General Public *
22+
* License. This exception does not however invalidate any other *
23+
* reasons why the executable file might be covered by the GNU General *
24+
* Public License. *
25+
* *
26+
* This library is distributed in the hope that it will be useful, *
27+
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
28+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
29+
* General Public License for more details. *
30+
* *
31+
* You should have received a copy of the GNU General Public *
32+
* License along with this library; if not, write to the Free Software *
33+
* Foundation, Inc., 59 Temple Place, *
34+
* Suite 330, Boston, MA 02111-1307 USA *
35+
* *
36+
***************************************************************************/
37+
38+
139
#ifndef ORO_COMPONENTLOADER_HPP_
240
#define ORO_COMPONENTLOADER_HPP_
341

0 commit comments

Comments
 (0)