diff options
Diffstat (limited to 'src/squares.adb')
-rw-r--r-- | src/squares.adb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/squares.adb b/src/squares.adb index fbb04c6..17cf5e8 100644 --- a/src/squares.adb +++ b/src/squares.adb @@ -1,5 +1,11 @@ +-- Programmed by Jedidiah Barber +-- Licensed under the Sunset License v1.0 + +-- See license.txt for further details + + package body Squares is |