From 4fef04d1515ac10fec071021dd91fba3c3ef6c17 Mon Sep 17 00:00:00 2001 From: Carlos Natalino <carlos.natalino@chalmers.se> Date: Fri, 12 May 2023 15:27:10 +0200 Subject: [PATCH] Fixing copyright notice. --- src/tests/scenario3/optical/scaphandre.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/tests/scenario3/optical/scaphandre.yaml b/src/tests/scenario3/optical/scaphandre.yaml index 9cf98b5ee..3b348cb8a 100644 --- a/src/tests/scenario3/optical/scaphandre.yaml +++ b/src/tests/scenario3/optical/scaphandre.yaml @@ -1,6 +1,22 @@ +# 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. + # this file deploys a tool that enables the monitoring of energy consumption # per component. # More info: https://github.com/hubblo-org/scaphandre + +--- apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: -- GitLab