From 9fee20db966941dfe8864243c1da288cae329b4b Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 19 May 2020 15:28:44 +1000 Subject: License --- src/unit_tests.adb | 3 +++ src/unit_tests.ads | 3 +++ 2 files changed, 6 insertions(+) (limited to 'src') 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; -- cgit