From 49ef7fe81044f9c149300c7edcbde97170cdea1e Mon Sep 17 00:00:00 2001 From: Mario Dominguez Date: Tue, 18 Jun 2024 09:57:30 +0200 Subject: [PATCH] Refs #21095: Add license Signed-off-by: Mario Dominguez --- test/examples/discovery_server.compose.yml | 14 ++++++++++++++ test/examples/test_discovery_server.py | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/test/examples/discovery_server.compose.yml b/test/examples/discovery_server.compose.yml index bdba0e291d1..127e034b336 100644 --- a/test/examples/discovery_server.compose.yml +++ b/test/examples/discovery_server.compose.yml @@ -1,3 +1,17 @@ +# Copyright 2024 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + version: "3" services: diff --git a/test/examples/test_discovery_server.py b/test/examples/test_discovery_server.py index 7fad43811ed..2a1167f4d1c 100644 --- a/test/examples/test_discovery_server.py +++ b/test/examples/test_discovery_server.py @@ -1,3 +1,17 @@ +# Copyright 2024 Proyectos y Sistemas de Mantenimiento SL (eProsima). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import subprocess import pytest