From 2c6d41eab6e9004ecf2c00836db7ec14aefe24f2 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Mon, 23 Sep 2024 16:31:23 +0200 Subject: [PATCH] Update Copyrights and Python version Issue-ID: OAM-414 Change-Id: Ib77c2d9439c40803f1a2bf4ebf70b808a6cc8f5e Signed-off-by: Martin Skorupski --- code/network-generator/network_generation/model/python/o_ran_du.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/network-generator/network_generation/model/python/o_ran_du.py b/code/network-generator/network_generation/model/python/o_ran_du.py index 98e8c1a..209cfbc 100644 --- a/code/network-generator/network_generation/model/python/o_ran_du.py +++ b/code/network-generator/network_generation/model/python/o_ran_du.py @@ -1,4 +1,4 @@ -# Copyright 2023 highstreet technologies GmbH +# Copyright 2024 highstreet technologies # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# !/usr/bin/python +# !/usr/bin/python3 """ A Class representing an O-RAN distributed unit (ORanDu) -- 2.16.6