summaryrefslogtreecommitdiff
path: root/tnslc/src
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/src')
-rw-r--r--tnslc/src/ast/ast.tnsl2
-rw-r--r--tnslc/src/ast/node.tnsl2
-rw-r--r--tnslc/src/compile/arch/arch.tnsl2
-rw-r--r--tnslc/src/compile/arch/common.tnsl2
-rw-r--r--tnslc/src/compile/arch/isa_arm.tnsl2
-rw-r--r--tnslc/src/compile/arch/isa_risc_v.tnsl2
-rw-r--r--tnslc/src/compile/arch/isa_x86.tnsl2
-rw-r--r--tnslc/src/compile/compile.tnsl2
-rw-r--r--tnslc/src/flags/flags.tnsl2
-rw-r--r--tnslc/src/parse/parse.tnsl2
-rw-r--r--tnslc/src/parse/token.tnsl2
-rw-r--r--tnslc/src/tnslc.tnsl2
12 files changed, 12 insertions, 12 deletions
diff --git a/tnslc/src/ast/ast.tnsl b/tnslc/src/ast/ast.tnsl
index 33d1f93..405a94a 100644
--- a/tnslc/src/ast/ast.tnsl
+++ b/tnslc/src/ast/ast.tnsl
@@ -3,7 +3,7 @@
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
+ 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:
diff --git a/tnslc/src/ast/node.tnsl b/tnslc/src/ast/node.tnsl
index 0e6e9d0..5eeac91 100644
--- a/tnslc/src/ast/node.tnsl
+++ b/tnslc/src/ast/node.tnsl
@@ -3,7 +3,7 @@
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
+ 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:
diff --git a/tnslc/src/compile/arch/arch.tnsl b/tnslc/src/compile/arch/arch.tnsl
index 5fc7860..bcabbfa 100644
--- a/tnslc/src/compile/arch/arch.tnsl
+++ b/tnslc/src/compile/arch/arch.tnsl
@@ -3,7 +3,7 @@
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
+ 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:
diff --git a/tnslc/src/compile/arch/common.tnsl b/tnslc/src/compile/arch/common.tnsl
index bb6edf1..cba0d9f 100644
--- a/tnslc/src/compile/arch/common.tnsl
+++ b/tnslc/src/compile/arch/common.tnsl
@@ -3,7 +3,7 @@
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
+ 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:
diff --git a/tnslc/src/compile/arch/isa_arm.tnsl b/tnslc/src/compile/arch/isa_arm.tnsl
index 61d8996..0dc3468 100644
--- a/tnslc/src/compile/arch/isa_arm.tnsl
+++ b/tnslc/src/compile/arch/isa_arm.tnsl
@@ -3,7 +3,7 @@
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
+ 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:
diff --git a/tnslc/src/compile/arch/isa_risc_v.tnsl b/tnslc/src/compile/arch/isa_risc_v.tnsl
index 61d8996..0dc3468 100644
--- a/tnslc/src/compile/arch/isa_risc_v.tnsl
+++ b/tnslc/src/compile/arch/isa_risc_v.tnsl
@@ -3,7 +3,7 @@
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
+ 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:
diff --git a/tnslc/src/compile/arch/isa_x86.tnsl b/tnslc/src/compile/arch/isa_x86.tnsl
index 61d8996..0dc3468 100644
--- a/tnslc/src/compile/arch/isa_x86.tnsl
+++ b/tnslc/src/compile/arch/isa_x86.tnsl
@@ -3,7 +3,7 @@
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
+ 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:
diff --git a/tnslc/src/compile/compile.tnsl b/tnslc/src/compile/compile.tnsl
index 5a58029..b3f4c5d 100644
--- a/tnslc/src/compile/compile.tnsl
+++ b/tnslc/src/compile/compile.tnsl
@@ -3,7 +3,7 @@
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
+ 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:
diff --git a/tnslc/src/flags/flags.tnsl b/tnslc/src/flags/flags.tnsl
index 4feff0f..bc5d43f 100644
--- a/tnslc/src/flags/flags.tnsl
+++ b/tnslc/src/flags/flags.tnsl
@@ -3,7 +3,7 @@
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
+ 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:
diff --git a/tnslc/src/parse/parse.tnsl b/tnslc/src/parse/parse.tnsl
index 3ca8d40..dc6b9a2 100644
--- a/tnslc/src/parse/parse.tnsl
+++ b/tnslc/src/parse/parse.tnsl
@@ -3,7 +3,7 @@
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
+ 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:
diff --git a/tnslc/src/parse/token.tnsl b/tnslc/src/parse/token.tnsl
index f845daf..92b2ca4 100644
--- a/tnslc/src/parse/token.tnsl
+++ b/tnslc/src/parse/token.tnsl
@@ -3,7 +3,7 @@
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
+ 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:
diff --git a/tnslc/src/tnslc.tnsl b/tnslc/src/tnslc.tnsl
index 627541f..617e9e7 100644
--- a/tnslc/src/tnslc.tnsl
+++ b/tnslc/src/tnslc.tnsl
@@ -3,7 +3,7 @@
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
+ 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: