aboutsummaryrefslogtreecommitdiff
path: root/src/datatypes.ads
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.ads
parent03fe3aeb4d78b0528c26dff9d4a2ecbc4c323e0d (diff)
Added short credits/license header to source code filesHEADmaster
Diffstat (limited to 'src/datatypes.ads')
-rw-r--r--src/datatypes.ads9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/datatypes.ads b/src/datatypes.ads
index 50d21f9..403bf0e 100644
--- a/src/datatypes.ads
+++ b/src/datatypes.ads
@@ -1,9 +1,17 @@
+
+-- Programmed by Jedidiah Barber
+-- Licensed under the Sunset License v1.0
+
+-- See license.txt for further details
+
+
with
Ada.Numerics.Generic_Complex_Types,
Ada.Containers.Vectors;
+
package Datatypes is
type Quantity is digits 18;
@@ -31,3 +39,4 @@ package Datatypes is
end Datatypes;
+