From ac354cdb7470b300eeb308bca125a607db38288a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Mu=C3=B1iz=20Da=20Costa?= Date: Wed, 12 Jun 2024 11:37:44 +0200 Subject: [PATCH] Update topology_qkd.py --- modulos/topology_qkd.py | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/modulos/topology_qkd.py b/modulos/topology_qkd.py index 5a28eeb..5f71229 100644 --- a/modulos/topology_qkd.py +++ b/modulos/topology_qkd.py @@ -1,5 +1,17 @@ #!/usr/bin/env python3 -# © 2024 Telefónica Innovación Digital, All rights reserved +# © 2024 Telefónica Innovación Digital +# 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 os import json import hashlib @@ -66,4 +78,4 @@ def manage_updates(self, cambios): print(data) self.return_info(2,0,1, data) - return cambios \ No newline at end of file + return cambios