summaryrefslogtreecommitdiff
path: root/tnslc/src/ast
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-08-09 03:43:19 -0400
committerKyle Gunger <kgunger12@gmail.com>2021-08-09 03:43:19 -0400
commit37fd69c79922daa00ac3617b5cc41cd6f5171e1a (patch)
tree66b45ea9eb17667bdcae342b1796ca99bdb62d82 /tnslc/src/ast
parent6d8b1f2ed43286231f3f5f9656ea7e9a04896747 (diff)
Finish appendix, ch.1 through s3
Diffstat (limited to 'tnslc/src/ast')
-rw-r--r--tnslc/src/ast/ast.tnsl23
-rw-r--r--tnslc/src/ast/node.tnsl23
2 files changed, 20 insertions, 26 deletions
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
diff --git a/tnslc/src/ast/node.tnsl b/tnslc/src/ast/node.tnsl
index 26d192c..cddfe5d 100644
--- a/tnslc/src/ast/node.tnsl
+++ b/tnslc/src/ast/node.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
#/
# AST node (non-block)