aboutsummaryrefslogtreecommitdiff
path: root/src/datatypes.adb
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-05-10 17:22:09 +1200
committerJedidiah Barber <contact@jedbarber.id.au>2025-05-10 17:22:09 +1200
commit0b26a50a889a9c9540c14e117828206487739ae6 (patch)
treeba2a7953264bd813837e7fb95c7654d79d6a7cfd /src/datatypes.adb
parent03fe3aeb4d78b0528c26dff9d4a2ecbc4c323e0d (diff)
Added short credits/license header to source code filesHEADmaster
Diffstat (limited to 'src/datatypes.adb')
-rw-r--r--src/datatypes.adb8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/datatypes.adb b/src/datatypes.adb
index 64ff017..30f2d86 100644
--- a/src/datatypes.adb
+++ b/src/datatypes.adb
@@ -1,4 +1,11 @@
+
+-- Programmed by Jedidiah Barber
+-- Licensed under the Sunset License v1.0
+
+-- See license.txt for further details
+
+
package body Datatypes is
@@ -13,3 +20,4 @@ package body Datatypes is
end Datatypes;
+