diff options
author | Jed Barber <jjbarber@y7mail.com> | 2020-05-19 15:28:44 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2020-05-19 15:28:44 +1000 |
commit | 9fee20db966941dfe8864243c1da288cae329b4b (patch) | |
tree | 7b2721b4ae5a1a11a481c5d6446244b2f1ea3f8e /src | |
parent | 196a1a2443b8a66784d293120ee64840ee87f02e (diff) |
License
Diffstat (limited to 'src')
-rw-r--r-- | src/unit_tests.adb | 3 | ||||
-rw-r--r-- | src/unit_tests.ads | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/unit_tests.adb b/src/unit_tests.adb index dc57e09..452721e 100644 --- a/src/unit_tests.adb +++ b/src/unit_tests.adb @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Ada.Text_IO; diff --git a/src/unit_tests.ads b/src/unit_tests.ads index 473b828..90eccee 100644 --- a/src/unit_tests.ads +++ b/src/unit_tests.ads @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Ada.Strings.Unbounded; |