diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-02-08 17:54:51 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-02-08 17:54:51 -0500 |
commit | 0bc05b40d541483d16445b98ea0841d1912a8198 (patch) | |
tree | 1720bcafc0889ae93d4e82e4de95f78ab8aa2d83 /README.md | |
parent | 4f10bbae5df677c80feeea82be597b8f1768776e (diff) |
Update license notices
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 2 insertions, 19 deletions
@@ -1,7 +1,7 @@ <img src="./logo/tnsl-logo-stroke.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)). +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 MPL-2.0 ([LICENCE](./LICENCE)), while libtnsl is dual-licenced under both the MPL-2.0 ([LICENCE](./LICENCE)) and BSD-3-Clause ([LICENCE-BSD3.md](./libtnsl/LICENCE-BSD3.md)). ## tnsl specification @@ -15,7 +15,7 @@ Under the folder `spec` is the [TNSL language specification](./spec/README.md). ## libtnsl -An implimentation of the TNSL standard library. Dual licenced under the CDDL 1.0 and BSD 3-clause licences. +An implimentation of the TNSL standard library. Dual licenced under the MPL-2.0 and BSD 3-clause licences. Current focused portions of libtnsl (in order of importance): - Type reflection and implimentation @@ -42,20 +42,3 @@ It is reccommended that if you are going to clone this repository and attempt to Specification: incomplete libtnsl: incomplete tnslc: in progress - -## Credits - - Copyright 2021-2022 Kyle Gunger - - This file is licensed under the CDDL 1.0 (the License) - and may only be used in accordance with the License. - You should have received a copy of the License with this - software/source code. If you did not, a copy can be found - at the following URL: - - https://opensource.org/licenses/CDDL-1.0 - - THIS SOFTWARE/SOURCE CODE IS PROVIDED "AS IS" WITH NO - WARRANTY, GUARANTEE, OR CLAIM OF FITNESS FOR ANY PURPOSE - EXPRESS OR IMPLIED. PLEASE SEE THE LICENCE FOR LIMITATIONS - AND PERMISSIONS UNDER THE LAW.
\ No newline at end of file |