Commit 6950b1f8 authored by Javier Velázquez's avatar Javier Velázquez
Browse files

Change copyrigh headers

parent 72fafe4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ The realizer module determines the realization of each slice by interacting with
<img src="images/NSC_Architecture.png" alt="NSC Architecture">

## Requirements
- Python3
- Python3.12
- python3-pip
- python3-venv

+3 −1
Original line number Diff line number Diff line
# Copyright 2025 Telefonica Innovación Digital S.L.
# Copyright 2022-2025 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.
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# This file is an original contribution from Telefonica Innovación Digital S.L.

import logging, os
# Default logging level
DEFAULT_LOGGING_LEVEL = logging.INFO
+1 −1
Original line number Diff line number Diff line
# Copyright 2025 Telefonica Innovación Digital S.L.
# Copyright 2022-2025 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.
+1 −1
Original line number Diff line number Diff line
# Copyright 2025 Telefonica Innovación Digital S.L.
# Copyright 2022-2025 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.
+3 −1
Original line number Diff line number Diff line
# Copyright 2025 Telefonica Innovación Digital S.L.
# Copyright 2022-2025 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.
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#This file is an original contribution from Telefonica Innovación Digital S.L.

from flask_restx import fields

def create_gpp_nrm_28541_model(slice_ns):
Loading