From: Martin Skorupski Date: Mon, 23 Sep 2024 14:32:41 +0000 (+0200) Subject: Update Copyrights and Python version X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=7d38341a3844d4b3e2226f3c57fd4bfa7ec64aad;p=oam.git Update Copyrights and Python version Issue-ID: OAM-414 Change-Id: I55a993dd258563df47fe70dc73f9d52be38e3f7d Signed-off-by: Martin Skorupski --- diff --git a/code/network-generator/network_generation/model/python/point.py b/code/network-generator/network_generation/model/python/point.py index 41cd8a0..15da052 100644 --- a/code/network-generator/network_generation/model/python/point.py +++ b/code/network-generator/network_generation/model/python/point.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. @@ -14,7 +14,7 @@ # # inspired by http://www.redblobgames.com/grids/hexagons/ -# !/usr/bin/python +# !/usr/bin/python3 from __future__ import division, print_function