diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-16 21:28:54 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-16 21:28:54 +1200 |
commit | 0393492b694f474ae00185348fa36dc932b7a116 (patch) | |
tree | e33ddda985ba3c52d74a1cd3d7a378175b0f8122 /src/pathfinding.adb | |
parent | 30ba2f59f5880b92a24602009272ee49c1fbdf54 (diff) |
Added credits/license header to source
Diffstat (limited to 'src/pathfinding.adb')
-rw-r--r-- | src/pathfinding.adb | 6 |
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, |