From 23f65aff1efa348396d60357d5650c5fd685a667 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 7 Nov 2021 16:30:59 +1300 Subject: Improved license notices and credit file --- credit.txt | 6 ++++++ src/csv.adb | 3 +++ src/csv.ads | 3 +++ src/datatypes.ads | 3 +++ src/deck_convert.adb | 3 +++ src/deck_io.adb | 3 +++ src/deck_io.ads | 3 +++ src/fmd.adb | 3 +++ src/fmd.ads | 3 +++ src/sqlite3.adb | 3 +++ src/sqlite3.ads | 3 +++ 11 files changed, 36 insertions(+) create mode 100644 credit.txt 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; -- cgit