summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2021-11-07 16:30:59 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2021-11-07 16:30:59 +1300
commit23f65aff1efa348396d60357d5650c5fd685a667 (patch)
tree337239b7e070e4de25fbe1f7d7f5fb91ee1a9a75
parent769df4d637d0993e9f765097cabfd84b8bba794a (diff)
Improved license notices and credit file
-rw-r--r--credit.txt6
-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
11 files changed, 36 insertions, 0 deletions
diff --git a/credit.txt b/credit.txt
new file mode 100644
index 0000000..605942b
--- /dev/null
+++ b/credit.txt
@@ -0,0 +1,6 @@
+
+
+This project was written and programmed by Jedidiah Barber.
+
+See http://jedbarber.id.au/ for other details.
+
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;