aboutsummaryrefslogtreecommitdiff
path: root/src/pathfinding.adb
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-04-16 21:28:54 +1200
committerJedidiah Barber <contact@jedbarber.id.au>2025-04-16 21:28:54 +1200
commit0393492b694f474ae00185348fa36dc932b7a116 (patch)
treee33ddda985ba3c52d74a1cd3d7a378175b0f8122 /src/pathfinding.adb
parent30ba2f59f5880b92a24602009272ee49c1fbdf54 (diff)
Added credits/license header to source
Diffstat (limited to 'src/pathfinding.adb')
-rw-r--r--src/pathfinding.adb6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pathfinding.adb b/src/pathfinding.adb
index 5234cdb..ca4cbda 100644
--- a/src/pathfinding.adb
+++ b/src/pathfinding.adb
@@ -1,5 +1,11 @@
+-- Programmed by Jedidiah Barber
+-- Licensed under the Sunset License v1.0
+
+-- See license.txt for further details
+
+
with
Things,