diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-08-09 03:43:19 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-08-09 03:43:19 -0400 |
commit | 37fd69c79922daa00ac3617b5cc41cd6f5171e1a (patch) | |
tree | 66b45ea9eb17667bdcae342b1796ca99bdb62d82 /tnslc/src/tnslc.tnsl | |
parent | 6d8b1f2ed43286231f3f5f9656ea7e9a04896747 (diff) |
Finish appendix, ch.1 through s3
Diffstat (limited to 'tnslc/src/tnslc.tnsl')
-rw-r--r-- | tnslc/src/tnslc.tnsl | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/tnslc/src/tnslc.tnsl b/tnslc/src/tnslc.tnsl index 9f3d53a..ea4f2ce 100644 --- a/tnslc/src/tnslc.tnsl +++ b/tnslc/src/tnslc.tnsl @@ -1,20 +1,17 @@ /## - Copyright 2020-2021 Kyle Gunger + Copyright 2021 Kyle Gunger - Licensed under the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE - (CDDL) Version 1.0 (the "License"). You may not use this file - except in compliance with the License. You may obtain a copy of - the License at + This file is licenced under the CDDL 1.0 (the Licence) + and may only be used in accordance with the Licence. + You should have recieved a copy of the Licence 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 + https://opensource.org/licenses/CDDL-1.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied. - - See the License for the specific language governing permissions - and limitations under the License. + THIS SOFTWARE/SOURCE CODE IS PROVIDED "AS IS" WITH NO + WARRENTY, GUARANTEE, OR CLAIM OF FITNESS FOR ANY PURPOSE + EXPRESS OR IMPLIED #/ /; export module tnslc |