summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index ef3934d..df0fdc9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-![TNSL Logo](./logo/tnsl-logo.svg)
+<img src="./logo/tnsl-logo.svg" width="100%" height="256px"></img>
# tnsl-lang
This is the base repository for the tnsl language, and includes the standard compiler implementation, specification, and libtnsl implementation. The specification and compiler are licenced under the CDDL-1.0 ([LICENCE.md](./LICENCE.md)), while libtnsl is dual-licenced under both the CDDL-1.0 ([LICENCE.md](./LICENCE.md)) and BSD-3-Clause ([LICENCE-BSD3.md](./libtnsl/LICENCE-BSD3.md)).
@@ -52,4 +52,5 @@ Until the go based interpereter is done, some code may not be correct TNSL code
THIS SOFTWARE/SOURCE CODE IS PROVIDED "AS IS" WITH NO
WARRANTY, GUARANTEE, OR CLAIM OF FITNESS FOR ANY PURPOSE
- EXPRESS OR IMPLIED \ No newline at end of file
+ EXPRESS OR IMPLIED. PLEASE SEE THE LICENCE FOR LIMITATIONS
+ AND PERMISSIONS UNDER THE LAW. \ No newline at end of file