diff --git a/fastdds_python/CMakeLists.txt b/fastdds_python/CMakeLists.txt index 586a0d54..db9a21ac 100644 --- a/fastdds_python/CMakeLists.txt +++ b/fastdds_python/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + cmake_minimum_required(VERSION 3.13) # SWIG: use standard target name. diff --git a/fastdds_python/src/swig/CMakeLists.txt b/fastdds_python/src/swig/CMakeLists.txt index 645118ba..e3433e68 100644 --- a/fastdds_python/src/swig/CMakeLists.txt +++ b/fastdds_python/src/swig/CMakeLists.txt @@ -1,3 +1,16 @@ +# Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. ############################################################################### # Compile python wrapper with SWIG diff --git a/fastdds_python/src/swig/fastdds.i b/fastdds_python/src/swig/fastdds.i index 97a4f0a2..28c62536 100644 --- a/fastdds_python/src/swig/fastdds.i +++ b/fastdds_python/src/swig/fastdds.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %module(directors="1", threads="1") fastdds // SWIG helper modules diff --git a/fastdds_python/src/swig/fastdds/dds/builtin/common/ReplyHeader.i b/fastdds_python/src/swig/fastdds/dds/builtin/common/ReplyHeader.i index e0b3ffb2..c1728b28 100644 --- a/fastdds_python/src/swig/fastdds/dds/builtin/common/ReplyHeader.i +++ b/fastdds_python/src/swig/fastdds/dds/builtin/common/ReplyHeader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/builtin/common/ReplyHeader.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/builtin/common/RequestHeader.i b/fastdds_python/src/swig/fastdds/dds/builtin/common/RequestHeader.i index fb956fe8..7058420e 100644 --- a/fastdds_python/src/swig/fastdds/dds/builtin/common/RequestHeader.i +++ b/fastdds_python/src/swig/fastdds/dds/builtin/common/RequestHeader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/builtin/common/RequestHeader.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/builtin/common/Types.i b/fastdds_python/src/swig/fastdds/dds/builtin/common/Types.i index 950495aa..c3c6eafe 100644 --- a/fastdds_python/src/swig/fastdds/dds/builtin/common/Types.i +++ b/fastdds_python/src/swig/fastdds/dds/builtin/common/Types.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/builtin/common/Types.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/builtin/topic/BuiltinTopicKey.i b/fastdds_python/src/swig/fastdds/dds/builtin/topic/BuiltinTopicKey.i index 1639a9cb..dae98743 100644 --- a/fastdds_python/src/swig/fastdds/dds/builtin/topic/BuiltinTopicKey.i +++ b/fastdds_python/src/swig/fastdds/dds/builtin/topic/BuiltinTopicKey.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/builtin/topic/BuiltinTopicKey.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/builtin/topic/ParticipantBuiltinTopicData.i b/fastdds_python/src/swig/fastdds/dds/builtin/topic/ParticipantBuiltinTopicData.i index 4489a079..2dbd2e7f 100644 --- a/fastdds_python/src/swig/fastdds/dds/builtin/topic/ParticipantBuiltinTopicData.i +++ b/fastdds_python/src/swig/fastdds/dds/builtin/topic/ParticipantBuiltinTopicData.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/builtin/topic/ParticipantBuiltinTopicData.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/builtin/topic/PublicationBuiltinTopicData.i b/fastdds_python/src/swig/fastdds/dds/builtin/topic/PublicationBuiltinTopicData.i index 76361e3a..a5468968 100644 --- a/fastdds_python/src/swig/fastdds/dds/builtin/topic/PublicationBuiltinTopicData.i +++ b/fastdds_python/src/swig/fastdds/dds/builtin/topic/PublicationBuiltinTopicData.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/builtin/topic/PublicationBuiltinTopicData.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/builtin/topic/SubscriptionBuiltinTopicData.i b/fastdds_python/src/swig/fastdds/dds/builtin/topic/SubscriptionBuiltinTopicData.i index 9d5f75df..3edc2eb0 100644 --- a/fastdds_python/src/swig/fastdds/dds/builtin/topic/SubscriptionBuiltinTopicData.i +++ b/fastdds_python/src/swig/fastdds/dds/builtin/topic/SubscriptionBuiltinTopicData.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/builtin/topic/SubscriptionBuiltinTopicData.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/builtin/topic/TopicBuiltinTopicData.i b/fastdds_python/src/swig/fastdds/dds/builtin/topic/TopicBuiltinTopicData.i index 4dce3278..567930e6 100644 --- a/fastdds_python/src/swig/fastdds/dds/builtin/topic/TopicBuiltinTopicData.i +++ b/fastdds_python/src/swig/fastdds/dds/builtin/topic/TopicBuiltinTopicData.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/builtin/topic/TopicBuiltinTopicData.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/TypeLookupManager.i b/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/TypeLookupManager.i index db247662..dc37b25e 100644 --- a/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/TypeLookupManager.i +++ b/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/TypeLookupManager.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/builtin/typelookup/TypeLookupManager.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/TypeLookupReplyListener.i b/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/TypeLookupReplyListener.i index e3cd1d59..8b419377 100644 --- a/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/TypeLookupReplyListener.i +++ b/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/TypeLookupReplyListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/builtin/typelookup/TypeLookupReplyListener.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/TypeLookupRequestListener.i b/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/TypeLookupRequestListener.i index fd8ed521..60e2a2d3 100644 --- a/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/TypeLookupRequestListener.i +++ b/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/TypeLookupRequestListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/builtin/typelookup/TypeLookupRequestListener.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/common/TypeLookupTypes.i b/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/common/TypeLookupTypes.i index 625e7f50..14ebf795 100644 --- a/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/common/TypeLookupTypes.i +++ b/fastdds_python/src/swig/fastdds/dds/builtin/typelookup/common/TypeLookupTypes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/builtin/typelookup/common/TypeLookupTypes.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/common/InstanceHandle.i b/fastdds_python/src/swig/fastdds/dds/common/InstanceHandle.i index db11d5d8..3c3d4914 100644 --- a/fastdds_python/src/swig/fastdds/dds/common/InstanceHandle.i +++ b/fastdds_python/src/swig/fastdds/dds/common/InstanceHandle.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/InstanceHandle.h" diff --git a/fastdds_python/src/swig/fastdds/dds/core/Entity.i b/fastdds_python/src/swig/fastdds/dds/core/Entity.i index f5ac508d..99882e29 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/Entity.i +++ b/fastdds_python/src/swig/fastdds/dds/core/Entity.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/Entity.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/LoanableArray.i b/fastdds_python/src/swig/fastdds/dds/core/LoanableArray.i index be641b53..3efd0cd3 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/LoanableArray.i +++ b/fastdds_python/src/swig/fastdds/dds/core/LoanableArray.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/LoanableArray.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/LoanableCollection.i b/fastdds_python/src/swig/fastdds/dds/core/LoanableCollection.i index 3d0b0c20..4703cf40 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/LoanableCollection.i +++ b/fastdds_python/src/swig/fastdds/dds/core/LoanableCollection.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/LoanableCollection.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/LoanableSequence.i b/fastdds_python/src/swig/fastdds/dds/core/LoanableSequence.i index 9ceaa03f..589d4121 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/LoanableSequence.i +++ b/fastdds_python/src/swig/fastdds/dds/core/LoanableSequence.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/LoanableSequence.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/LoanableTypedCollection.i b/fastdds_python/src/swig/fastdds/dds/core/LoanableTypedCollection.i index 267be5c1..b243179f 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/LoanableTypedCollection.i +++ b/fastdds_python/src/swig/fastdds/dds/core/LoanableTypedCollection.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/LoanableTypedCollection.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/StackAllocatedSequence.i b/fastdds_python/src/swig/fastdds/dds/core/StackAllocatedSequence.i index 46ba060b..f2c1b455 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/StackAllocatedSequence.i +++ b/fastdds_python/src/swig/fastdds/dds/core/StackAllocatedSequence.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/StackAllocatedSequence.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/UserAllocatedSequence.i b/fastdds_python/src/swig/fastdds/dds/core/UserAllocatedSequence.i index 2de46d2c..154c3c5c 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/UserAllocatedSequence.i +++ b/fastdds_python/src/swig/fastdds/dds/core/UserAllocatedSequence.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/UserAllocatedSequence.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/condition/Condition.i b/fastdds_python/src/swig/fastdds/dds/core/condition/Condition.i index 034372d3..196415a9 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/condition/Condition.i +++ b/fastdds_python/src/swig/fastdds/dds/core/condition/Condition.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/condition/Condition.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/condition/GuardCondition.i b/fastdds_python/src/swig/fastdds/dds/core/condition/GuardCondition.i index f9854cd6..71bea90f 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/condition/GuardCondition.i +++ b/fastdds_python/src/swig/fastdds/dds/core/condition/GuardCondition.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/condition/GuardCondition.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/condition/StatusCondition.i b/fastdds_python/src/swig/fastdds/dds/core/condition/StatusCondition.i index 7c00d4c2..ec11fcdd 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/condition/StatusCondition.i +++ b/fastdds_python/src/swig/fastdds/dds/core/condition/StatusCondition.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/condition/StatusCondition.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/condition/WaitSet.i b/fastdds_python/src/swig/fastdds/dds/core/condition/WaitSet.i index 69e77b5d..12fd6c0c 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/condition/WaitSet.i +++ b/fastdds_python/src/swig/fastdds/dds/core/condition/WaitSet.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/condition/WaitSet.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/policy/ParameterTypes.i b/fastdds_python/src/swig/fastdds/dds/core/policy/ParameterTypes.i index a1b6d833..2acac476 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/policy/ParameterTypes.i +++ b/fastdds_python/src/swig/fastdds/dds/core/policy/ParameterTypes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/policy/ParameterTypes.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/policy/QosPolicies.i b/fastdds_python/src/swig/fastdds/dds/core/policy/QosPolicies.i index 5ef28d25..1c1c15b3 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/policy/QosPolicies.i +++ b/fastdds_python/src/swig/fastdds/dds/core/policy/QosPolicies.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + // This class contains a 'const char*' member that may leak on destruction // However, converting it to a 'char*' does not // SWIG is very special) diff --git a/fastdds_python/src/swig/fastdds/dds/core/policy/ReaderDataLifecycleQosPolicy.i b/fastdds_python/src/swig/fastdds/dds/core/policy/ReaderDataLifecycleQosPolicy.i index 7084f4e9..af7644ea 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/policy/ReaderDataLifecycleQosPolicy.i +++ b/fastdds_python/src/swig/fastdds/dds/core/policy/ReaderDataLifecycleQosPolicy.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/policy/ReaderDataLifecycleQosPolicy.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/policy/WriterDataLifecycleQosPolicy.i b/fastdds_python/src/swig/fastdds/dds/core/policy/WriterDataLifecycleQosPolicy.i index 938970de..8f437220 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/policy/WriterDataLifecycleQosPolicy.i +++ b/fastdds_python/src/swig/fastdds/dds/core/policy/WriterDataLifecycleQosPolicy.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/policy/WriterDataLifecycleQosPolicy.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/status/BaseStatus.i b/fastdds_python/src/swig/fastdds/dds/core/status/BaseStatus.i index 93a1ed0e..22a240df 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/status/BaseStatus.i +++ b/fastdds_python/src/swig/fastdds/dds/core/status/BaseStatus.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/status/BaseStatus.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/status/DeadlineMissedStatus.i b/fastdds_python/src/swig/fastdds/dds/core/status/DeadlineMissedStatus.i index 39390289..bc98b226 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/status/DeadlineMissedStatus.i +++ b/fastdds_python/src/swig/fastdds/dds/core/status/DeadlineMissedStatus.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/status/DeadlineMissedStatus.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/status/IncompatibleQosStatus.i b/fastdds_python/src/swig/fastdds/dds/core/status/IncompatibleQosStatus.i index e26ec749..bbe8c7ce 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/status/IncompatibleQosStatus.i +++ b/fastdds_python/src/swig/fastdds/dds/core/status/IncompatibleQosStatus.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/status/IncompatibleQosStatus.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/status/LivelinessChangedStatus.i b/fastdds_python/src/swig/fastdds/dds/core/status/LivelinessChangedStatus.i index e9497976..4997f6d7 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/status/LivelinessChangedStatus.i +++ b/fastdds_python/src/swig/fastdds/dds/core/status/LivelinessChangedStatus.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/status/LivelinessChangedStatus.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/status/MatchedStatus.i b/fastdds_python/src/swig/fastdds/dds/core/status/MatchedStatus.i index 3e2f9d8b..e2029977 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/status/MatchedStatus.i +++ b/fastdds_python/src/swig/fastdds/dds/core/status/MatchedStatus.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/status/MatchedStatus.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/status/PublicationMatchedStatus.i b/fastdds_python/src/swig/fastdds/dds/core/status/PublicationMatchedStatus.i index babd2ce8..245c94ce 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/status/PublicationMatchedStatus.i +++ b/fastdds_python/src/swig/fastdds/dds/core/status/PublicationMatchedStatus.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/status/PublicationMatchedStatus.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/status/SampleRejectedStatus.i b/fastdds_python/src/swig/fastdds/dds/core/status/SampleRejectedStatus.i index ee87cace..56e1de40 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/status/SampleRejectedStatus.i +++ b/fastdds_python/src/swig/fastdds/dds/core/status/SampleRejectedStatus.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/status/SampleRejectedStatus.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/status/StatusMask.i b/fastdds_python/src/swig/fastdds/dds/core/status/StatusMask.i index f8ab7e3a..54f75007 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/status/StatusMask.i +++ b/fastdds_python/src/swig/fastdds/dds/core/status/StatusMask.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/status/StatusMask.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/core/status/SubscriptionMatchedStatus.i b/fastdds_python/src/swig/fastdds/dds/core/status/SubscriptionMatchedStatus.i index d0eb0da7..149c7b1a 100644 --- a/fastdds_python/src/swig/fastdds/dds/core/status/SubscriptionMatchedStatus.i +++ b/fastdds_python/src/swig/fastdds/dds/core/status/SubscriptionMatchedStatus.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/core/status/SubscriptionMatchedStatus.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/domain/DomainParticipant.i b/fastdds_python/src/swig/fastdds/dds/domain/DomainParticipant.i index aaebc2ce..afcd381b 100644 --- a/fastdds_python/src/swig/fastdds/dds/domain/DomainParticipant.i +++ b/fastdds_python/src/swig/fastdds/dds/domain/DomainParticipant.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/domain/DomainParticipant.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/domain/DomainParticipantFactory.i b/fastdds_python/src/swig/fastdds/dds/domain/DomainParticipantFactory.i index 0597c582..c37563b8 100644 --- a/fastdds_python/src/swig/fastdds/dds/domain/DomainParticipantFactory.i +++ b/fastdds_python/src/swig/fastdds/dds/domain/DomainParticipantFactory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/domain/DomainParticipantFactory.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/domain/DomainParticipantListener.i b/fastdds_python/src/swig/fastdds/dds/domain/DomainParticipantListener.i index d01d28b5..3716db33 100644 --- a/fastdds_python/src/swig/fastdds/dds/domain/DomainParticipantListener.i +++ b/fastdds_python/src/swig/fastdds/dds/domain/DomainParticipantListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/domain/DomainParticipantListener.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/domain/qos/DomainParticipantFactoryQos.i b/fastdds_python/src/swig/fastdds/dds/domain/qos/DomainParticipantFactoryQos.i index c8096ed0..d81666e3 100644 --- a/fastdds_python/src/swig/fastdds/dds/domain/qos/DomainParticipantFactoryQos.i +++ b/fastdds_python/src/swig/fastdds/dds/domain/qos/DomainParticipantFactoryQos.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/domain/qos/DomainParticipantFactoryQos.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/domain/qos/DomainParticipantQos.i b/fastdds_python/src/swig/fastdds/dds/domain/qos/DomainParticipantQos.i index 4bc927f8..54f26b02 100644 --- a/fastdds_python/src/swig/fastdds/dds/domain/qos/DomainParticipantQos.i +++ b/fastdds_python/src/swig/fastdds/dds/domain/qos/DomainParticipantQos.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/domain/qos/DomainParticipantQos.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/publisher/DataWriter.i b/fastdds_python/src/swig/fastdds/dds/publisher/DataWriter.i index 667852a8..eedcc94e 100644 --- a/fastdds_python/src/swig/fastdds/dds/publisher/DataWriter.i +++ b/fastdds_python/src/swig/fastdds/dds/publisher/DataWriter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/publisher/DataWriter.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/publisher/DataWriterListener.i b/fastdds_python/src/swig/fastdds/dds/publisher/DataWriterListener.i index 211d965b..03e04b35 100644 --- a/fastdds_python/src/swig/fastdds/dds/publisher/DataWriterListener.i +++ b/fastdds_python/src/swig/fastdds/dds/publisher/DataWriterListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/publisher/DataWriterListener.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/publisher/Publisher.i b/fastdds_python/src/swig/fastdds/dds/publisher/Publisher.i index ecef9dcc..d67fa47d 100644 --- a/fastdds_python/src/swig/fastdds/dds/publisher/Publisher.i +++ b/fastdds_python/src/swig/fastdds/dds/publisher/Publisher.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/publisher/Publisher.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/publisher/PublisherListener.i b/fastdds_python/src/swig/fastdds/dds/publisher/PublisherListener.i index d324e1d9..35e957a4 100644 --- a/fastdds_python/src/swig/fastdds/dds/publisher/PublisherListener.i +++ b/fastdds_python/src/swig/fastdds/dds/publisher/PublisherListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/publisher/PublisherListener.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/publisher/qos/DataWriterQos.i b/fastdds_python/src/swig/fastdds/dds/publisher/qos/DataWriterQos.i index c1cfa293..a0fdb368 100644 --- a/fastdds_python/src/swig/fastdds/dds/publisher/qos/DataWriterQos.i +++ b/fastdds_python/src/swig/fastdds/dds/publisher/qos/DataWriterQos.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/publisher/qos/DataWriterQos.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/publisher/qos/PublisherQos.i b/fastdds_python/src/swig/fastdds/dds/publisher/qos/PublisherQos.i index 21c836d3..7af9c1e6 100644 --- a/fastdds_python/src/swig/fastdds/dds/publisher/qos/PublisherQos.i +++ b/fastdds_python/src/swig/fastdds/dds/publisher/qos/PublisherQos.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/publisher/qos/PublisherQos.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/publisher/qos/WriterQos.i b/fastdds_python/src/swig/fastdds/dds/publisher/qos/WriterQos.i index 9fdfdad5..90d4e2b5 100644 --- a/fastdds_python/src/swig/fastdds/dds/publisher/qos/WriterQos.i +++ b/fastdds_python/src/swig/fastdds/dds/publisher/qos/WriterQos.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/publisher/qos/WriterQos.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/subscriber/DataReader.i b/fastdds_python/src/swig/fastdds/dds/subscriber/DataReader.i index 1f425234..58c3b81a 100644 --- a/fastdds_python/src/swig/fastdds/dds/subscriber/DataReader.i +++ b/fastdds_python/src/swig/fastdds/dds/subscriber/DataReader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/subscriber/DataReader.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/subscriber/DataReaderListener.i b/fastdds_python/src/swig/fastdds/dds/subscriber/DataReaderListener.i index b2e6034b..1d16ed83 100644 --- a/fastdds_python/src/swig/fastdds/dds/subscriber/DataReaderListener.i +++ b/fastdds_python/src/swig/fastdds/dds/subscriber/DataReaderListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/subscriber/DataReaderListener.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/subscriber/InstanceState.i b/fastdds_python/src/swig/fastdds/dds/subscriber/InstanceState.i index 0401d67d..033ea81d 100644 --- a/fastdds_python/src/swig/fastdds/dds/subscriber/InstanceState.i +++ b/fastdds_python/src/swig/fastdds/dds/subscriber/InstanceState.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/subscriber/InstanceState.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/subscriber/SampleInfo.i b/fastdds_python/src/swig/fastdds/dds/subscriber/SampleInfo.i index 152cc3f5..d526a15f 100644 --- a/fastdds_python/src/swig/fastdds/dds/subscriber/SampleInfo.i +++ b/fastdds_python/src/swig/fastdds/dds/subscriber/SampleInfo.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/subscriber/SampleInfo.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/subscriber/SampleState.i b/fastdds_python/src/swig/fastdds/dds/subscriber/SampleState.i index 63c98bd1..21dbce65 100644 --- a/fastdds_python/src/swig/fastdds/dds/subscriber/SampleState.i +++ b/fastdds_python/src/swig/fastdds/dds/subscriber/SampleState.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/subscriber/SampleState.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/subscriber/Subscriber.i b/fastdds_python/src/swig/fastdds/dds/subscriber/Subscriber.i index fc59fdb2..11d7ce4a 100644 --- a/fastdds_python/src/swig/fastdds/dds/subscriber/Subscriber.i +++ b/fastdds_python/src/swig/fastdds/dds/subscriber/Subscriber.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/subscriber/Subscriber.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/subscriber/SubscriberListener.i b/fastdds_python/src/swig/fastdds/dds/subscriber/SubscriberListener.i index a2a34a74..d80ffec4 100644 --- a/fastdds_python/src/swig/fastdds/dds/subscriber/SubscriberListener.i +++ b/fastdds_python/src/swig/fastdds/dds/subscriber/SubscriberListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/subscriber/SubscriberListener.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/subscriber/ViewState.i b/fastdds_python/src/swig/fastdds/dds/subscriber/ViewState.i index c2e62a94..e561ed08 100644 --- a/fastdds_python/src/swig/fastdds/dds/subscriber/ViewState.i +++ b/fastdds_python/src/swig/fastdds/dds/subscriber/ViewState.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/subscriber/ViewState.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/subscriber/qos/DataReaderQos.i b/fastdds_python/src/swig/fastdds/dds/subscriber/qos/DataReaderQos.i index 6d8cf00c..426d95e0 100644 --- a/fastdds_python/src/swig/fastdds/dds/subscriber/qos/DataReaderQos.i +++ b/fastdds_python/src/swig/fastdds/dds/subscriber/qos/DataReaderQos.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/subscriber/qos/DataReaderQos.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/subscriber/qos/ReaderQos.i b/fastdds_python/src/swig/fastdds/dds/subscriber/qos/ReaderQos.i index 6a1b196a..030a0c92 100644 --- a/fastdds_python/src/swig/fastdds/dds/subscriber/qos/ReaderQos.i +++ b/fastdds_python/src/swig/fastdds/dds/subscriber/qos/ReaderQos.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/subscriber/qos/ReaderQos.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/subscriber/qos/SubscriberQos.i b/fastdds_python/src/swig/fastdds/dds/subscriber/qos/SubscriberQos.i index 17be2573..cf84c5de 100644 --- a/fastdds_python/src/swig/fastdds/dds/subscriber/qos/SubscriberQos.i +++ b/fastdds_python/src/swig/fastdds/dds/subscriber/qos/SubscriberQos.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/subscriber/qos/SubscriberQos.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/topic/ContentFilteredTopic.i b/fastdds_python/src/swig/fastdds/dds/topic/ContentFilteredTopic.i index efe4aaaf..5cb2b67f 100644 --- a/fastdds_python/src/swig/fastdds/dds/topic/ContentFilteredTopic.i +++ b/fastdds_python/src/swig/fastdds/dds/topic/ContentFilteredTopic.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/topic/ContentFilteredTopic.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/topic/IContentFilter.i b/fastdds_python/src/swig/fastdds/dds/topic/IContentFilter.i index de9adbda..d1a227d3 100644 --- a/fastdds_python/src/swig/fastdds/dds/topic/IContentFilter.i +++ b/fastdds_python/src/swig/fastdds/dds/topic/IContentFilter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/topic/IContentFilter.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/topic/IContentFilterFactory.i b/fastdds_python/src/swig/fastdds/dds/topic/IContentFilterFactory.i index 2f692687..c6ab9762 100644 --- a/fastdds_python/src/swig/fastdds/dds/topic/IContentFilterFactory.i +++ b/fastdds_python/src/swig/fastdds/dds/topic/IContentFilterFactory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/topic/IContentFilterFactory.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/topic/Topic.i b/fastdds_python/src/swig/fastdds/dds/topic/Topic.i index 47504dda..beb7f875 100644 --- a/fastdds_python/src/swig/fastdds/dds/topic/Topic.i +++ b/fastdds_python/src/swig/fastdds/dds/topic/Topic.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/topic/Topic.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/topic/TopicDataType.i b/fastdds_python/src/swig/fastdds/dds/topic/TopicDataType.i index 0b23b75a..c4acf647 100644 --- a/fastdds_python/src/swig/fastdds/dds/topic/TopicDataType.i +++ b/fastdds_python/src/swig/fastdds/dds/topic/TopicDataType.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/topic/TopicDataType.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/topic/TopicDescription.i b/fastdds_python/src/swig/fastdds/dds/topic/TopicDescription.i index 0194c2e4..312d6fe8 100644 --- a/fastdds_python/src/swig/fastdds/dds/topic/TopicDescription.i +++ b/fastdds_python/src/swig/fastdds/dds/topic/TopicDescription.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/topic/TopicDescription.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/topic/TopicListener.i b/fastdds_python/src/swig/fastdds/dds/topic/TopicListener.i index 8b537ff3..67364467 100644 --- a/fastdds_python/src/swig/fastdds/dds/topic/TopicListener.i +++ b/fastdds_python/src/swig/fastdds/dds/topic/TopicListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/topic/TopicListener.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/topic/TypeSupport.i b/fastdds_python/src/swig/fastdds/dds/topic/TypeSupport.i index 47ab6188..1e9b71d1 100644 --- a/fastdds_python/src/swig/fastdds/dds/topic/TypeSupport.i +++ b/fastdds_python/src/swig/fastdds/dds/topic/TypeSupport.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/topic/TypeSupport.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/dds/topic/qos/TopicQos.i b/fastdds_python/src/swig/fastdds/dds/topic/qos/TopicQos.i index 81b92fb4..bedc0e41 100644 --- a/fastdds_python/src/swig/fastdds/dds/topic/qos/TopicQos.i +++ b/fastdds_python/src/swig/fastdds/dds/topic/qos/TopicQos.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/dds/topic/qos/TopicQos.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/Endpoint.i b/fastdds_python/src/swig/fastdds/rtps/Endpoint.i index 5e7d080d..f069f643 100644 --- a/fastdds_python/src/swig/fastdds/rtps/Endpoint.i +++ b/fastdds_python/src/swig/fastdds/rtps/Endpoint.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/Endpoint.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/RTPSDomain.i b/fastdds_python/src/swig/fastdds/rtps/RTPSDomain.i index 61c2dd5d..dc29cc9d 100644 --- a/fastdds_python/src/swig/fastdds/rtps/RTPSDomain.i +++ b/fastdds_python/src/swig/fastdds/rtps/RTPSDomain.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/RTPSDomain.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/EndpointAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/EndpointAttributes.i index 5b571c49..9a45916f 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/EndpointAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/EndpointAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/attributes/EndpointAttributes.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/HistoryAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/HistoryAttributes.i index 88f1db08..0dc969db 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/HistoryAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/HistoryAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/attributes/HistoryAttributes.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/PropertyPolicy.i b/fastdds_python/src/swig/fastdds/rtps/attributes/PropertyPolicy.i index 28cc110f..fef44e3c 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/PropertyPolicy.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/PropertyPolicy.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/attributes/PropertyPolicy.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAllocationAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAllocationAttributes.i index 89d1f778..9d7b99cd 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAllocationAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAllocationAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/attributes/RTPSParticipantAllocationAttributes.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAttributes.i index 5cf9d5b8..099dbe89 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/attributes/RTPSParticipantAttributes.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/ReaderAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/ReaderAttributes.i index 5271056c..30ae6d86 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/ReaderAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/ReaderAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/attributes/ReaderAttributes.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/ServerAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/ServerAttributes.i index 8e3ba215..59f79999 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/ServerAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/ServerAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/attributes/ServerAttributes.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/WriterAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/WriterAttributes.i index b96c7ea0..1c66a6be 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/WriterAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/WriterAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/attributes/WriterAttributes.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/BuiltinProtocols.i b/fastdds_python/src/swig/fastdds/rtps/builtin/BuiltinProtocols.i index 2dbac3f4..2bf451e5 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/BuiltinProtocols.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/BuiltinProtocols.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/builtin/BuiltinProtocols.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/data/ParticipantProxyData.i b/fastdds_python/src/swig/fastdds/rtps/builtin/data/ParticipantProxyData.i index 3a68596f..74b0088b 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/data/ParticipantProxyData.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/data/ParticipantProxyData.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/builtin/data/ParticipantProxyData.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/data/ReaderProxyData.i b/fastdds_python/src/swig/fastdds/rtps/builtin/data/ReaderProxyData.i index 24a9828d..972e8c30 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/data/ReaderProxyData.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/data/ReaderProxyData.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/builtin/data/ReaderProxyData.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/data/WriterProxyData.i b/fastdds_python/src/swig/fastdds/rtps/builtin/data/WriterProxyData.i index a16e1e62..e37902ff 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/data/WriterProxyData.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/data/WriterProxyData.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/builtin/data/WriterProxyData.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/endpoint/EDP.i b/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/endpoint/EDP.i index e405fd5a..aef3bfc3 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/endpoint/EDP.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/endpoint/EDP.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/builtin/discovery/endpoint/EDP.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/endpoint/EDPSimple.i b/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/endpoint/EDPSimple.i index 55970944..98845ec3 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/endpoint/EDPSimple.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/endpoint/EDPSimple.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/builtin/discovery/endpoint/EDPSimple.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/endpoint/EDPStatic.i b/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/endpoint/EDPStatic.i index 3409e3c6..0f1bf603 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/endpoint/EDPStatic.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/endpoint/EDPStatic.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/builtin/discovery/endpoint/EDPStatic.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/participant/PDP.i b/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/participant/PDP.i index cb9e5f51..99386d77 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/participant/PDP.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/participant/PDP.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/builtin/discovery/participant/PDP.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/participant/PDPListener.i b/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/participant/PDPListener.i index f5ca0e26..aff03e5f 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/participant/PDPListener.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/participant/PDPListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/builtin/discovery/participant/PDPListener.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/participant/PDPSimple.i b/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/participant/PDPSimple.i index 7b9f98b1..480ccc18 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/participant/PDPSimple.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/discovery/participant/PDPSimple.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/builtin/discovery/participant/PDPSimple.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/liveliness/WLP.i b/fastdds_python/src/swig/fastdds/rtps/builtin/liveliness/WLP.i index 6b3ad56f..3e614909 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/liveliness/WLP.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/liveliness/WLP.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/builtin/liveliness/WLP.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/builtin/liveliness/WLPListener.i b/fastdds_python/src/swig/fastdds/rtps/builtin/liveliness/WLPListener.i index 59e8c3a9..4a1e2aca 100644 --- a/fastdds_python/src/swig/fastdds/rtps/builtin/liveliness/WLPListener.i +++ b/fastdds_python/src/swig/fastdds/rtps/builtin/liveliness/WLPListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/builtin/liveliness/WLPListener.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/BinaryProperty.i b/fastdds_python/src/swig/fastdds/rtps/common/BinaryProperty.i index fae6f017..1988c203 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/BinaryProperty.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/BinaryProperty.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/BinaryProperty.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/CDRMessage_t.i b/fastdds_python/src/swig/fastdds/rtps/common/CDRMessage_t.i index 565c765b..17f3195c 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/CDRMessage_t.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/CDRMessage_t.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/CDRMessage_t.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/CacheChange.i b/fastdds_python/src/swig/fastdds/rtps/common/CacheChange.i index 99fa9f49..a88d6519 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/CacheChange.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/CacheChange.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/CacheChange.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/ChangeKind_t.i b/fastdds_python/src/swig/fastdds/rtps/common/ChangeKind_t.i index 0ade0b4e..5a09719c 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/ChangeKind_t.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/ChangeKind_t.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/ChangeKind_t.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/EntityId_t.i b/fastdds_python/src/swig/fastdds/rtps/common/EntityId_t.i index c089f3f0..90246b84 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/EntityId_t.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/EntityId_t.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/EntityId_t.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/FragmentNumber.i b/fastdds_python/src/swig/fastdds/rtps/common/FragmentNumber.i index ee302a64..93b619d1 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/FragmentNumber.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/FragmentNumber.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/FragmentNumber.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/Guid.i b/fastdds_python/src/swig/fastdds/rtps/common/Guid.i index a22f1482..42702f75 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/Guid.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/Guid.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/Guid.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/GuidPrefix_t.i b/fastdds_python/src/swig/fastdds/rtps/common/GuidPrefix_t.i index 61450dd8..466f5af6 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/GuidPrefix_t.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/GuidPrefix_t.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/GuidPrefix_t.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/InstanceHandle.i b/fastdds_python/src/swig/fastdds/rtps/common/InstanceHandle.i index 50d01158..67936fb2 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/InstanceHandle.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/InstanceHandle.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/InstanceHandle.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/Locator.i b/fastdds_python/src/swig/fastdds/rtps/common/Locator.i index 66ffb869..0f251ea6 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/Locator.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/Locator.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/Locator.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/LocatorList.i b/fastdds_python/src/swig/fastdds/rtps/common/LocatorList.i index b6519538..b8a31e45 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/LocatorList.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/LocatorList.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/LocatorList.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/LocatorListComparisons.i b/fastdds_python/src/swig/fastdds/rtps/common/LocatorListComparisons.i index af88c379..8961dbe8 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/LocatorListComparisons.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/LocatorListComparisons.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/LocatorListComparisons.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/LocatorSelector.i b/fastdds_python/src/swig/fastdds/rtps/common/LocatorSelector.i index c94c6c76..04aac86a 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/LocatorSelector.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/LocatorSelector.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/LocatorSelector.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/LocatorSelectorEntry.i b/fastdds_python/src/swig/fastdds/rtps/common/LocatorSelectorEntry.i index c448f789..377a8dad 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/LocatorSelectorEntry.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/LocatorSelectorEntry.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/LocatorSelectorEntry.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/LocatorsIterator.i b/fastdds_python/src/swig/fastdds/rtps/common/LocatorsIterator.i index 99c5645d..eef62408 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/LocatorsIterator.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/LocatorsIterator.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/LocatorsIterator.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/MatchingInfo.i b/fastdds_python/src/swig/fastdds/rtps/common/MatchingInfo.i index d9bd9482..a11061ad 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/MatchingInfo.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/MatchingInfo.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/MatchingInfo.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/PortParameters.i b/fastdds_python/src/swig/fastdds/rtps/common/PortParameters.i index aa8d0e15..b9fdb779 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/PortParameters.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/PortParameters.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/PortParameters.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/Property.i b/fastdds_python/src/swig/fastdds/rtps/common/Property.i index 158e50e4..7f4c6865 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/Property.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/Property.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/Property.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/RemoteLocators.i b/fastdds_python/src/swig/fastdds/rtps/common/RemoteLocators.i index a4039c94..05420c42 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/RemoteLocators.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/RemoteLocators.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/RemoteLocators.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/SampleIdentity.i b/fastdds_python/src/swig/fastdds/rtps/common/SampleIdentity.i index 47ca614f..cec1219c 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/SampleIdentity.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/SampleIdentity.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/SampleIdentity.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/SequenceNumber.i b/fastdds_python/src/swig/fastdds/rtps/common/SequenceNumber.i index 1d7ed6d6..5da3268f 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/SequenceNumber.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/SequenceNumber.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/SequenceNumber.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/SerializedPayload.i b/fastdds_python/src/swig/fastdds/rtps/common/SerializedPayload.i index 05d41fe0..2c8d97bc 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/SerializedPayload.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/SerializedPayload.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/SerializedPayload.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/Time_t.i b/fastdds_python/src/swig/fastdds/rtps/common/Time_t.i index 9fe6ccf8..123d8630 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/Time_t.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/Time_t.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/Time_t.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/Token.i b/fastdds_python/src/swig/fastdds/rtps/common/Token.i index ac7daf44..e7bfee0f 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/Token.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/Token.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/Token.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/Types.i b/fastdds_python/src/swig/fastdds/rtps/common/Types.i index eedf1737..d906aa4f 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/Types.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/Types.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/Types.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/VendorId_t.i b/fastdds_python/src/swig/fastdds/rtps/common/VendorId_t.i index 386900a3..0ab1111a 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/VendorId_t.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/VendorId_t.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/VendorId_t.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/WriteParams.i b/fastdds_python/src/swig/fastdds/rtps/common/WriteParams.i index 738e9d10..505a4283 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/WriteParams.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/WriteParams.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/WriteParams.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/common/all_common.i b/fastdds_python/src/swig/fastdds/rtps/common/all_common.i index 51391490..6daf3e6d 100644 --- a/fastdds_python/src/swig/fastdds/rtps/common/all_common.i +++ b/fastdds_python/src/swig/fastdds/rtps/common/all_common.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/common/all_common.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/exceptions/Exception.i b/fastdds_python/src/swig/fastdds/rtps/exceptions/Exception.i index 1f7a4f36..38a31abc 100644 --- a/fastdds_python/src/swig/fastdds/rtps/exceptions/Exception.i +++ b/fastdds_python/src/swig/fastdds/rtps/exceptions/Exception.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/exceptions/Exception.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/flowcontrol/FlowControllerConsts.i b/fastdds_python/src/swig/fastdds/rtps/flowcontrol/FlowControllerConsts.i index 8d086ec3..f06df814 100644 --- a/fastdds_python/src/swig/fastdds/rtps/flowcontrol/FlowControllerConsts.i +++ b/fastdds_python/src/swig/fastdds/rtps/flowcontrol/FlowControllerConsts.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/flowcontrol/FlowControllerConsts.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/flowcontrol/FlowControllerDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/flowcontrol/FlowControllerDescriptor.i index 9b739ffd..fd56ad46 100644 --- a/fastdds_python/src/swig/fastdds/rtps/flowcontrol/FlowControllerDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/flowcontrol/FlowControllerDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/flowcontrol/FlowControllerDescriptor.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/flowcontrol/FlowControllerSchedulerPolicy.i b/fastdds_python/src/swig/fastdds/rtps/flowcontrol/FlowControllerSchedulerPolicy.i index b00d9b5b..87ff18c0 100644 --- a/fastdds_python/src/swig/fastdds/rtps/flowcontrol/FlowControllerSchedulerPolicy.i +++ b/fastdds_python/src/swig/fastdds/rtps/flowcontrol/FlowControllerSchedulerPolicy.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/flowcontrol/FlowControllerSchedulerPolicy.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.i index 5e24625d..063ecce4 100644 --- a/fastdds_python/src/swig/fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/flowcontrol/ThroughputControllerDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/history/History.i b/fastdds_python/src/swig/fastdds/rtps/history/History.i index d64127db..1a8ed0e5 100644 --- a/fastdds_python/src/swig/fastdds/rtps/history/History.i +++ b/fastdds_python/src/swig/fastdds/rtps/history/History.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/history/History.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/history/IChangePool.i b/fastdds_python/src/swig/fastdds/rtps/history/IChangePool.i index 40ff177d..5b1568e1 100644 --- a/fastdds_python/src/swig/fastdds/rtps/history/IChangePool.i +++ b/fastdds_python/src/swig/fastdds/rtps/history/IChangePool.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/history/IChangePool.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/history/IPayloadPool.i b/fastdds_python/src/swig/fastdds/rtps/history/IPayloadPool.i index a5ae1d94..28220478 100644 --- a/fastdds_python/src/swig/fastdds/rtps/history/IPayloadPool.i +++ b/fastdds_python/src/swig/fastdds/rtps/history/IPayloadPool.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/history/IPayloadPool.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/history/ReaderHistory.i b/fastdds_python/src/swig/fastdds/rtps/history/ReaderHistory.i index fa91a267..73a44f3c 100644 --- a/fastdds_python/src/swig/fastdds/rtps/history/ReaderHistory.i +++ b/fastdds_python/src/swig/fastdds/rtps/history/ReaderHistory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/history/ReaderHistory.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/history/WriterHistory.i b/fastdds_python/src/swig/fastdds/rtps/history/WriterHistory.i index 1aae7407..44945276 100644 --- a/fastdds_python/src/swig/fastdds/rtps/history/WriterHistory.i +++ b/fastdds_python/src/swig/fastdds/rtps/history/WriterHistory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/history/WriterHistory.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/messages/CDRMessage.i b/fastdds_python/src/swig/fastdds/rtps/messages/CDRMessage.i index 6d3e7a53..d6e1bc69 100644 --- a/fastdds_python/src/swig/fastdds/rtps/messages/CDRMessage.i +++ b/fastdds_python/src/swig/fastdds/rtps/messages/CDRMessage.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/messages/CDRMessage.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/messages/MessageReceiver.i b/fastdds_python/src/swig/fastdds/rtps/messages/MessageReceiver.i index e6df5752..c876cfa1 100644 --- a/fastdds_python/src/swig/fastdds/rtps/messages/MessageReceiver.i +++ b/fastdds_python/src/swig/fastdds/rtps/messages/MessageReceiver.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/messages/MessageReceiver.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/messages/RTPSMessageCreator.i b/fastdds_python/src/swig/fastdds/rtps/messages/RTPSMessageCreator.i index 5279582c..062c4d69 100644 --- a/fastdds_python/src/swig/fastdds/rtps/messages/RTPSMessageCreator.i +++ b/fastdds_python/src/swig/fastdds/rtps/messages/RTPSMessageCreator.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/messages/RTPSMessageCreator.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/messages/RTPSMessageGroup.i b/fastdds_python/src/swig/fastdds/rtps/messages/RTPSMessageGroup.i index 362d41f3..b874143d 100644 --- a/fastdds_python/src/swig/fastdds/rtps/messages/RTPSMessageGroup.i +++ b/fastdds_python/src/swig/fastdds/rtps/messages/RTPSMessageGroup.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/messages/RTPSMessageGroup.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/messages/RTPSMessageSenderInterface.i b/fastdds_python/src/swig/fastdds/rtps/messages/RTPSMessageSenderInterface.i index b3905b40..e67612d7 100644 --- a/fastdds_python/src/swig/fastdds/rtps/messages/RTPSMessageSenderInterface.i +++ b/fastdds_python/src/swig/fastdds/rtps/messages/RTPSMessageSenderInterface.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/messages/RTPSMessageSenderInterface.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/messages/RTPS_messages.i b/fastdds_python/src/swig/fastdds/rtps/messages/RTPS_messages.i index a799072e..1d2a9ccf 100644 --- a/fastdds_python/src/swig/fastdds/rtps/messages/RTPS_messages.i +++ b/fastdds_python/src/swig/fastdds/rtps/messages/RTPS_messages.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/messages/RTPS_messages.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/network/NetworkFactory.i b/fastdds_python/src/swig/fastdds/rtps/network/NetworkFactory.i index 254541d2..547edf84 100644 --- a/fastdds_python/src/swig/fastdds/rtps/network/NetworkFactory.i +++ b/fastdds_python/src/swig/fastdds/rtps/network/NetworkFactory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/network/NetworkFactory.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/network/ReceiverResource.i b/fastdds_python/src/swig/fastdds/rtps/network/ReceiverResource.i index 18d72f50..cac63f89 100644 --- a/fastdds_python/src/swig/fastdds/rtps/network/ReceiverResource.i +++ b/fastdds_python/src/swig/fastdds/rtps/network/ReceiverResource.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/network/ReceiverResource.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/network/SenderResource.i b/fastdds_python/src/swig/fastdds/rtps/network/SenderResource.i index c6b5c9dd..45951333 100644 --- a/fastdds_python/src/swig/fastdds/rtps/network/SenderResource.i +++ b/fastdds_python/src/swig/fastdds/rtps/network/SenderResource.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/network/SenderResource.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/participant/ParticipantDiscoveryInfo.i b/fastdds_python/src/swig/fastdds/rtps/participant/ParticipantDiscoveryInfo.i index 1b9e4f44..fb9e8f5d 100644 --- a/fastdds_python/src/swig/fastdds/rtps/participant/ParticipantDiscoveryInfo.i +++ b/fastdds_python/src/swig/fastdds/rtps/participant/ParticipantDiscoveryInfo.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/participant/ParticipantDiscoveryInfo.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipant.i b/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipant.i index 41939f01..547d9031 100644 --- a/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipant.i +++ b/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipant.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/participant/RTPSParticipant.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipantListener.i b/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipantListener.i index 73c3a428..4a55df63 100644 --- a/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipantListener.i +++ b/fastdds_python/src/swig/fastdds/rtps/participant/RTPSParticipantListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/participant/RTPSParticipantListener.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/RTPSReader.i b/fastdds_python/src/swig/fastdds/rtps/reader/RTPSReader.i index 1f06a6bb..9348d18e 100644 --- a/fastdds_python/src/swig/fastdds/rtps/reader/RTPSReader.i +++ b/fastdds_python/src/swig/fastdds/rtps/reader/RTPSReader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/reader/RTPSReader.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/ReaderDiscoveryInfo.i b/fastdds_python/src/swig/fastdds/rtps/reader/ReaderDiscoveryInfo.i index fb0e2d53..323ab864 100644 --- a/fastdds_python/src/swig/fastdds/rtps/reader/ReaderDiscoveryInfo.i +++ b/fastdds_python/src/swig/fastdds/rtps/reader/ReaderDiscoveryInfo.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/reader/ReaderDiscoveryInfo.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/ReaderListener.i b/fastdds_python/src/swig/fastdds/rtps/reader/ReaderListener.i index f7fd2178..20d91c88 100644 --- a/fastdds_python/src/swig/fastdds/rtps/reader/ReaderListener.i +++ b/fastdds_python/src/swig/fastdds/rtps/reader/ReaderListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/reader/ReaderListener.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/StatefulPersistentReader.i b/fastdds_python/src/swig/fastdds/rtps/reader/StatefulPersistentReader.i index b4341f6f..c48520d9 100644 --- a/fastdds_python/src/swig/fastdds/rtps/reader/StatefulPersistentReader.i +++ b/fastdds_python/src/swig/fastdds/rtps/reader/StatefulPersistentReader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/reader/StatefulPersistentReader.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/StatefulReader.i b/fastdds_python/src/swig/fastdds/rtps/reader/StatefulReader.i index efb884b5..f2af1ee1 100644 --- a/fastdds_python/src/swig/fastdds/rtps/reader/StatefulReader.i +++ b/fastdds_python/src/swig/fastdds/rtps/reader/StatefulReader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/reader/StatefulReader.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/StatelessPersistentReader.i b/fastdds_python/src/swig/fastdds/rtps/reader/StatelessPersistentReader.i index c699a92e..b2b02639 100644 --- a/fastdds_python/src/swig/fastdds/rtps/reader/StatelessPersistentReader.i +++ b/fastdds_python/src/swig/fastdds/rtps/reader/StatelessPersistentReader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/reader/StatelessPersistentReader.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/reader/StatelessReader.i b/fastdds_python/src/swig/fastdds/rtps/reader/StatelessReader.i index 0676eb5f..4ca78a3c 100644 --- a/fastdds_python/src/swig/fastdds/rtps/reader/StatelessReader.i +++ b/fastdds_python/src/swig/fastdds/rtps/reader/StatelessReader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/reader/StatelessReader.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/resources/ResourceEvent.i b/fastdds_python/src/swig/fastdds/rtps/resources/ResourceEvent.i index f6f6de03..1d2e4d85 100644 --- a/fastdds_python/src/swig/fastdds/rtps/resources/ResourceEvent.i +++ b/fastdds_python/src/swig/fastdds/rtps/resources/ResourceEvent.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/resources/ResourceEvent.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/resources/ResourceManagement.i b/fastdds_python/src/swig/fastdds/rtps/resources/ResourceManagement.i index 20a93af8..af1cfb8e 100644 --- a/fastdds_python/src/swig/fastdds/rtps/resources/ResourceManagement.i +++ b/fastdds_python/src/swig/fastdds/rtps/resources/ResourceManagement.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/resources/ResourceManagement.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/resources/TimedEvent.i b/fastdds_python/src/swig/fastdds/rtps/resources/TimedEvent.i index db074f89..eaa1e430 100644 --- a/fastdds_python/src/swig/fastdds/rtps/resources/TimedEvent.i +++ b/fastdds_python/src/swig/fastdds/rtps/resources/TimedEvent.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/resources/TimedEvent.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/rtps_all.i b/fastdds_python/src/swig/fastdds/rtps/rtps_all.i index a42b668a..4dd6d350 100644 --- a/fastdds_python/src/swig/fastdds/rtps/rtps_all.i +++ b/fastdds_python/src/swig/fastdds/rtps/rtps_all.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/rtps_all.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/rtps_fwd.i b/fastdds_python/src/swig/fastdds/rtps/rtps_fwd.i index 2df0b88b..b1181a4c 100644 --- a/fastdds_python/src/swig/fastdds/rtps/rtps_fwd.i +++ b/fastdds_python/src/swig/fastdds/rtps/rtps_fwd.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/rtps_fwd.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/AccessControl.i b/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/AccessControl.i index c6e0982c..07c4350b 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/AccessControl.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/AccessControl.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/accesscontrol/AccessControl.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.i b/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.i index 6f0bc2a5..1eef48b7 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/accesscontrol/EndpointSecurityAttributes.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/ParticipantSecurityAttributes.i b/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/ParticipantSecurityAttributes.i index 38acf927..4dc62ef5 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/ParticipantSecurityAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/ParticipantSecurityAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/accesscontrol/ParticipantSecurityAttributes.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/SecurityMaskUtilities.i b/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/SecurityMaskUtilities.i index 24aa54da..11ca7d2b 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/SecurityMaskUtilities.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/accesscontrol/SecurityMaskUtilities.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/accesscontrol/SecurityMaskUtilities.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/authentication/Authentication.i b/fastdds_python/src/swig/fastdds/rtps/security/authentication/Authentication.i index 71be4cc4..b8f4bb90 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/authentication/Authentication.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/authentication/Authentication.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/authentication/Authentication.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/authentication/Handshake.i b/fastdds_python/src/swig/fastdds/rtps/security/authentication/Handshake.i index 42765afd..acb87299 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/authentication/Handshake.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/authentication/Handshake.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/authentication/Handshake.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/common/Handle.i b/fastdds_python/src/swig/fastdds/rtps/security/common/Handle.i index 47b92622..6a9b5d98 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/common/Handle.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/common/Handle.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/common/Handle.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/common/ParticipantGenericMessage.i b/fastdds_python/src/swig/fastdds/rtps/security/common/ParticipantGenericMessage.i index 5489460c..59ebd441 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/common/ParticipantGenericMessage.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/common/ParticipantGenericMessage.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/common/ParticipantGenericMessage.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/common/SharedSecretHandle.i b/fastdds_python/src/swig/fastdds/rtps/security/common/SharedSecretHandle.i index cc705ba7..befd6b7c 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/common/SharedSecretHandle.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/common/SharedSecretHandle.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/common/SharedSecretHandle.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoKeyExchange.i b/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoKeyExchange.i index 08a21eb6..da72e760 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoKeyExchange.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoKeyExchange.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/cryptography/CryptoKeyExchange.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoKeyFactory.i b/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoKeyFactory.i index e339b67d..31f84238 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoKeyFactory.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoKeyFactory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/cryptography/CryptoKeyFactory.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoTransform.i b/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoTransform.i index 340a58ab..4987e2a1 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoTransform.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoTransform.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/cryptography/CryptoTransform.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoTypes.i b/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoTypes.i index 74a62336..678c5ae9 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoTypes.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/cryptography/CryptoTypes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/cryptography/CryptoTypes.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/cryptography/Cryptography.i b/fastdds_python/src/swig/fastdds/rtps/security/cryptography/Cryptography.i index 9d1302a4..dca76899 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/cryptography/Cryptography.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/cryptography/Cryptography.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/cryptography/Cryptography.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/exceptions/SecurityException.i b/fastdds_python/src/swig/fastdds/rtps/security/exceptions/SecurityException.i index c590040f..e4907970 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/exceptions/SecurityException.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/exceptions/SecurityException.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/exceptions/SecurityException.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/logging/BuiltinLoggingType.i b/fastdds_python/src/swig/fastdds/rtps/security/logging/BuiltinLoggingType.i index a7589b00..9882a5b9 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/logging/BuiltinLoggingType.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/logging/BuiltinLoggingType.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/logging/BuiltinLoggingType.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/logging/LogOptions.i b/fastdds_python/src/swig/fastdds/rtps/security/logging/LogOptions.i index 37c75fbe..b27959db 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/logging/LogOptions.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/logging/LogOptions.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/logging/LogOptions.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/logging/Logging.i b/fastdds_python/src/swig/fastdds/rtps/security/logging/Logging.i index ae40ffab..fec2e10b 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/logging/Logging.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/logging/Logging.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/logging/Logging.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/logging/LoggingLevel.i b/fastdds_python/src/swig/fastdds/rtps/security/logging/LoggingLevel.i index 1e77cdca..6fa1a804 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/logging/LoggingLevel.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/logging/LoggingLevel.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/logging/LoggingLevel.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/security/logging/NameValuePair.i b/fastdds_python/src/swig/fastdds/rtps/security/logging/NameValuePair.i index 313b60f0..493e46b5 100644 --- a/fastdds_python/src/swig/fastdds/rtps/security/logging/NameValuePair.i +++ b/fastdds_python/src/swig/fastdds/rtps/security/logging/NameValuePair.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/security/logging/NameValuePair.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/SocketTransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/SocketTransportDescriptor.i index f945c150..e001b4d5 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/SocketTransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/SocketTransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/transport/SocketTransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/TCPTransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/TCPTransportDescriptor.i index 3587e5b2..6c8a2902 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/TCPTransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/TCPTransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/transport/TCPTransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/TCPv4TransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/TCPv4TransportDescriptor.i index 3b765a7c..1229b756 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/TCPv4TransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/TCPv4TransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/transport/TCPv4TransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/TCPv6TransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/TCPv6TransportDescriptor.i index 5837ec52..2ad5b0bc 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/TCPv6TransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/TCPv6TransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/transport/TCPv6TransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/TransportDescriptorInterface.i b/fastdds_python/src/swig/fastdds/rtps/transport/TransportDescriptorInterface.i index f92238ed..f3a43712 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/TransportDescriptorInterface.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/TransportDescriptorInterface.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/transport/TransportDescriptorInterface.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/TransportInterface.i b/fastdds_python/src/swig/fastdds/rtps/transport/TransportInterface.i index 11e36df4..57200038 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/TransportInterface.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/TransportInterface.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/transport/TransportInterface.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/TransportReceiverInterface.i b/fastdds_python/src/swig/fastdds/rtps/transport/TransportReceiverInterface.i index 8f0b4e62..10cd55f2 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/TransportReceiverInterface.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/TransportReceiverInterface.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/transport/TransportReceiverInterface.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/UDPTransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/UDPTransportDescriptor.i index f4a1b465..81677401 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/UDPTransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/UDPTransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/transport/UDPTransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/UDPv4TransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/UDPv4TransportDescriptor.i index 04ba4e5f..ca47fb67 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/UDPv4TransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/UDPv4TransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/transport/UDPv4TransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/UDPv6TransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/UDPv6TransportDescriptor.i index e61b6d30..dc982cdb 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/UDPv6TransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/UDPv6TransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/transport/UDPv6TransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.i index 512a50ce..862fa355 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/transport/test_UDPv4TransportDescriptor.i b/fastdds_python/src/swig/fastdds/rtps/transport/test_UDPv4TransportDescriptor.i index 47bd092f..a4405ca0 100644 --- a/fastdds_python/src/swig/fastdds/rtps/transport/test_UDPv4TransportDescriptor.i +++ b/fastdds_python/src/swig/fastdds/rtps/transport/test_UDPv4TransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/transport/test_UDPv4TransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/ChangeForReader.i b/fastdds_python/src/swig/fastdds/rtps/writer/ChangeForReader.i index 3f3d3c6c..0d5e57d1 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/ChangeForReader.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/ChangeForReader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/ChangeForReader.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/DeliveryRetCode.i b/fastdds_python/src/swig/fastdds/rtps/writer/DeliveryRetCode.i index e4175e11..e7eff4a2 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/DeliveryRetCode.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/DeliveryRetCode.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/DeliveryRetCode.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/IReaderDataFilter.i b/fastdds_python/src/swig/fastdds/rtps/writer/IReaderDataFilter.i index 7f920886..e9c2eee1 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/IReaderDataFilter.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/IReaderDataFilter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/IReaderDataFilter.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessData.i b/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessData.i index 7fbe5f8d..6d7af139 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessData.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessData.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/LivelinessData.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessManager.i b/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessManager.i index a6467229..84d272c5 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessManager.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/LivelinessManager.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/LivelinessManager.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/LocatorSelectorSender.i b/fastdds_python/src/swig/fastdds/rtps/writer/LocatorSelectorSender.i index a269978b..a29d5b4c 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/LocatorSelectorSender.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/LocatorSelectorSender.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/LocatorSelectorSender.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/PersistentWriter.i b/fastdds_python/src/swig/fastdds/rtps/writer/PersistentWriter.i index 335259d7..0d34a847 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/PersistentWriter.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/PersistentWriter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/PersistentWriter.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/RTPSWriter.i b/fastdds_python/src/swig/fastdds/rtps/writer/RTPSWriter.i index ed771f7c..03954e0f 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/RTPSWriter.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/RTPSWriter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/RTPSWriter.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/ReaderLocator.i b/fastdds_python/src/swig/fastdds/rtps/writer/ReaderLocator.i index b5d6c013..5db98022 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/ReaderLocator.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/ReaderLocator.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/ReaderLocator.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/ReaderProxy.i b/fastdds_python/src/swig/fastdds/rtps/writer/ReaderProxy.i index c0ce2df2..7f20a1a4 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/ReaderProxy.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/ReaderProxy.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/ReaderProxy.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/StatefulPersistentWriter.i b/fastdds_python/src/swig/fastdds/rtps/writer/StatefulPersistentWriter.i index 10089f8a..28e2d7b4 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/StatefulPersistentWriter.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/StatefulPersistentWriter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/StatefulPersistentWriter.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/StatefulWriter.i b/fastdds_python/src/swig/fastdds/rtps/writer/StatefulWriter.i index 080e7a19..d5ae1325 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/StatefulWriter.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/StatefulWriter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/StatefulWriter.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/StatelessPersistentWriter.i b/fastdds_python/src/swig/fastdds/rtps/writer/StatelessPersistentWriter.i index 1e6b8c66..32f10c43 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/StatelessPersistentWriter.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/StatelessPersistentWriter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/StatelessPersistentWriter.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/StatelessWriter.i b/fastdds_python/src/swig/fastdds/rtps/writer/StatelessWriter.i index 41644dfc..8401a826 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/StatelessWriter.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/StatelessWriter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/StatelessWriter.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/WriterDiscoveryInfo.i b/fastdds_python/src/swig/fastdds/rtps/writer/WriterDiscoveryInfo.i index 46ffa88e..15d3e28b 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/WriterDiscoveryInfo.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/WriterDiscoveryInfo.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/WriterDiscoveryInfo.h" %} diff --git a/fastdds_python/src/swig/fastdds/rtps/writer/WriterListener.i b/fastdds_python/src/swig/fastdds/rtps/writer/WriterListener.i index 4e2d6a81..4d80ec1e 100644 --- a/fastdds_python/src/swig/fastdds/rtps/writer/WriterListener.i +++ b/fastdds_python/src/swig/fastdds/rtps/writer/WriterListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/rtps/writer/WriterListener.h" %} diff --git a/fastdds_python/src/swig/fastdds/statistics/IListeners.i b/fastdds_python/src/swig/fastdds/statistics/IListeners.i index d4756746..7224bee3 100644 --- a/fastdds_python/src/swig/fastdds/statistics/IListeners.i +++ b/fastdds_python/src/swig/fastdds/statistics/IListeners.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/statistics/IListeners.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/statistics/dds/domain/DomainParticipant.i b/fastdds_python/src/swig/fastdds/statistics/dds/domain/DomainParticipant.i index da1cd853..b1022270 100644 --- a/fastdds_python/src/swig/fastdds/statistics/dds/domain/DomainParticipant.i +++ b/fastdds_python/src/swig/fastdds/statistics/dds/domain/DomainParticipant.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/statistics/dds/domain/DomainParticipant.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/statistics/dds/publisher/qos/DataWriterQos.i b/fastdds_python/src/swig/fastdds/statistics/dds/publisher/qos/DataWriterQos.i index 8101b300..e36ad6a2 100644 --- a/fastdds_python/src/swig/fastdds/statistics/dds/publisher/qos/DataWriterQos.i +++ b/fastdds_python/src/swig/fastdds/statistics/dds/publisher/qos/DataWriterQos.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/statistics/dds/publisher/qos/DataWriterQos.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/statistics/dds/subscriber/qos/DataReaderQos.i b/fastdds_python/src/swig/fastdds/statistics/dds/subscriber/qos/DataReaderQos.i index 4169186e..71cdc45d 100644 --- a/fastdds_python/src/swig/fastdds/statistics/dds/subscriber/qos/DataReaderQos.i +++ b/fastdds_python/src/swig/fastdds/statistics/dds/subscriber/qos/DataReaderQos.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/statistics/dds/subscriber/qos/DataReaderQos.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/statistics/rtps/StatisticsCommon.i b/fastdds_python/src/swig/fastdds/statistics/rtps/StatisticsCommon.i index 66900b0f..9bc02572 100644 --- a/fastdds_python/src/swig/fastdds/statistics/rtps/StatisticsCommon.i +++ b/fastdds_python/src/swig/fastdds/statistics/rtps/StatisticsCommon.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/statistics/rtps/StatisticsCommon.hpp" %} diff --git a/fastdds_python/src/swig/fastdds/statistics/topic_names.i b/fastdds_python/src/swig/fastdds/statistics/topic_names.i index d7cc84e8..95eb7b0a 100644 --- a/fastdds_python/src/swig/fastdds/statistics/topic_names.i +++ b/fastdds_python/src/swig/fastdds/statistics/topic_names.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastdds/statistics/topic_names.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/Domain.i b/fastdds_python/src/swig/fastrtps/Domain.i index 621928e4..56a1c603 100644 --- a/fastdds_python/src/swig/fastrtps/Domain.i +++ b/fastdds_python/src/swig/fastrtps/Domain.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/Domain.h" %} diff --git a/fastdds_python/src/swig/fastrtps/attributes/LibrarySettingsAttributes.i b/fastdds_python/src/swig/fastrtps/attributes/LibrarySettingsAttributes.i index e3fa9507..76512edc 100644 --- a/fastdds_python/src/swig/fastrtps/attributes/LibrarySettingsAttributes.i +++ b/fastdds_python/src/swig/fastrtps/attributes/LibrarySettingsAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/attributes/LibrarySettingsAttributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/attributes/ParticipantAttributes.i b/fastdds_python/src/swig/fastrtps/attributes/ParticipantAttributes.i index c77a8839..bbf7186b 100644 --- a/fastdds_python/src/swig/fastrtps/attributes/ParticipantAttributes.i +++ b/fastdds_python/src/swig/fastrtps/attributes/ParticipantAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/attributes/ParticipantAttributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/attributes/PublisherAttributes.i b/fastdds_python/src/swig/fastrtps/attributes/PublisherAttributes.i index c2f2ff92..5b62960c 100644 --- a/fastdds_python/src/swig/fastrtps/attributes/PublisherAttributes.i +++ b/fastdds_python/src/swig/fastrtps/attributes/PublisherAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/attributes/PublisherAttributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/attributes/ReplierAttributes.i b/fastdds_python/src/swig/fastrtps/attributes/ReplierAttributes.i index 4f695bb4..2ade519e 100644 --- a/fastdds_python/src/swig/fastrtps/attributes/ReplierAttributes.i +++ b/fastdds_python/src/swig/fastrtps/attributes/ReplierAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/attributes/ReplierAttributes.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/attributes/RequesterAttributes.i b/fastdds_python/src/swig/fastrtps/attributes/RequesterAttributes.i index ab287318..4520b7d4 100644 --- a/fastdds_python/src/swig/fastrtps/attributes/RequesterAttributes.i +++ b/fastdds_python/src/swig/fastrtps/attributes/RequesterAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/attributes/RequesterAttributes.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/attributes/SubscriberAttributes.i b/fastdds_python/src/swig/fastrtps/attributes/SubscriberAttributes.i index aa785449..b72c0ba0 100644 --- a/fastdds_python/src/swig/fastrtps/attributes/SubscriberAttributes.i +++ b/fastdds_python/src/swig/fastrtps/attributes/SubscriberAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/attributes/SubscriberAttributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/attributes/TopicAttributes.i b/fastdds_python/src/swig/fastrtps/attributes/TopicAttributes.i index 1ba1fdfb..e70f9a59 100644 --- a/fastdds_python/src/swig/fastrtps/attributes/TopicAttributes.i +++ b/fastdds_python/src/swig/fastrtps/attributes/TopicAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/attributes/TopicAttributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/attributes/all_attributes.i b/fastdds_python/src/swig/fastrtps/attributes/all_attributes.i index dbbaf1df..fb5d6c8a 100644 --- a/fastdds_python/src/swig/fastrtps/attributes/all_attributes.i +++ b/fastdds_python/src/swig/fastrtps/attributes/all_attributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/attributes/all_attributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/common/KeyedChanges.i b/fastdds_python/src/swig/fastrtps/common/KeyedChanges.i index a69f2acb..fda0de0e 100644 --- a/fastdds_python/src/swig/fastrtps/common/KeyedChanges.i +++ b/fastdds_python/src/swig/fastrtps/common/KeyedChanges.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/common/KeyedChanges.h" %} diff --git a/fastdds_python/src/swig/fastrtps/config/doxygen_modules.i b/fastdds_python/src/swig/fastrtps/config/doxygen_modules.i index 9e8bb899..534a053c 100644 --- a/fastdds_python/src/swig/fastrtps/config/doxygen_modules.i +++ b/fastdds_python/src/swig/fastrtps/config/doxygen_modules.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/config/doxygen_modules.h" %} diff --git a/fastdds_python/src/swig/fastrtps/participant/Participant.i b/fastdds_python/src/swig/fastrtps/participant/Participant.i index 9cf9f28b..8aa55541 100644 --- a/fastdds_python/src/swig/fastrtps/participant/Participant.i +++ b/fastdds_python/src/swig/fastrtps/participant/Participant.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/participant/Participant.h" %} diff --git a/fastdds_python/src/swig/fastrtps/participant/ParticipantListener.i b/fastdds_python/src/swig/fastrtps/participant/ParticipantListener.i index 0467c65f..2314070a 100644 --- a/fastdds_python/src/swig/fastrtps/participant/ParticipantListener.i +++ b/fastdds_python/src/swig/fastrtps/participant/ParticipantListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/participant/ParticipantListener.h" %} diff --git a/fastdds_python/src/swig/fastrtps/publisher/Publisher.i b/fastdds_python/src/swig/fastrtps/publisher/Publisher.i index 354282bb..42ca770b 100644 --- a/fastdds_python/src/swig/fastrtps/publisher/Publisher.i +++ b/fastdds_python/src/swig/fastrtps/publisher/Publisher.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/publisher/Publisher.h" %} diff --git a/fastdds_python/src/swig/fastrtps/publisher/PublisherHistory.i b/fastdds_python/src/swig/fastrtps/publisher/PublisherHistory.i index 7e60bc73..7cbcad9c 100644 --- a/fastdds_python/src/swig/fastrtps/publisher/PublisherHistory.i +++ b/fastdds_python/src/swig/fastrtps/publisher/PublisherHistory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/publisher/PublisherHistory.h" %} diff --git a/fastdds_python/src/swig/fastrtps/publisher/PublisherListener.i b/fastdds_python/src/swig/fastrtps/publisher/PublisherListener.i index 0c5f9b04..ba1fa4e7 100644 --- a/fastdds_python/src/swig/fastrtps/publisher/PublisherListener.i +++ b/fastdds_python/src/swig/fastrtps/publisher/PublisherListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/publisher/PublisherListener.h" %} diff --git a/fastdds_python/src/swig/fastrtps/qos/DeadlineMissedStatus.i b/fastdds_python/src/swig/fastrtps/qos/DeadlineMissedStatus.i index 4874a7d1..8980b612 100644 --- a/fastdds_python/src/swig/fastrtps/qos/DeadlineMissedStatus.i +++ b/fastdds_python/src/swig/fastrtps/qos/DeadlineMissedStatus.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/qos/DeadlineMissedStatus.h" %} diff --git a/fastdds_python/src/swig/fastrtps/qos/IncompatibleQosStatus.i b/fastdds_python/src/swig/fastrtps/qos/IncompatibleQosStatus.i index a473894d..7547a1ce 100644 --- a/fastdds_python/src/swig/fastrtps/qos/IncompatibleQosStatus.i +++ b/fastdds_python/src/swig/fastrtps/qos/IncompatibleQosStatus.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/qos/IncompatibleQosStatus.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/qos/LivelinessChangedStatus.i b/fastdds_python/src/swig/fastrtps/qos/LivelinessChangedStatus.i index 71d0c4d3..cb86a627 100644 --- a/fastdds_python/src/swig/fastrtps/qos/LivelinessChangedStatus.i +++ b/fastdds_python/src/swig/fastrtps/qos/LivelinessChangedStatus.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/qos/LivelinessChangedStatus.h" %} diff --git a/fastdds_python/src/swig/fastrtps/qos/LivelinessLostStatus.i b/fastdds_python/src/swig/fastrtps/qos/LivelinessLostStatus.i index 0229f566..7d72c55a 100644 --- a/fastdds_python/src/swig/fastrtps/qos/LivelinessLostStatus.i +++ b/fastdds_python/src/swig/fastrtps/qos/LivelinessLostStatus.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/qos/LivelinessLostStatus.h" %} diff --git a/fastdds_python/src/swig/fastrtps/qos/ParameterTypes.i b/fastdds_python/src/swig/fastrtps/qos/ParameterTypes.i index 21eeca0a..6195565c 100644 --- a/fastdds_python/src/swig/fastrtps/qos/ParameterTypes.i +++ b/fastdds_python/src/swig/fastrtps/qos/ParameterTypes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/qos/ParameterTypes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/qos/QosPolicies.i b/fastdds_python/src/swig/fastrtps/qos/QosPolicies.i index e12a1242..13d83e08 100644 --- a/fastdds_python/src/swig/fastrtps/qos/QosPolicies.i +++ b/fastdds_python/src/swig/fastrtps/qos/QosPolicies.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/qos/QosPolicies.h" %} diff --git a/fastdds_python/src/swig/fastrtps/qos/ReaderQos.i b/fastdds_python/src/swig/fastrtps/qos/ReaderQos.i index a30fc1b4..4154552e 100644 --- a/fastdds_python/src/swig/fastrtps/qos/ReaderQos.i +++ b/fastdds_python/src/swig/fastrtps/qos/ReaderQos.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/qos/ReaderQos.h" %} diff --git a/fastdds_python/src/swig/fastrtps/qos/SampleRejectedStatus.i b/fastdds_python/src/swig/fastrtps/qos/SampleRejectedStatus.i index 3d7895de..ffe558d5 100644 --- a/fastdds_python/src/swig/fastrtps/qos/SampleRejectedStatus.i +++ b/fastdds_python/src/swig/fastrtps/qos/SampleRejectedStatus.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/qos/SampleRejectedStatus.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/qos/WriterQos.i b/fastdds_python/src/swig/fastrtps/qos/WriterQos.i index c914262e..cb08c1f6 100644 --- a/fastdds_python/src/swig/fastrtps/qos/WriterQos.i +++ b/fastdds_python/src/swig/fastrtps/qos/WriterQos.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/qos/WriterQos.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/Endpoint.i b/fastdds_python/src/swig/fastrtps/rtps/Endpoint.i index f5c4e7a1..d01d062b 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/Endpoint.i +++ b/fastdds_python/src/swig/fastrtps/rtps/Endpoint.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/Endpoint.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/RTPSDomain.i b/fastdds_python/src/swig/fastrtps/rtps/RTPSDomain.i index 04a28dd5..75eb6a78 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/RTPSDomain.i +++ b/fastdds_python/src/swig/fastrtps/rtps/RTPSDomain.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/RTPSDomain.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/attributes/EndpointAttributes.i b/fastdds_python/src/swig/fastrtps/rtps/attributes/EndpointAttributes.i index 883c6be5..2682236a 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/attributes/EndpointAttributes.i +++ b/fastdds_python/src/swig/fastrtps/rtps/attributes/EndpointAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/attributes/EndpointAttributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/attributes/HistoryAttributes.i b/fastdds_python/src/swig/fastrtps/rtps/attributes/HistoryAttributes.i index 5cd09b77..277ce30a 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/attributes/HistoryAttributes.i +++ b/fastdds_python/src/swig/fastrtps/rtps/attributes/HistoryAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/attributes/HistoryAttributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/attributes/PropertyPolicy.i b/fastdds_python/src/swig/fastrtps/rtps/attributes/PropertyPolicy.i index 08c01dc9..506926e7 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/attributes/PropertyPolicy.i +++ b/fastdds_python/src/swig/fastrtps/rtps/attributes/PropertyPolicy.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/attributes/PropertyPolicy.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/attributes/RTPSParticipantAllocationAttributes.i b/fastdds_python/src/swig/fastrtps/rtps/attributes/RTPSParticipantAllocationAttributes.i index 9bb78665..6fb6a35d 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/attributes/RTPSParticipantAllocationAttributes.i +++ b/fastdds_python/src/swig/fastrtps/rtps/attributes/RTPSParticipantAllocationAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/attributes/RTPSParticipantAllocationAttributes.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/attributes/RTPSParticipantAttributes.i b/fastdds_python/src/swig/fastrtps/rtps/attributes/RTPSParticipantAttributes.i index cd70ac09..4f1f5931 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/attributes/RTPSParticipantAttributes.i +++ b/fastdds_python/src/swig/fastrtps/rtps/attributes/RTPSParticipantAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/attributes/RTPSParticipantAttributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/attributes/ReaderAttributes.i b/fastdds_python/src/swig/fastrtps/rtps/attributes/ReaderAttributes.i index 4b6ad9f5..8b99d4b6 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/attributes/ReaderAttributes.i +++ b/fastdds_python/src/swig/fastrtps/rtps/attributes/ReaderAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/attributes/ReaderAttributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/attributes/ServerAttributes.i b/fastdds_python/src/swig/fastrtps/rtps/attributes/ServerAttributes.i index 079caee6..9031a174 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/attributes/ServerAttributes.i +++ b/fastdds_python/src/swig/fastrtps/rtps/attributes/ServerAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/attributes/ServerAttributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/attributes/WriterAttributes.i b/fastdds_python/src/swig/fastrtps/rtps/attributes/WriterAttributes.i index 6f4fe51a..3941adf3 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/attributes/WriterAttributes.i +++ b/fastdds_python/src/swig/fastrtps/rtps/attributes/WriterAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/attributes/WriterAttributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/builtin/BuiltinProtocols.i b/fastdds_python/src/swig/fastrtps/rtps/builtin/BuiltinProtocols.i index c4d079e6..972e3780 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/builtin/BuiltinProtocols.i +++ b/fastdds_python/src/swig/fastrtps/rtps/builtin/BuiltinProtocols.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/builtin/BuiltinProtocols.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/builtin/data/ParticipantProxyData.i b/fastdds_python/src/swig/fastrtps/rtps/builtin/data/ParticipantProxyData.i index 5db0c75c..3a0bc9bd 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/builtin/data/ParticipantProxyData.i +++ b/fastdds_python/src/swig/fastrtps/rtps/builtin/data/ParticipantProxyData.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/builtin/data/ParticipantProxyData.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/builtin/data/ReaderProxyData.i b/fastdds_python/src/swig/fastrtps/rtps/builtin/data/ReaderProxyData.i index 6625ea84..5a3d76e4 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/builtin/data/ReaderProxyData.i +++ b/fastdds_python/src/swig/fastrtps/rtps/builtin/data/ReaderProxyData.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/builtin/data/ReaderProxyData.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/builtin/data/WriterProxyData.i b/fastdds_python/src/swig/fastrtps/rtps/builtin/data/WriterProxyData.i index 69419ee7..a6b44c1b 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/builtin/data/WriterProxyData.i +++ b/fastdds_python/src/swig/fastrtps/rtps/builtin/data/WriterProxyData.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/builtin/data/WriterProxyData.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/endpoint/EDP.i b/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/endpoint/EDP.i index b6e54695..69844323 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/endpoint/EDP.i +++ b/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/endpoint/EDP.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/builtin/discovery/endpoint/EDP.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/endpoint/EDPSimple.i b/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/endpoint/EDPSimple.i index e202dc89..d3e92e84 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/endpoint/EDPSimple.i +++ b/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/endpoint/EDPSimple.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/builtin/discovery/endpoint/EDPSimple.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/endpoint/EDPStatic.i b/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/endpoint/EDPStatic.i index 6c453ad8..9f4b6de8 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/endpoint/EDPStatic.i +++ b/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/endpoint/EDPStatic.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/builtin/discovery/endpoint/EDPStatic.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/participant/PDP.i b/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/participant/PDP.i index 375081cf..ec4a97db 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/participant/PDP.i +++ b/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/participant/PDP.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/builtin/discovery/participant/PDP.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/participant/PDPListener.i b/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/participant/PDPListener.i index b21a0e18..4d1fd17e 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/participant/PDPListener.i +++ b/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/participant/PDPListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/builtin/discovery/participant/PDPListener.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/participant/PDPSimple.i b/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/participant/PDPSimple.i index 4e9a92f3..6696aa3d 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/participant/PDPSimple.i +++ b/fastdds_python/src/swig/fastrtps/rtps/builtin/discovery/participant/PDPSimple.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/builtin/discovery/participant/PDPSimple.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/builtin/liveliness/WLP.i b/fastdds_python/src/swig/fastrtps/rtps/builtin/liveliness/WLP.i index 2416cc97..f2edc8bc 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/builtin/liveliness/WLP.i +++ b/fastdds_python/src/swig/fastrtps/rtps/builtin/liveliness/WLP.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/builtin/liveliness/WLP.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/builtin/liveliness/WLPListener.i b/fastdds_python/src/swig/fastrtps/rtps/builtin/liveliness/WLPListener.i index 733a5f5a..86da4371 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/builtin/liveliness/WLPListener.i +++ b/fastdds_python/src/swig/fastrtps/rtps/builtin/liveliness/WLPListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/builtin/liveliness/WLPListener.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/BinaryProperty.i b/fastdds_python/src/swig/fastrtps/rtps/common/BinaryProperty.i index d3d07ada..5b0a5296 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/BinaryProperty.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/BinaryProperty.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/BinaryProperty.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/CDRMessage_t.i b/fastdds_python/src/swig/fastrtps/rtps/common/CDRMessage_t.i index 8056aed0..c1cf0c1b 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/CDRMessage_t.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/CDRMessage_t.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/CDRMessage_t.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/CacheChange.i b/fastdds_python/src/swig/fastrtps/rtps/common/CacheChange.i index 9a4a3c8a..48322965 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/CacheChange.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/CacheChange.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/CacheChange.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/FragmentNumber.i b/fastdds_python/src/swig/fastrtps/rtps/common/FragmentNumber.i index 775425ba..c5c8d264 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/FragmentNumber.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/FragmentNumber.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/FragmentNumber.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/Guid.i b/fastdds_python/src/swig/fastrtps/rtps/common/Guid.i index 6c29563a..d4a65554 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/Guid.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/Guid.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/Guid.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/InstanceHandle.i b/fastdds_python/src/swig/fastrtps/rtps/common/InstanceHandle.i index 23088014..43bc8143 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/InstanceHandle.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/InstanceHandle.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/InstanceHandle.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/Locator.i b/fastdds_python/src/swig/fastrtps/rtps/common/Locator.i index 616e8d49..17a7cd71 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/Locator.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/Locator.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/Locator.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/LocatorListComparisons.i b/fastdds_python/src/swig/fastrtps/rtps/common/LocatorListComparisons.i index c88acf13..ad8fcccd 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/LocatorListComparisons.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/LocatorListComparisons.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/LocatorListComparisons.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/LocatorSelector.i b/fastdds_python/src/swig/fastrtps/rtps/common/LocatorSelector.i index e798194f..873c6814 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/LocatorSelector.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/LocatorSelector.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/LocatorSelector.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/LocatorSelectorEntry.i b/fastdds_python/src/swig/fastrtps/rtps/common/LocatorSelectorEntry.i index 2f1d0f3a..673537a7 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/LocatorSelectorEntry.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/LocatorSelectorEntry.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/LocatorSelectorEntry.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/MatchingInfo.i b/fastdds_python/src/swig/fastrtps/rtps/common/MatchingInfo.i index 9394cf29..b6e206f3 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/MatchingInfo.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/MatchingInfo.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/MatchingInfo.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/PortParameters.i b/fastdds_python/src/swig/fastrtps/rtps/common/PortParameters.i index 2c1510c3..413895b5 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/PortParameters.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/PortParameters.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/PortParameters.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/Property.i b/fastdds_python/src/swig/fastrtps/rtps/common/Property.i index f0a85158..dcba2bb7 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/Property.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/Property.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/Property.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/RemoteLocators.i b/fastdds_python/src/swig/fastrtps/rtps/common/RemoteLocators.i index b9cc535d..573bea62 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/RemoteLocators.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/RemoteLocators.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/RemoteLocators.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/SampleIdentity.i b/fastdds_python/src/swig/fastrtps/rtps/common/SampleIdentity.i index dde23f47..51117ba3 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/SampleIdentity.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/SampleIdentity.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/SampleIdentity.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/SequenceNumber.i b/fastdds_python/src/swig/fastrtps/rtps/common/SequenceNumber.i index bd39a2df..085110b4 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/SequenceNumber.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/SequenceNumber.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/SequenceNumber.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/SerializedPayload.i b/fastdds_python/src/swig/fastrtps/rtps/common/SerializedPayload.i index 1c2593d8..6a5e9db0 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/SerializedPayload.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/SerializedPayload.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/SerializedPayload.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/Time_t.i b/fastdds_python/src/swig/fastrtps/rtps/common/Time_t.i index e58de0f5..7043cb18 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/Time_t.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/Time_t.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/Time_t.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/Token.i b/fastdds_python/src/swig/fastrtps/rtps/common/Token.i index 24d37d05..7c6624c5 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/Token.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/Token.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/Token.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/Types.i b/fastdds_python/src/swig/fastrtps/rtps/common/Types.i index 4fea657a..ad45d2e6 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/Types.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/Types.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/Types.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/WriteParams.i b/fastdds_python/src/swig/fastrtps/rtps/common/WriteParams.i index 780cdd7c..053defd0 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/WriteParams.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/WriteParams.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/WriteParams.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/common/all_common.i b/fastdds_python/src/swig/fastrtps/rtps/common/all_common.i index 742b23df..32e660df 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/common/all_common.i +++ b/fastdds_python/src/swig/fastrtps/rtps/common/all_common.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/common/all_common.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/exceptions/Exception.i b/fastdds_python/src/swig/fastrtps/rtps/exceptions/Exception.i index b4d258bd..42e98e03 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/exceptions/Exception.i +++ b/fastdds_python/src/swig/fastrtps/rtps/exceptions/Exception.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/exceptions/Exception.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/flowcontrol/ThroughputControllerDescriptor.i b/fastdds_python/src/swig/fastrtps/rtps/flowcontrol/ThroughputControllerDescriptor.i index 4f76af33..e6fb12c6 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/flowcontrol/ThroughputControllerDescriptor.i +++ b/fastdds_python/src/swig/fastrtps/rtps/flowcontrol/ThroughputControllerDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/flowcontrol/ThroughputControllerDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/history/History.i b/fastdds_python/src/swig/fastrtps/rtps/history/History.i index 39f93aae..56e7a2f2 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/history/History.i +++ b/fastdds_python/src/swig/fastrtps/rtps/history/History.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/history/History.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/history/ReaderHistory.i b/fastdds_python/src/swig/fastrtps/rtps/history/ReaderHistory.i index 9949b639..0973f0b3 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/history/ReaderHistory.i +++ b/fastdds_python/src/swig/fastrtps/rtps/history/ReaderHistory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/history/ReaderHistory.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/history/WriterHistory.i b/fastdds_python/src/swig/fastrtps/rtps/history/WriterHistory.i index 9bfcadc5..a96b8058 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/history/WriterHistory.i +++ b/fastdds_python/src/swig/fastrtps/rtps/history/WriterHistory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/history/WriterHistory.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/messages/CDRMessage.i b/fastdds_python/src/swig/fastrtps/rtps/messages/CDRMessage.i index 0c200ed8..fd764757 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/messages/CDRMessage.i +++ b/fastdds_python/src/swig/fastrtps/rtps/messages/CDRMessage.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/messages/CDRMessage.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/messages/MessageReceiver.i b/fastdds_python/src/swig/fastrtps/rtps/messages/MessageReceiver.i index 1cba65bd..b8258bc1 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/messages/MessageReceiver.i +++ b/fastdds_python/src/swig/fastrtps/rtps/messages/MessageReceiver.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/messages/MessageReceiver.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/messages/RTPSMessageCreator.i b/fastdds_python/src/swig/fastrtps/rtps/messages/RTPSMessageCreator.i index 5588a74e..7af50196 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/messages/RTPSMessageCreator.i +++ b/fastdds_python/src/swig/fastrtps/rtps/messages/RTPSMessageCreator.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/messages/RTPSMessageCreator.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/messages/RTPSMessageGroup.i b/fastdds_python/src/swig/fastrtps/rtps/messages/RTPSMessageGroup.i index 07cb8ebf..7d5489a8 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/messages/RTPSMessageGroup.i +++ b/fastdds_python/src/swig/fastrtps/rtps/messages/RTPSMessageGroup.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/messages/RTPSMessageGroup.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/messages/RTPSMessageSenderInterface.i b/fastdds_python/src/swig/fastrtps/rtps/messages/RTPSMessageSenderInterface.i index 31521cb4..6e29bb53 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/messages/RTPSMessageSenderInterface.i +++ b/fastdds_python/src/swig/fastrtps/rtps/messages/RTPSMessageSenderInterface.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/messages/RTPSMessageSenderInterface.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/messages/RTPS_messages.i b/fastdds_python/src/swig/fastrtps/rtps/messages/RTPS_messages.i index 3c6d98ac..8e2a0660 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/messages/RTPS_messages.i +++ b/fastdds_python/src/swig/fastrtps/rtps/messages/RTPS_messages.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/messages/RTPS_messages.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/network/NetworkFactory.i b/fastdds_python/src/swig/fastrtps/rtps/network/NetworkFactory.i index d26ae486..568f259d 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/network/NetworkFactory.i +++ b/fastdds_python/src/swig/fastrtps/rtps/network/NetworkFactory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/network/NetworkFactory.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/network/ReceiverResource.i b/fastdds_python/src/swig/fastrtps/rtps/network/ReceiverResource.i index d95f39c6..4c61c94d 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/network/ReceiverResource.i +++ b/fastdds_python/src/swig/fastrtps/rtps/network/ReceiverResource.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/network/ReceiverResource.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/network/SenderResource.i b/fastdds_python/src/swig/fastrtps/rtps/network/SenderResource.i index f9de2ac2..f090a1a2 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/network/SenderResource.i +++ b/fastdds_python/src/swig/fastrtps/rtps/network/SenderResource.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/network/SenderResource.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/participant/ParticipantDiscoveryInfo.i b/fastdds_python/src/swig/fastrtps/rtps/participant/ParticipantDiscoveryInfo.i index d67c92da..48b4d0b1 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/participant/ParticipantDiscoveryInfo.i +++ b/fastdds_python/src/swig/fastrtps/rtps/participant/ParticipantDiscoveryInfo.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/participant/ParticipantDiscoveryInfo.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/participant/RTPSParticipant.i b/fastdds_python/src/swig/fastrtps/rtps/participant/RTPSParticipant.i index 0beb2e27..2247fd8c 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/participant/RTPSParticipant.i +++ b/fastdds_python/src/swig/fastrtps/rtps/participant/RTPSParticipant.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/participant/RTPSParticipant.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/participant/RTPSParticipantListener.i b/fastdds_python/src/swig/fastrtps/rtps/participant/RTPSParticipantListener.i index f47dc9c0..bcbbb29f 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/participant/RTPSParticipantListener.i +++ b/fastdds_python/src/swig/fastrtps/rtps/participant/RTPSParticipantListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/participant/RTPSParticipantListener.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/reader/RTPSReader.i b/fastdds_python/src/swig/fastrtps/rtps/reader/RTPSReader.i index 7de12ea3..55d1faf6 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/reader/RTPSReader.i +++ b/fastdds_python/src/swig/fastrtps/rtps/reader/RTPSReader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/reader/RTPSReader.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/reader/ReaderDiscoveryInfo.i b/fastdds_python/src/swig/fastrtps/rtps/reader/ReaderDiscoveryInfo.i index c5c2f0f3..9f3c4b9c 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/reader/ReaderDiscoveryInfo.i +++ b/fastdds_python/src/swig/fastrtps/rtps/reader/ReaderDiscoveryInfo.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/reader/ReaderDiscoveryInfo.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/reader/ReaderListener.i b/fastdds_python/src/swig/fastrtps/rtps/reader/ReaderListener.i index 3c309dcf..5efc78ce 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/reader/ReaderListener.i +++ b/fastdds_python/src/swig/fastrtps/rtps/reader/ReaderListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/reader/ReaderListener.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulPersistentReader.i b/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulPersistentReader.i index 18d0145c..cfe5417b 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulPersistentReader.i +++ b/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulPersistentReader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/reader/StatefulPersistentReader.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulReader.i b/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulReader.i index c58cdd19..fbe2438a 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulReader.i +++ b/fastdds_python/src/swig/fastrtps/rtps/reader/StatefulReader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/reader/StatefulReader.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessPersistentReader.i b/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessPersistentReader.i index e5403b4f..f6b2c829 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessPersistentReader.i +++ b/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessPersistentReader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/reader/StatelessPersistentReader.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessReader.i b/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessReader.i index a598aa12..47f633b5 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessReader.i +++ b/fastdds_python/src/swig/fastrtps/rtps/reader/StatelessReader.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/reader/StatelessReader.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/resources/ResourceEvent.i b/fastdds_python/src/swig/fastrtps/rtps/resources/ResourceEvent.i index 86f0ffdf..cd090b19 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/resources/ResourceEvent.i +++ b/fastdds_python/src/swig/fastrtps/rtps/resources/ResourceEvent.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/resources/ResourceEvent.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/resources/ResourceManagement.i b/fastdds_python/src/swig/fastrtps/rtps/resources/ResourceManagement.i index 2548a335..88e336bb 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/resources/ResourceManagement.i +++ b/fastdds_python/src/swig/fastrtps/rtps/resources/ResourceManagement.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/resources/ResourceManagement.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/resources/TimedEvent.i b/fastdds_python/src/swig/fastrtps/rtps/resources/TimedEvent.i index 85096ff2..b2f08d3f 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/resources/TimedEvent.i +++ b/fastdds_python/src/swig/fastrtps/rtps/resources/TimedEvent.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/resources/TimedEvent.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/rtps_all.i b/fastdds_python/src/swig/fastrtps/rtps/rtps_all.i index e064feac..db6faef7 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/rtps_all.i +++ b/fastdds_python/src/swig/fastrtps/rtps/rtps_all.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/rtps_all.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/rtps_fwd.i b/fastdds_python/src/swig/fastrtps/rtps/rtps_fwd.i index 8b918b2b..1841f5a7 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/rtps_fwd.i +++ b/fastdds_python/src/swig/fastrtps/rtps/rtps_fwd.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/rtps_fwd.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/AccessControl.i b/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/AccessControl.i index 2614af1f..785a2cbc 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/AccessControl.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/AccessControl.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/accesscontrol/AccessControl.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/EndpointSecurityAttributes.i b/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/EndpointSecurityAttributes.i index fe2f33d1..63f678ed 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/EndpointSecurityAttributes.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/EndpointSecurityAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/accesscontrol/EndpointSecurityAttributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/ParticipantSecurityAttributes.i b/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/ParticipantSecurityAttributes.i index 8bdf3763..2de4e32c 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/ParticipantSecurityAttributes.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/ParticipantSecurityAttributes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/accesscontrol/ParticipantSecurityAttributes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/SecurityMaskUtilities.i b/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/SecurityMaskUtilities.i index 3a00e1ea..0f271473 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/SecurityMaskUtilities.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/accesscontrol/SecurityMaskUtilities.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/accesscontrol/SecurityMaskUtilities.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/authentication/Authentication.i b/fastdds_python/src/swig/fastrtps/rtps/security/authentication/Authentication.i index c6e790ca..c1a86e5e 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/authentication/Authentication.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/authentication/Authentication.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/authentication/Authentication.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/authentication/Handshake.i b/fastdds_python/src/swig/fastrtps/rtps/security/authentication/Handshake.i index efe262be..ed4fd916 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/authentication/Handshake.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/authentication/Handshake.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/authentication/Handshake.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/common/Handle.i b/fastdds_python/src/swig/fastrtps/rtps/security/common/Handle.i index a70e8eab..94e8d57e 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/common/Handle.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/common/Handle.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/common/Handle.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/common/ParticipantGenericMessage.i b/fastdds_python/src/swig/fastrtps/rtps/security/common/ParticipantGenericMessage.i index 2c9df67b..42920376 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/common/ParticipantGenericMessage.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/common/ParticipantGenericMessage.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/common/ParticipantGenericMessage.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/common/SharedSecretHandle.i b/fastdds_python/src/swig/fastrtps/rtps/security/common/SharedSecretHandle.i index fd1c76bb..b7e3cbd2 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/common/SharedSecretHandle.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/common/SharedSecretHandle.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/common/SharedSecretHandle.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoKeyExchange.i b/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoKeyExchange.i index 9605ee8a..666ff978 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoKeyExchange.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoKeyExchange.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/cryptography/CryptoKeyExchange.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoKeyFactory.i b/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoKeyFactory.i index 7e4dc6e3..7c169378 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoKeyFactory.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoKeyFactory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/cryptography/CryptoKeyFactory.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoTransform.i b/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoTransform.i index eb2e1255..e11754b3 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoTransform.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoTransform.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/cryptography/CryptoTransform.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoTypes.i b/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoTypes.i index e5e973bb..12f647a3 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoTypes.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/CryptoTypes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/cryptography/CryptoTypes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/Cryptography.i b/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/Cryptography.i index ae2678a7..a5594818 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/Cryptography.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/cryptography/Cryptography.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/cryptography/Cryptography.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/security/exceptions/SecurityException.i b/fastdds_python/src/swig/fastrtps/rtps/security/exceptions/SecurityException.i index 268841bd..48756dff 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/security/exceptions/SecurityException.i +++ b/fastdds_python/src/swig/fastrtps/rtps/security/exceptions/SecurityException.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/security/exceptions/SecurityException.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/writer/LivelinessData.i b/fastdds_python/src/swig/fastrtps/rtps/writer/LivelinessData.i index 5d8f743f..bf48cb04 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/writer/LivelinessData.i +++ b/fastdds_python/src/swig/fastrtps/rtps/writer/LivelinessData.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/writer/LivelinessData.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/writer/LivelinessManager.i b/fastdds_python/src/swig/fastrtps/rtps/writer/LivelinessManager.i index 2f416ca7..76f08af1 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/writer/LivelinessManager.i +++ b/fastdds_python/src/swig/fastrtps/rtps/writer/LivelinessManager.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/writer/LivelinessManager.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/writer/PersistentWriter.i b/fastdds_python/src/swig/fastrtps/rtps/writer/PersistentWriter.i index 1cb9c561..176a7996 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/writer/PersistentWriter.i +++ b/fastdds_python/src/swig/fastrtps/rtps/writer/PersistentWriter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/writer/PersistentWriter.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/writer/RTPSWriter.i b/fastdds_python/src/swig/fastrtps/rtps/writer/RTPSWriter.i index e051bd23..94614f5a 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/writer/RTPSWriter.i +++ b/fastdds_python/src/swig/fastrtps/rtps/writer/RTPSWriter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/writer/RTPSWriter.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/writer/ReaderLocator.i b/fastdds_python/src/swig/fastrtps/rtps/writer/ReaderLocator.i index ca11b49a..f0acf7b5 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/writer/ReaderLocator.i +++ b/fastdds_python/src/swig/fastrtps/rtps/writer/ReaderLocator.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/writer/ReaderLocator.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/writer/ReaderProxy.i b/fastdds_python/src/swig/fastrtps/rtps/writer/ReaderProxy.i index e157f429..5abb8155 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/writer/ReaderProxy.i +++ b/fastdds_python/src/swig/fastrtps/rtps/writer/ReaderProxy.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/writer/ReaderProxy.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/writer/StatefulPersistentWriter.i b/fastdds_python/src/swig/fastrtps/rtps/writer/StatefulPersistentWriter.i index abf7e54c..92976a76 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/writer/StatefulPersistentWriter.i +++ b/fastdds_python/src/swig/fastrtps/rtps/writer/StatefulPersistentWriter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/writer/StatefulPersistentWriter.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/writer/StatefulWriter.i b/fastdds_python/src/swig/fastrtps/rtps/writer/StatefulWriter.i index e76a52e1..35e5afed 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/writer/StatefulWriter.i +++ b/fastdds_python/src/swig/fastrtps/rtps/writer/StatefulWriter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/writer/StatefulWriter.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/writer/StatelessPersistentWriter.i b/fastdds_python/src/swig/fastrtps/rtps/writer/StatelessPersistentWriter.i index e7e53bc2..8fc19f1e 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/writer/StatelessPersistentWriter.i +++ b/fastdds_python/src/swig/fastrtps/rtps/writer/StatelessPersistentWriter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/writer/StatelessPersistentWriter.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/writer/StatelessWriter.i b/fastdds_python/src/swig/fastrtps/rtps/writer/StatelessWriter.i index b0fa424a..1143e92b 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/writer/StatelessWriter.i +++ b/fastdds_python/src/swig/fastrtps/rtps/writer/StatelessWriter.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/writer/StatelessWriter.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/writer/WriterDiscoveryInfo.i b/fastdds_python/src/swig/fastrtps/rtps/writer/WriterDiscoveryInfo.i index 75382228..77c0bfe9 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/writer/WriterDiscoveryInfo.i +++ b/fastdds_python/src/swig/fastrtps/rtps/writer/WriterDiscoveryInfo.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/writer/WriterDiscoveryInfo.h" %} diff --git a/fastdds_python/src/swig/fastrtps/rtps/writer/WriterListener.i b/fastdds_python/src/swig/fastrtps/rtps/writer/WriterListener.i index edd5e4dc..b665be47 100644 --- a/fastdds_python/src/swig/fastrtps/rtps/writer/WriterListener.i +++ b/fastdds_python/src/swig/fastrtps/rtps/writer/WriterListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/rtps/writer/WriterListener.h" %} diff --git a/fastdds_python/src/swig/fastrtps/subscriber/SampleInfo.i b/fastdds_python/src/swig/fastrtps/subscriber/SampleInfo.i index 3e694c7b..9c100e82 100644 --- a/fastdds_python/src/swig/fastrtps/subscriber/SampleInfo.i +++ b/fastdds_python/src/swig/fastrtps/subscriber/SampleInfo.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/subscriber/SampleInfo.h" %} diff --git a/fastdds_python/src/swig/fastrtps/subscriber/Subscriber.i b/fastdds_python/src/swig/fastrtps/subscriber/Subscriber.i index d26fda5b..eb5078f1 100644 --- a/fastdds_python/src/swig/fastrtps/subscriber/Subscriber.i +++ b/fastdds_python/src/swig/fastrtps/subscriber/Subscriber.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/subscriber/Subscriber.h" %} diff --git a/fastdds_python/src/swig/fastrtps/subscriber/SubscriberHistory.i b/fastdds_python/src/swig/fastrtps/subscriber/SubscriberHistory.i index 7603f9af..90249e69 100644 --- a/fastdds_python/src/swig/fastrtps/subscriber/SubscriberHistory.i +++ b/fastdds_python/src/swig/fastrtps/subscriber/SubscriberHistory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/subscriber/SubscriberHistory.h" %} diff --git a/fastdds_python/src/swig/fastrtps/subscriber/SubscriberListener.i b/fastdds_python/src/swig/fastrtps/subscriber/SubscriberListener.i index 9d246736..434d88db 100644 --- a/fastdds_python/src/swig/fastrtps/subscriber/SubscriberListener.i +++ b/fastdds_python/src/swig/fastrtps/subscriber/SubscriberListener.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/subscriber/SubscriberListener.h" %} diff --git a/fastdds_python/src/swig/fastrtps/transport/SocketTransportDescriptor.i b/fastdds_python/src/swig/fastrtps/transport/SocketTransportDescriptor.i index 5130235f..23fb0c08 100644 --- a/fastdds_python/src/swig/fastrtps/transport/SocketTransportDescriptor.i +++ b/fastdds_python/src/swig/fastrtps/transport/SocketTransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/transport/SocketTransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastrtps/transport/TCPTransportDescriptor.i b/fastdds_python/src/swig/fastrtps/transport/TCPTransportDescriptor.i index 0d977746..5c1ea8cd 100644 --- a/fastdds_python/src/swig/fastrtps/transport/TCPTransportDescriptor.i +++ b/fastdds_python/src/swig/fastrtps/transport/TCPTransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/transport/TCPTransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastrtps/transport/TCPv4TransportDescriptor.i b/fastdds_python/src/swig/fastrtps/transport/TCPv4TransportDescriptor.i index f1ee9d02..edc784a2 100644 --- a/fastdds_python/src/swig/fastrtps/transport/TCPv4TransportDescriptor.i +++ b/fastdds_python/src/swig/fastrtps/transport/TCPv4TransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/transport/TCPv4TransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastrtps/transport/TCPv6TransportDescriptor.i b/fastdds_python/src/swig/fastrtps/transport/TCPv6TransportDescriptor.i index 6765e936..aad1fbd9 100644 --- a/fastdds_python/src/swig/fastrtps/transport/TCPv6TransportDescriptor.i +++ b/fastdds_python/src/swig/fastrtps/transport/TCPv6TransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/transport/TCPv6TransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastrtps/transport/TransportDescriptorInterface.i b/fastdds_python/src/swig/fastrtps/transport/TransportDescriptorInterface.i index 1578a3b1..40def852 100644 --- a/fastdds_python/src/swig/fastrtps/transport/TransportDescriptorInterface.i +++ b/fastdds_python/src/swig/fastrtps/transport/TransportDescriptorInterface.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/transport/TransportDescriptorInterface.h" %} diff --git a/fastdds_python/src/swig/fastrtps/transport/TransportInterface.i b/fastdds_python/src/swig/fastrtps/transport/TransportInterface.i index 7522e69a..1f8066ae 100644 --- a/fastdds_python/src/swig/fastrtps/transport/TransportInterface.i +++ b/fastdds_python/src/swig/fastrtps/transport/TransportInterface.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/transport/TransportInterface.h" %} diff --git a/fastdds_python/src/swig/fastrtps/transport/TransportReceiverInterface.i b/fastdds_python/src/swig/fastrtps/transport/TransportReceiverInterface.i index e6b7fb74..16bae284 100644 --- a/fastdds_python/src/swig/fastrtps/transport/TransportReceiverInterface.i +++ b/fastdds_python/src/swig/fastrtps/transport/TransportReceiverInterface.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/transport/TransportReceiverInterface.h" %} diff --git a/fastdds_python/src/swig/fastrtps/transport/UDPTransportDescriptor.i b/fastdds_python/src/swig/fastrtps/transport/UDPTransportDescriptor.i index b6ecf0b7..3b4a22b2 100644 --- a/fastdds_python/src/swig/fastrtps/transport/UDPTransportDescriptor.i +++ b/fastdds_python/src/swig/fastrtps/transport/UDPTransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/transport/UDPTransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastrtps/transport/UDPv4TransportDescriptor.i b/fastdds_python/src/swig/fastrtps/transport/UDPv4TransportDescriptor.i index 6aec8ce6..97886c4f 100644 --- a/fastdds_python/src/swig/fastrtps/transport/UDPv4TransportDescriptor.i +++ b/fastdds_python/src/swig/fastrtps/transport/UDPv4TransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/transport/UDPv4TransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastrtps/transport/UDPv6TransportDescriptor.i b/fastdds_python/src/swig/fastrtps/transport/UDPv6TransportDescriptor.i index 84eeac89..06c064d3 100644 --- a/fastdds_python/src/swig/fastrtps/transport/UDPv6TransportDescriptor.i +++ b/fastdds_python/src/swig/fastrtps/transport/UDPv6TransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/transport/UDPv6TransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastrtps/transport/test_UDPv4TransportDescriptor.i b/fastdds_python/src/swig/fastrtps/transport/test_UDPv4TransportDescriptor.i index d10789c8..6b83a70e 100644 --- a/fastdds_python/src/swig/fastrtps/transport/test_UDPv4TransportDescriptor.i +++ b/fastdds_python/src/swig/fastrtps/transport/test_UDPv4TransportDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/transport/test_UDPv4TransportDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/AnnotationDescriptor.i b/fastdds_python/src/swig/fastrtps/types/AnnotationDescriptor.i index e7e4dc90..81e814eb 100644 --- a/fastdds_python/src/swig/fastrtps/types/AnnotationDescriptor.i +++ b/fastdds_python/src/swig/fastrtps/types/AnnotationDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/AnnotationDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/AnnotationParameterValue.i b/fastdds_python/src/swig/fastrtps/types/AnnotationParameterValue.i index b95b3d52..1f95c395 100644 --- a/fastdds_python/src/swig/fastrtps/types/AnnotationParameterValue.i +++ b/fastdds_python/src/swig/fastrtps/types/AnnotationParameterValue.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/AnnotationParameterValue.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/BuiltinAnnotationsTypeObject.i b/fastdds_python/src/swig/fastrtps/types/BuiltinAnnotationsTypeObject.i index 7954744d..0a86a44b 100644 --- a/fastdds_python/src/swig/fastrtps/types/BuiltinAnnotationsTypeObject.i +++ b/fastdds_python/src/swig/fastrtps/types/BuiltinAnnotationsTypeObject.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/BuiltinAnnotationsTypeObject.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/DynamicData.i b/fastdds_python/src/swig/fastrtps/types/DynamicData.i index 3df06d8c..fc6c8195 100644 --- a/fastdds_python/src/swig/fastrtps/types/DynamicData.i +++ b/fastdds_python/src/swig/fastrtps/types/DynamicData.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/DynamicData.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/DynamicDataFactory.i b/fastdds_python/src/swig/fastrtps/types/DynamicDataFactory.i index d09cf56d..9b68295e 100644 --- a/fastdds_python/src/swig/fastrtps/types/DynamicDataFactory.i +++ b/fastdds_python/src/swig/fastrtps/types/DynamicDataFactory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/DynamicDataFactory.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/DynamicDataHelper.i b/fastdds_python/src/swig/fastrtps/types/DynamicDataHelper.i index 3c2f1dd5..e95ceb3b 100644 --- a/fastdds_python/src/swig/fastrtps/types/DynamicDataHelper.i +++ b/fastdds_python/src/swig/fastrtps/types/DynamicDataHelper.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/DynamicDataHelper.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/types/DynamicDataPtr.i b/fastdds_python/src/swig/fastrtps/types/DynamicDataPtr.i index b1e60acd..13cd4994 100644 --- a/fastdds_python/src/swig/fastrtps/types/DynamicDataPtr.i +++ b/fastdds_python/src/swig/fastrtps/types/DynamicDataPtr.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/DynamicDataPtr.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/DynamicPubSubType.i b/fastdds_python/src/swig/fastrtps/types/DynamicPubSubType.i index 02a0948a..766b6bec 100644 --- a/fastdds_python/src/swig/fastrtps/types/DynamicPubSubType.i +++ b/fastdds_python/src/swig/fastrtps/types/DynamicPubSubType.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/DynamicPubSubType.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/DynamicType.i b/fastdds_python/src/swig/fastrtps/types/DynamicType.i index 693e76d1..caeaf666 100644 --- a/fastdds_python/src/swig/fastrtps/types/DynamicType.i +++ b/fastdds_python/src/swig/fastrtps/types/DynamicType.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/DynamicType.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/DynamicTypeBuilder.i b/fastdds_python/src/swig/fastrtps/types/DynamicTypeBuilder.i index 46141c60..b332dda8 100644 --- a/fastdds_python/src/swig/fastrtps/types/DynamicTypeBuilder.i +++ b/fastdds_python/src/swig/fastrtps/types/DynamicTypeBuilder.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/DynamicTypeBuilder.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/DynamicTypeBuilderFactory.i b/fastdds_python/src/swig/fastrtps/types/DynamicTypeBuilderFactory.i index a3aec583..3cc156aa 100644 --- a/fastdds_python/src/swig/fastrtps/types/DynamicTypeBuilderFactory.i +++ b/fastdds_python/src/swig/fastrtps/types/DynamicTypeBuilderFactory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/DynamicTypeBuilderFactory.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/DynamicTypeBuilderPtr.i b/fastdds_python/src/swig/fastrtps/types/DynamicTypeBuilderPtr.i index 570d4714..66595c3d 100644 --- a/fastdds_python/src/swig/fastrtps/types/DynamicTypeBuilderPtr.i +++ b/fastdds_python/src/swig/fastrtps/types/DynamicTypeBuilderPtr.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/DynamicTypeBuilderPtr.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/DynamicTypeMember.i b/fastdds_python/src/swig/fastrtps/types/DynamicTypeMember.i index 7924ae86..a6287eb0 100644 --- a/fastdds_python/src/swig/fastrtps/types/DynamicTypeMember.i +++ b/fastdds_python/src/swig/fastrtps/types/DynamicTypeMember.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/DynamicTypeMember.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/DynamicTypePtr.i b/fastdds_python/src/swig/fastrtps/types/DynamicTypePtr.i index 40b8a197..c484c02f 100644 --- a/fastdds_python/src/swig/fastrtps/types/DynamicTypePtr.i +++ b/fastdds_python/src/swig/fastrtps/types/DynamicTypePtr.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/DynamicTypePtr.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/MemberDescriptor.i b/fastdds_python/src/swig/fastrtps/types/MemberDescriptor.i index bfc5a103..5e1bf919 100644 --- a/fastdds_python/src/swig/fastrtps/types/MemberDescriptor.i +++ b/fastdds_python/src/swig/fastrtps/types/MemberDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/MemberDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/TypeDescriptor.i b/fastdds_python/src/swig/fastrtps/types/TypeDescriptor.i index 0c6b696b..427b6bbe 100644 --- a/fastdds_python/src/swig/fastrtps/types/TypeDescriptor.i +++ b/fastdds_python/src/swig/fastrtps/types/TypeDescriptor.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/TypeDescriptor.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/TypeIdentifier.i b/fastdds_python/src/swig/fastrtps/types/TypeIdentifier.i index f077372b..bd40846d 100644 --- a/fastdds_python/src/swig/fastrtps/types/TypeIdentifier.i +++ b/fastdds_python/src/swig/fastrtps/types/TypeIdentifier.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/TypeIdentifier.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/TypeIdentifierTypes.i b/fastdds_python/src/swig/fastrtps/types/TypeIdentifierTypes.i index 0762ca93..a8a1301f 100644 --- a/fastdds_python/src/swig/fastrtps/types/TypeIdentifierTypes.i +++ b/fastdds_python/src/swig/fastrtps/types/TypeIdentifierTypes.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/TypeIdentifierTypes.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/TypeNamesGenerator.i b/fastdds_python/src/swig/fastrtps/types/TypeNamesGenerator.i index 8b64bd06..821031e0 100644 --- a/fastdds_python/src/swig/fastrtps/types/TypeNamesGenerator.i +++ b/fastdds_python/src/swig/fastrtps/types/TypeNamesGenerator.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/TypeNamesGenerator.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/TypeObject.i b/fastdds_python/src/swig/fastrtps/types/TypeObject.i index 2482bedf..d3de39c1 100644 --- a/fastdds_python/src/swig/fastrtps/types/TypeObject.i +++ b/fastdds_python/src/swig/fastrtps/types/TypeObject.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/TypeObject.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/TypeObjectFactory.i b/fastdds_python/src/swig/fastrtps/types/TypeObjectFactory.i index 108cd140..3e68b4fe 100644 --- a/fastdds_python/src/swig/fastrtps/types/TypeObjectFactory.i +++ b/fastdds_python/src/swig/fastrtps/types/TypeObjectFactory.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/TypeObjectFactory.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/TypeObjectHashId.i b/fastdds_python/src/swig/fastrtps/types/TypeObjectHashId.i index 54cd1e01..5c7c11dc 100644 --- a/fastdds_python/src/swig/fastrtps/types/TypeObjectHashId.i +++ b/fastdds_python/src/swig/fastrtps/types/TypeObjectHashId.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/TypeObjectHashId.h" %} diff --git a/fastdds_python/src/swig/fastrtps/types/TypesBase.i b/fastdds_python/src/swig/fastrtps/types/TypesBase.i index 5198444d..b8ca9dac 100644 --- a/fastdds_python/src/swig/fastrtps/types/TypesBase.i +++ b/fastdds_python/src/swig/fastrtps/types/TypesBase.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/types/TypesBase.h" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/DBQueue.i b/fastdds_python/src/swig/fastrtps/utils/DBQueue.i index 2e469330..16c8a545 100644 --- a/fastdds_python/src/swig/fastrtps/utils/DBQueue.i +++ b/fastdds_python/src/swig/fastrtps/utils/DBQueue.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/DBQueue.h" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/IPFinder.i b/fastdds_python/src/swig/fastrtps/utils/IPFinder.i index 7f27b0b6..8bbed07d 100644 --- a/fastdds_python/src/swig/fastrtps/utils/IPFinder.i +++ b/fastdds_python/src/swig/fastrtps/utils/IPFinder.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/IPFinder.h" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/IPLocator.i b/fastdds_python/src/swig/fastrtps/utils/IPLocator.i index f0720dbb..00731c78 100644 --- a/fastdds_python/src/swig/fastrtps/utils/IPLocator.i +++ b/fastdds_python/src/swig/fastrtps/utils/IPLocator.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/IPLocator.h" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/Semaphore.i b/fastdds_python/src/swig/fastrtps/utils/Semaphore.i index 3e5c4ab3..5dd462b3 100644 --- a/fastdds_python/src/swig/fastrtps/utils/Semaphore.i +++ b/fastdds_python/src/swig/fastrtps/utils/Semaphore.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/Semaphore.h" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/StringMatching.i b/fastdds_python/src/swig/fastrtps/utils/StringMatching.i index 1fe88fef..e9e3be15 100644 --- a/fastdds_python/src/swig/fastrtps/utils/StringMatching.i +++ b/fastdds_python/src/swig/fastrtps/utils/StringMatching.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/StringMatching.h" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/System.i b/fastdds_python/src/swig/fastrtps/utils/System.i index bf0a47ab..fa6193bc 100644 --- a/fastdds_python/src/swig/fastrtps/utils/System.i +++ b/fastdds_python/src/swig/fastrtps/utils/System.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/System.h" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/TimeConversion.i b/fastdds_python/src/swig/fastrtps/utils/TimeConversion.i index dbe3c3fa..333220ed 100644 --- a/fastdds_python/src/swig/fastrtps/utils/TimeConversion.i +++ b/fastdds_python/src/swig/fastrtps/utils/TimeConversion.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/TimeConversion.h" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/TimedConditionVariable.i b/fastdds_python/src/swig/fastrtps/utils/TimedConditionVariable.i index aabf7522..650e9788 100644 --- a/fastdds_python/src/swig/fastrtps/utils/TimedConditionVariable.i +++ b/fastdds_python/src/swig/fastrtps/utils/TimedConditionVariable.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/TimedConditionVariable.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/TimedMutex.i b/fastdds_python/src/swig/fastrtps/utils/TimedMutex.i index 694ee326..795ecf31 100644 --- a/fastdds_python/src/swig/fastrtps/utils/TimedMutex.i +++ b/fastdds_python/src/swig/fastrtps/utils/TimedMutex.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/TimedMutex.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/collections/ResourceLimitedContainerConfig.i b/fastdds_python/src/swig/fastrtps/utils/collections/ResourceLimitedContainerConfig.i index dfd72682..a6d2a169 100644 --- a/fastdds_python/src/swig/fastrtps/utils/collections/ResourceLimitedContainerConfig.i +++ b/fastdds_python/src/swig/fastrtps/utils/collections/ResourceLimitedContainerConfig.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/collections/ResourceLimitedContainerConfig.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/collections/ResourceLimitedVector.i b/fastdds_python/src/swig/fastrtps/utils/collections/ResourceLimitedVector.i index 18cc9d91..2b9c48df 100644 --- a/fastdds_python/src/swig/fastrtps/utils/collections/ResourceLimitedVector.i +++ b/fastdds_python/src/swig/fastrtps/utils/collections/ResourceLimitedVector.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/collections/ResourceLimitedVector.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/collections/foonathan_memory_helpers.i b/fastdds_python/src/swig/fastrtps/utils/collections/foonathan_memory_helpers.i index 7d582545..97b87877 100644 --- a/fastdds_python/src/swig/fastrtps/utils/collections/foonathan_memory_helpers.i +++ b/fastdds_python/src/swig/fastrtps/utils/collections/foonathan_memory_helpers.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/collections/foonathan_memory_helpers.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/fixed_size_bitmap.i b/fastdds_python/src/swig/fastrtps/utils/fixed_size_bitmap.i index e8e59764..85fb92f8 100644 --- a/fastdds_python/src/swig/fastrtps/utils/fixed_size_bitmap.i +++ b/fastdds_python/src/swig/fastrtps/utils/fixed_size_bitmap.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/fixed_size_bitmap.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/fixed_size_string.i b/fastdds_python/src/swig/fastrtps/utils/fixed_size_string.i index 39cce90e..516b2e9b 100644 --- a/fastdds_python/src/swig/fastrtps/utils/fixed_size_string.i +++ b/fastdds_python/src/swig/fastrtps/utils/fixed_size_string.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/fixed_size_string.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/utils/md5.i b/fastdds_python/src/swig/fastrtps/utils/md5.i index 32188e21..8e0f65c3 100644 --- a/fastdds_python/src/swig/fastrtps/utils/md5.i +++ b/fastdds_python/src/swig/fastrtps/utils/md5.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + // SWIG helper modules %include "std_string.i" diff --git a/fastdds_python/src/swig/fastrtps/utils/string_convert.i b/fastdds_python/src/swig/fastrtps/utils/string_convert.i index 55660883..e4b91757 100644 --- a/fastdds_python/src/swig/fastrtps/utils/string_convert.i +++ b/fastdds_python/src/swig/fastrtps/utils/string_convert.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/utils/string_convert.hpp" %} diff --git a/fastdds_python/src/swig/fastrtps/xmlparser/XMLEndpointParser.i b/fastdds_python/src/swig/fastrtps/xmlparser/XMLEndpointParser.i index 486b214b..367379d4 100644 --- a/fastdds_python/src/swig/fastrtps/xmlparser/XMLEndpointParser.i +++ b/fastdds_python/src/swig/fastrtps/xmlparser/XMLEndpointParser.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/xmlparser/XMLEndpointParser.h" %} diff --git a/fastdds_python/src/swig/fastrtps/xmlparser/XMLParser.i b/fastdds_python/src/swig/fastrtps/xmlparser/XMLParser.i index 773cd16e..a8736de3 100644 --- a/fastdds_python/src/swig/fastrtps/xmlparser/XMLParser.i +++ b/fastdds_python/src/swig/fastrtps/xmlparser/XMLParser.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/xmlparser/XMLParser.h" %} diff --git a/fastdds_python/src/swig/fastrtps/xmlparser/XMLParserCommon.i b/fastdds_python/src/swig/fastrtps/xmlparser/XMLParserCommon.i index d24125b9..c63572c8 100644 --- a/fastdds_python/src/swig/fastrtps/xmlparser/XMLParserCommon.i +++ b/fastdds_python/src/swig/fastrtps/xmlparser/XMLParserCommon.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/xmlparser/XMLParserCommon.h" %} diff --git a/fastdds_python/src/swig/fastrtps/xmlparser/XMLProfileManager.i b/fastdds_python/src/swig/fastrtps/xmlparser/XMLProfileManager.i index 82737d8f..4b7f0175 100644 --- a/fastdds_python/src/swig/fastrtps/xmlparser/XMLProfileManager.i +++ b/fastdds_python/src/swig/fastrtps/xmlparser/XMLProfileManager.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/xmlparser/XMLProfileManager.h" %} diff --git a/fastdds_python/src/swig/fastrtps/xmlparser/XMLTree.i b/fastdds_python/src/swig/fastrtps/xmlparser/XMLTree.i index b1e7d1f7..13edb891 100644 --- a/fastdds_python/src/swig/fastrtps/xmlparser/XMLTree.i +++ b/fastdds_python/src/swig/fastrtps/xmlparser/XMLTree.i @@ -1,3 +1,17 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + %{ #include "fastrtps/xmlparser/XMLTree.h" %} diff --git a/fastdds_python_examples/CMakeLists.txt b/fastdds_python_examples/CMakeLists.txt index 56a49cbe..dacfcfa5 100644 --- a/fastdds_python_examples/CMakeLists.txt +++ b/fastdds_python_examples/CMakeLists.txt @@ -1,3 +1,17 @@ +# Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + cmake_minimum_required(VERSION 3.13) project(FastDdsPythonExamples) diff --git a/fastdds_python_examples/HelloWorldExample/HelloWorld.idl b/fastdds_python_examples/HelloWorldExample/HelloWorld.idl index 0fd2c355..9675a4e4 100644 --- a/fastdds_python_examples/HelloWorldExample/HelloWorld.idl +++ b/fastdds_python_examples/HelloWorldExample/HelloWorld.idl @@ -1,5 +1,19 @@ +// Copyright 2022 Proyectos y Sistemas de Mantenimiento SL (eProsima). +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + struct HelloWorld { - unsigned long index; - string message; + unsigned long index; + string message; };