diff options
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; |