From 79dc463382dd3ee3ad0715496c90796b5b9337c1 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Thu, 16 Nov 2023 11:59:08 +0000
Subject: [PATCH] Forecaster:

- Added missing copyright headers
---
 src/forecaster/tests/data/inject_samples.py | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/forecaster/tests/data/inject_samples.py b/src/forecaster/tests/data/inject_samples.py
index 12a7f494f..e77cd9508 100644
--- a/src/forecaster/tests/data/inject_samples.py
+++ b/src/forecaster/tests/data/inject_samples.py
@@ -1,3 +1,18 @@
+# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (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 logging, sys
 from common.proto.kpi_sample_types_pb2 import KpiSampleType
 from common.proto.monitoring_pb2 import Kpi, KpiDescriptor
-- 
GitLab