diff options
author | Jed Barber <jjbarber@y7mail.com> | 2020-12-14 13:13:48 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2020-12-14 13:13:48 +1100 |
commit | 59418dafe0abc2b1ef2c251602397e1adbba5e77 (patch) | |
tree | 379a820e906199a9d52168b3249a374474e59718 /example | |
parent | e2762a8a0dea2a93919db67d01ed7a48c8450400 (diff) |
License added
Diffstat (limited to 'example')
-rw-r--r-- | example/calc.adb | 3 | ||||
-rw-r--r-- | example/sentence.adb | 3 | ||||
-rw-r--r-- | example/ssss.adb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/example/calc.adb b/example/calc.adb index f7899f4..c891333 100644 --- a/example/calc.adb +++ b/example/calc.adb @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Ada.Text_IO, diff --git a/example/sentence.adb b/example/sentence.adb index cdae38d..b6cded9 100644 --- a/example/sentence.adb +++ b/example/sentence.adb @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Ada.Text_IO, diff --git a/example/ssss.adb b/example/ssss.adb index 387c02c..bcf2d75 100644 --- a/example/ssss.adb +++ b/example/ssss.adb @@ -1,5 +1,8 @@ +-- This source is licensed under the Sunset License v1.0 + + with Ada.Text_IO, |