diff options
Diffstat (limited to 'src/pathfinding.ads')
-rw-r--r-- | src/pathfinding.ads | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pathfinding.ads b/src/pathfinding.ads index eec079f..e6dd328 100644 --- a/src/pathfinding.ads +++ b/src/pathfinding.ads @@ -1,5 +1,11 @@ +-- Programmed by Jedidiah Barber +-- Licensed under the Sunset License v1.0 + +-- See license.txt for further details + + with Grids, |