From 37fd69c79922daa00ac3617b5cc41cd6f5171e1a Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 9 Aug 2021 03:43:19 -0400 Subject: Finish appendix, ch.1 through s3 --- tnslc/src/ast/ast.tnsl | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'tnslc/src/ast/ast.tnsl') diff --git a/tnslc/src/ast/ast.tnsl b/tnslc/src/ast/ast.tnsl index e086f0b..34e4f85 100644 --- a/tnslc/src/ast/ast.tnsl +++ b/tnslc/src/ast/ast.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 ast -- cgit v1.2.3