diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-06-29 21:13:43 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-06-29 21:13:43 +1000 |
commit | bfa8e44514a6d0e597123aa701dbe29a461c1ed6 (patch) | |
tree | dbc15e8d73b216d9ba5026c56138aa6f045ad2c1 | |
parent | 768a69af8e4fbbfb1d1b8e7b3c6cc448e1eb981f (diff) |
Finally added a license
-rw-r--r-- | license.txt | 25 | ||||
-rw-r--r-- | to_do.txt | 2 |
2 files changed, 26 insertions, 1 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. + + @@ -4,5 +4,5 @@ To Do: - suppress unnecessary left/right scrollbar - eliminate image/text_buffer runtime warnings -- add license +- add print functionality |