From 276b5c06bf9b0adcbe056f03b6dfda58759f4969 Mon Sep 17 00:00:00 2001 From: gifrerenom Date: Thu, 13 Nov 2025 18:21:45 +0000 Subject: [PATCH 1/4] Add missing headers --- .../traffic_changer/templates/affect_form.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/tests/tools/traffic_changer/templates/affect_form.html b/src/tests/tools/traffic_changer/templates/affect_form.html index cfdb0296d..204d6ebb2 100644 --- a/src/tests/tools/traffic_changer/templates/affect_form.html +++ b/src/tests/tools/traffic_changer/templates/affect_form.html @@ -1,4 +1,20 @@ + + -- GitLab From 97894f4047466b488ce249576459b72af6170b84 Mon Sep 17 00:00:00 2001 From: gifrerenom Date: Thu, 13 Nov 2025 18:28:45 +0000 Subject: [PATCH 2/4] Fix wrong headers --- proto/ip_link.proto | 2 +- proto/tapi_lsp.proto | 2 +- src/automation/service/zsm_handlers/P4INTZSMPlugin.py | 2 +- src/automation/service/zsm_handlers/__init__.py | 2 +- src/automation/tests/test_automation_handlers.py | 2 +- src/context/service/database/OpticalBand.py | 2 +- .../service/database/models/OpticalConfig/OpticalBandModel.py | 2 +- src/device/service/drivers/openroadm/OpenROADMDriver.py | 2 +- src/device/service/drivers/openroadm/RetryDecorator.py | 2 +- src/device/service/drivers/openroadm/Tools.py | 2 +- .../service/drivers/openroadm/templates/Provisioning/common.py | 2 +- .../drivers/openroadm/templates/Provisioning/openroadm.py | 2 +- src/device/tests/dscm/Fixtures.py | 2 +- .../org/etsi/tfs/policy/context/model/ConstraintExclusions.java | 2 +- .../etsi/tfs/policy/context/model/ConstraintTypeExclusions.java | 2 +- .../main/java/org/etsi/tfs/policy/context/model/DeviceId.java | 2 +- .../src/main/java/org/etsi/tfs/policy/context/model/LinkId.java | 2 +- src/service/service/service_handlers/ipowdm/ConfigRules.py | 2 +- .../service/service_handlers/ipowdm/IpowdmServiceHandler.py | 2 +- src/service/service/service_handlers/ipowdm/__init__.py | 2 +- src/service/service/service_handlers/tapi_lsp/ConfigRules.py | 2 +- .../service/service_handlers/tapi_lsp/Tapi_LSPServiceHandler.py | 2 +- src/service/service/service_handlers/tapi_lsp/__init__.py | 2 +- src/service/tests/qkd/test_functional_bootstrap.py | 2 +- src/telemetry/backend/Config.py | 2 +- src/telemetry/backend/Tools.py | 2 +- src/telemetry/backend/service/ErrorMessages.py | 2 +- src/telemetry/backend/service/collector_api/DriverFactory.py | 2 +- .../backend/service/collector_api/DriverInstanceCache.py | 2 +- src/telemetry/backend/service/collector_api/Exceptions.py | 2 +- src/telemetry/backend/service/collector_api/FilterFields.py | 2 +- src/telemetry/backend/service/collectors/__init__.py | 2 +- src/tests/ofc24/refresh_op.sh | 2 +- src/webui/service/templates/opticalconfig/lightpaths.html | 2 +- src/webui/service/templates/opticalconfig/opticalbands.html | 2 +- src/webui/service/templates/opticalconfig/opticallinks.html | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/proto/ip_link.proto b/proto/ip_link.proto index a4f00b0de..9b4294162 100644 --- a/proto/ip_link.proto +++ b/proto/ip_link.proto @@ -1,4 +1,4 @@ -// Copyright 2022-2025 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +// 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. diff --git a/proto/tapi_lsp.proto b/proto/tapi_lsp.proto index 8db84cf7c..da9f1a739 100644 --- a/proto/tapi_lsp.proto +++ b/proto/tapi_lsp.proto @@ -1,4 +1,4 @@ -// Copyright 2022-2025 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +// 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. diff --git a/src/automation/service/zsm_handlers/P4INTZSMPlugin.py b/src/automation/service/zsm_handlers/P4INTZSMPlugin.py index a16979530..e71e2e6e3 100644 --- a/src/automation/service/zsm_handlers/P4INTZSMPlugin.py +++ b/src/automation/service/zsm_handlers/P4INTZSMPlugin.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/automation/service/zsm_handlers/__init__.py b/src/automation/service/zsm_handlers/__init__.py index ae96f895e..6a371461b 100644 --- a/src/automation/service/zsm_handlers/__init__.py +++ b/src/automation/service/zsm_handlers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/automation/tests/test_automation_handlers.py b/src/automation/tests/test_automation_handlers.py index 16fbcb255..0530e7614 100644 --- a/src/automation/tests/test_automation_handlers.py +++ b/src/automation/tests/test_automation_handlers.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/context/service/database/OpticalBand.py b/src/context/service/database/OpticalBand.py index 08b88d55b..6057adaad 100644 --- a/src/context/service/database/OpticalBand.py +++ b/src/context/service/database/OpticalBand.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/context/service/database/models/OpticalConfig/OpticalBandModel.py b/src/context/service/database/models/OpticalConfig/OpticalBandModel.py index 735869738..ba69d508d 100644 --- a/src/context/service/database/models/OpticalConfig/OpticalBandModel.py +++ b/src/context/service/database/models/OpticalConfig/OpticalBandModel.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/device/service/drivers/openroadm/OpenROADMDriver.py b/src/device/service/drivers/openroadm/OpenROADMDriver.py index f1a388b84..8468d4723 100644 --- a/src/device/service/drivers/openroadm/OpenROADMDriver.py +++ b/src/device/service/drivers/openroadm/OpenROADMDriver.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/device/service/drivers/openroadm/RetryDecorator.py b/src/device/service/drivers/openroadm/RetryDecorator.py index df37414c1..be86498fe 100644 --- a/src/device/service/drivers/openroadm/RetryDecorator.py +++ b/src/device/service/drivers/openroadm/RetryDecorator.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/device/service/drivers/openroadm/Tools.py b/src/device/service/drivers/openroadm/Tools.py index 45407d38d..33c755d71 100644 --- a/src/device/service/drivers/openroadm/Tools.py +++ b/src/device/service/drivers/openroadm/Tools.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/device/service/drivers/openroadm/templates/Provisioning/common.py b/src/device/service/drivers/openroadm/templates/Provisioning/common.py index 6edaefc2f..55d404f8d 100644 --- a/src/device/service/drivers/openroadm/templates/Provisioning/common.py +++ b/src/device/service/drivers/openroadm/templates/Provisioning/common.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/device/service/drivers/openroadm/templates/Provisioning/openroadm.py b/src/device/service/drivers/openroadm/templates/Provisioning/openroadm.py index 32c03b026..ef51d3a05 100644 --- a/src/device/service/drivers/openroadm/templates/Provisioning/openroadm.py +++ b/src/device/service/drivers/openroadm/templates/Provisioning/openroadm.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/device/tests/dscm/Fixtures.py b/src/device/tests/dscm/Fixtures.py index 458d0d786..ab9e67a90 100644 --- a/src/device/tests/dscm/Fixtures.py +++ b/src/device/tests/dscm/Fixtures.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintExclusions.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintExclusions.java index 383e14fee..efcf40777 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintExclusions.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintExclusions.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * 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. diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeExclusions.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeExclusions.java index 4436b2b62..b1980c2e2 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeExclusions.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/ConstraintTypeExclusions.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * 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. diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceId.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceId.java index fd1352819..facb4c4bf 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceId.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/DeviceId.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * 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. diff --git a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LinkId.java b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LinkId.java index fe7fcff2a..c7b0c83ce 100644 --- a/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LinkId.java +++ b/src/policy/src/main/java/org/etsi/tfs/policy/context/model/LinkId.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) + * 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. diff --git a/src/service/service/service_handlers/ipowdm/ConfigRules.py b/src/service/service/service_handlers/ipowdm/ConfigRules.py index e36dd7bab..7f48c6071 100644 --- a/src/service/service/service_handlers/ipowdm/ConfigRules.py +++ b/src/service/service/service_handlers/ipowdm/ConfigRules.py @@ -1,4 +1,4 @@ -# Copyright 2022-2025 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/service/service/service_handlers/ipowdm/IpowdmServiceHandler.py b/src/service/service/service_handlers/ipowdm/IpowdmServiceHandler.py index e22c5d28f..db4a41e43 100644 --- a/src/service/service/service_handlers/ipowdm/IpowdmServiceHandler.py +++ b/src/service/service/service_handlers/ipowdm/IpowdmServiceHandler.py @@ -1,4 +1,4 @@ -# Copyright 2022-2025 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/service/service/service_handlers/ipowdm/__init__.py b/src/service/service/service_handlers/ipowdm/__init__.py index 6242c89c7..7363515f0 100644 --- a/src/service/service/service_handlers/ipowdm/__init__.py +++ b/src/service/service/service_handlers/ipowdm/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2022-2025 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/service/service/service_handlers/tapi_lsp/ConfigRules.py b/src/service/service/service_handlers/tapi_lsp/ConfigRules.py index e78379834..d5b4431f9 100644 --- a/src/service/service/service_handlers/tapi_lsp/ConfigRules.py +++ b/src/service/service/service_handlers/tapi_lsp/ConfigRules.py @@ -1,4 +1,4 @@ -# Copyright 2022-2025 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/service/service/service_handlers/tapi_lsp/Tapi_LSPServiceHandler.py b/src/service/service/service_handlers/tapi_lsp/Tapi_LSPServiceHandler.py index f2e1b1de1..31a526fb6 100644 --- a/src/service/service/service_handlers/tapi_lsp/Tapi_LSPServiceHandler.py +++ b/src/service/service/service_handlers/tapi_lsp/Tapi_LSPServiceHandler.py @@ -1,4 +1,4 @@ -# Copyright 2022-2025 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/service/service/service_handlers/tapi_lsp/__init__.py b/src/service/service/service_handlers/tapi_lsp/__init__.py index 6242c89c7..7363515f0 100644 --- a/src/service/service/service_handlers/tapi_lsp/__init__.py +++ b/src/service/service/service_handlers/tapi_lsp/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2022-2025 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/service/tests/qkd/test_functional_bootstrap.py b/src/service/tests/qkd/test_functional_bootstrap.py index daf35f0de..80db786d7 100644 --- a/src/service/tests/qkd/test_functional_bootstrap.py +++ b/src/service/tests/qkd/test_functional_bootstrap.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/telemetry/backend/Config.py b/src/telemetry/backend/Config.py index 73c37610d..02f864a10 100644 --- a/src/telemetry/backend/Config.py +++ b/src/telemetry/backend/Config.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/telemetry/backend/Tools.py b/src/telemetry/backend/Tools.py index 1b047834c..b4f8523e6 100644 --- a/src/telemetry/backend/Tools.py +++ b/src/telemetry/backend/Tools.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/telemetry/backend/service/ErrorMessages.py b/src/telemetry/backend/service/ErrorMessages.py index 317de8cf6..2a15a75de 100644 --- a/src/telemetry/backend/service/ErrorMessages.py +++ b/src/telemetry/backend/service/ErrorMessages.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/telemetry/backend/service/collector_api/DriverFactory.py b/src/telemetry/backend/service/collector_api/DriverFactory.py index fd11ca125..23d4c86bd 100644 --- a/src/telemetry/backend/service/collector_api/DriverFactory.py +++ b/src/telemetry/backend/service/collector_api/DriverFactory.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/telemetry/backend/service/collector_api/DriverInstanceCache.py b/src/telemetry/backend/service/collector_api/DriverInstanceCache.py index 13d43db13..7500bc688 100644 --- a/src/telemetry/backend/service/collector_api/DriverInstanceCache.py +++ b/src/telemetry/backend/service/collector_api/DriverInstanceCache.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/telemetry/backend/service/collector_api/Exceptions.py b/src/telemetry/backend/service/collector_api/Exceptions.py index 8bc607d95..1871fc2e0 100644 --- a/src/telemetry/backend/service/collector_api/Exceptions.py +++ b/src/telemetry/backend/service/collector_api/Exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/telemetry/backend/service/collector_api/FilterFields.py b/src/telemetry/backend/service/collector_api/FilterFields.py index b1d2cb314..103a77105 100644 --- a/src/telemetry/backend/service/collector_api/FilterFields.py +++ b/src/telemetry/backend/service/collector_api/FilterFields.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/telemetry/backend/service/collectors/__init__.py b/src/telemetry/backend/service/collectors/__init__.py index b2391d623..614870363 100644 --- a/src/telemetry/backend/service/collectors/__init__.py +++ b/src/telemetry/backend/service/collectors/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/tests/ofc24/refresh_op.sh b/src/tests/ofc24/refresh_op.sh index 3a8fca7f9..e3e68fa5e 100644 --- a/src/tests/ofc24/refresh_op.sh +++ b/src/tests/ofc24/refresh_op.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2022-2024 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) +# 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. diff --git a/src/webui/service/templates/opticalconfig/lightpaths.html b/src/webui/service/templates/opticalconfig/lightpaths.html index dba83ca43..3b9346137 100644 --- a/src/webui/service/templates/opticalconfig/lightpaths.html +++ b/src/webui/service/templates/opticalconfig/lightpaths.html @@ -1,5 +1,5 @@