Update Copyrights and Python version 93/13393/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Mon, 23 Sep 2024 14:30:33 +0000 (16:30 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Mon, 23 Sep 2024 14:30:33 +0000 (16:30 +0200)
Issue-ID: OAM-414
Change-Id: I693b9fb1fedf642a7bbe9cd4d9d1f0760d24c574
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/network-generator/network_generation/model/python/cube.py

index 2c5ef06..388ff45 100644 (file)
@@ -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 network_generation.model.python.hexagon import Hex