diff --git a/src/tests/ecoc24/tests/create_service.py b/src/tests/ecoc24/tests/create_service.py
index bc24bccd846819d07323a107a956e83718b1ebc7..5cc349405e1f7a37a2bfa3bbce3cb87d399be2ca 100644
--- a/src/tests/ecoc24/tests/create_service.py
+++ b/src/tests/ecoc24/tests/create_service.py
@@ -1,3 +1,17 @@
+# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT 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 requests
 
 url = "http://localhost:8002/tfs-api/link/CSGW1_xe5-CSGW2_xe5"
diff --git a/src/tests/ecoc24/tests/delete_service.py b/src/tests/ecoc24/tests/delete_service.py
index 0281fb2b3a7b822516388692a43c3446e7391103..31644342cb82486395655e240920620f6a142f1a 100644
--- a/src/tests/ecoc24/tests/delete_service.py
+++ b/src/tests/ecoc24/tests/delete_service.py
@@ -1,3 +1,17 @@
+# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT 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 requests
 
 url = "http://localhost:8002/tfs-api/link/CSGW1_xe5-CSGW2_xe5"