From bc4a8616f81f78d2d0a79cf27268541441ef3292 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Mon, 23 Sep 2024 16:30:53 +0200 Subject: [PATCH] Update Copyrights and Python version Issue-ID: OAM-414 Change-Id: Ibb1c66694f721dd05089ab4363634f40b1f45a14 Signed-off-by: Martin Skorupski --- code/network-generator/network_generation/model/python/hexagon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/network-generator/network_generation/model/python/hexagon.py b/code/network-generator/network_generation/model/python/hexagon.py index 555c601..0496c56 100644 --- a/code/network-generator/network_generation/model/python/hexagon.py +++ b/code/network-generator/network_generation/model/python/hexagon.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 -- 2.16.6