summaryrefslogtreecommitdiff
path: root/tnslc/src/ast
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/src/ast')
-rw-r--r--tnslc/src/ast/ast.tnsl8
-rw-r--r--tnslc/src/ast/node.tnsl8
2 files changed, 8 insertions, 8 deletions
diff --git a/tnslc/src/ast/ast.tnsl b/tnslc/src/ast/ast.tnsl
index 34e4f85..33d1f93 100644
--- a/tnslc/src/ast/ast.tnsl
+++ b/tnslc/src/ast/ast.tnsl
@@ -1,16 +1,16 @@
/##
Copyright 2021 Kyle Gunger
- 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
+ This file is licensed under the CDDL 1.0 (the License)
+ and may only be used in accordance with the License.
+ You should have recieved 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
- WARRENTY, GUARANTEE, OR CLAIM OF FITNESS FOR ANY PURPOSE
+ WARRANTY, GUARANTEE, OR CLAIM OF FITNESS FOR ANY PURPOSE
EXPRESS OR IMPLIED
#/
diff --git a/tnslc/src/ast/node.tnsl b/tnslc/src/ast/node.tnsl
index cddfe5d..0e6e9d0 100644
--- a/tnslc/src/ast/node.tnsl
+++ b/tnslc/src/ast/node.tnsl
@@ -1,16 +1,16 @@
/##
Copyright 2021 Kyle Gunger
- 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
+ This file is licensed under the CDDL 1.0 (the License)
+ and may only be used in accordance with the License.
+ You should have recieved 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
- WARRENTY, GUARANTEE, OR CLAIM OF FITNESS FOR ANY PURPOSE
+ WARRANTY, GUARANTEE, OR CLAIM OF FITNESS FOR ANY PURPOSE
EXPRESS OR IMPLIED
#/