summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/csv.adb3
-rw-r--r--src/csv.ads3
-rw-r--r--src/datatypes.ads3
-rw-r--r--src/deck_convert.adb3
-rw-r--r--src/deck_io.adb3
-rw-r--r--src/deck_io.ads3
-rw-r--r--src/fmd.adb3
-rw-r--r--src/fmd.ads3
-rw-r--r--src/sqlite3.adb3
-rw-r--r--src/sqlite3.ads3
10 files changed, 30 insertions, 0 deletions
diff --git a/src/csv.adb b/src/csv.adb
index 036401b..656f99f 100644
--- a/src/csv.adb
+++ b/src/csv.adb
@@ -1,5 +1,8 @@
+-- This source is licensed under the Sunset License v1.0
+
+
with
Ada.Characters.Latin_1,
diff --git a/src/csv.ads b/src/csv.ads
index ec0c096..c2df2e9 100644
--- a/src/csv.ads
+++ b/src/csv.ads
@@ -1,5 +1,8 @@
+-- This source is licensed under the Sunset License v1.0
+
+
with
Ada.Containers.Vectors,
diff --git a/src/datatypes.ads b/src/datatypes.ads
index 7229f2d..5ad2f75 100644
--- a/src/datatypes.ads
+++ b/src/datatypes.ads
@@ -1,5 +1,8 @@
+-- This source is licensed under the Sunset License v1.0
+
+
with
Ada.Containers.Vectors,
diff --git a/src/deck_convert.adb b/src/deck_convert.adb
index 70c7abf..a101b6a 100644
--- a/src/deck_convert.adb
+++ b/src/deck_convert.adb
@@ -1,5 +1,8 @@
+-- This source is licensed under the Sunset License v1.0
+
+
with
Ada.Characters.Latin_1,
diff --git a/src/deck_io.adb b/src/deck_io.adb
index 9884cdc..3b48a10 100644
--- a/src/deck_io.adb
+++ b/src/deck_io.adb
@@ -1,5 +1,8 @@
+-- This source is licensed under the Sunset License v1.0
+
+
with
Ada.Characters.Latin_1,
diff --git a/src/deck_io.ads b/src/deck_io.ads
index 2f00207..e5d698a 100644
--- a/src/deck_io.ads
+++ b/src/deck_io.ads
@@ -1,5 +1,8 @@
+-- This source is licensed under the Sunset License v1.0
+
+
with
Ada.Containers.Vectors,
diff --git a/src/fmd.adb b/src/fmd.adb
index 9fbb4e5..ae037f4 100644
--- a/src/fmd.adb
+++ b/src/fmd.adb
@@ -1,5 +1,8 @@
+-- This source is licensed under the Sunset License v1.0
+
+
with
Ada.Characters.Latin_1,
diff --git a/src/fmd.ads b/src/fmd.ads
index 6b06d20..610aa88 100644
--- a/src/fmd.ads
+++ b/src/fmd.ads
@@ -1,5 +1,8 @@
+-- This source is licensed under the Sunset License v1.0
+
+
with
Ada.Containers.Vectors,
diff --git a/src/sqlite3.adb b/src/sqlite3.adb
index d39fd6c..f4d3840 100644
--- a/src/sqlite3.adb
+++ b/src/sqlite3.adb
@@ -1,5 +1,8 @@
+-- This source is licensed under the Sunset License v1.0
+
+
with
Interfaces.C.Strings;
diff --git a/src/sqlite3.ads b/src/sqlite3.ads
index df49e2c..9610e05 100644
--- a/src/sqlite3.ads
+++ b/src/sqlite3.ads
@@ -1,5 +1,8 @@
+-- This source is licensed under the Sunset License v1.0
+
+
with
Ada.Strings.Unbounded;