From 0393492b694f474ae00185348fa36dc932b7a116 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 16 Apr 2025 21:28:54 +1200 Subject: Added credits/license header to source --- src/pathfinding.ads | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/pathfinding.ads') 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, -- cgit