From 065c908d2d711e2e33a038a34ad0a7f3ed409906 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Mon, 23 Sep 2024 16:32:47 +0200 Subject: [PATCH] Update Copyrights and Python version Issue-ID: OAM-414 Change-Id: I886db0745574ac05ae9b2f92a7a0a1c6f88ef416 Signed-off-by: Martin Skorupski --- code/network-generator/network_generation/model/python/top.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/network-generator/network_generation/model/python/top.py b/code/network-generator/network_generation/model/python/top.py index e68c615..4797adc 100644 --- a/code/network-generator/network_generation/model/python/top.py +++ b/code/network-generator/network_generation/model/python/top.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 """ An abstract Class for all classes -- 2.16.6