summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2020-05-19 15:28:44 +1000
committerJed Barber <jjbarber@y7mail.com>2020-05-19 15:28:44 +1000
commit9fee20db966941dfe8864243c1da288cae329b4b (patch)
tree7b2721b4ae5a1a11a481c5d6446244b2f1ea3f8e
parent196a1a2443b8a66784d293120ee64840ee87f02e (diff)
License
-rw-r--r--license.txt25
-rw-r--r--src/unit_tests.adb3
-rw-r--r--src/unit_tests.ads3
3 files changed, 31 insertions, 0 deletions
diff --git a/license.txt b/license.txt
new file mode 100644
index 0000000..41c1fae
--- /dev/null
+++ b/license.txt
@@ -0,0 +1,25 @@
+
+
+SUNSET LICENSE
+Version 1.0, June 2017
+
+
+1. You may copy, modify, use, sell, or distribute this work, verbatim or
+modified, for any purpose.
+
+2. If you sell or distribute this work, whether verbatim or modified, you must
+include a copy of this license, and you must make the source code available for
+no extra charge.
+
+3. A modified version of this work must be clearly labeled as such.
+
+4. Derivative works must also be licensed under this license or a license of
+equivalent terms. As an exception, linking this work with another, whether
+statically or dynamically, does not impose any license requirements on the
+other work.
+
+5. If a minimum of 15 years have passed since the date of first publishing for
+a part of this work, then that part is placed into the public domain and you
+may do whatever you want with it, regardless of all other clauses.
+
+
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;