diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-08-09 07:38:09 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-08-09 07:38:09 -0400 |
commit | 22e923c9b9519a309d51f6f1029bd542800dad4c (patch) | |
tree | 85c06409d7d79e3be466a4b3383bbf3aca3328cb /libtnsl/src/box | |
parent | b125969d69fa9bf1b9b658449e36b93f5c1d0340 (diff) |
5, 6, much of 4
+ Finish much of ch 1
+ Fix spelling in copyright notices
Diffstat (limited to 'libtnsl/src/box')
-rw-r--r-- | libtnsl/src/box/box.tnsl | 4 | ||||
-rw-r--r-- | libtnsl/src/box/iterator.tnsl | 4 | ||||
-rw-r--r-- | libtnsl/src/box/map.tnsl | 4 | ||||
-rw-r--r-- | libtnsl/src/box/string.tnsl | 4 | ||||
-rw-r--r-- | libtnsl/src/box/tree.tnsl | 4 | ||||
-rw-r--r-- | libtnsl/src/box/vector.tnsl | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/libtnsl/src/box/box.tnsl b/libtnsl/src/box/box.tnsl index 6048d85..2f270b6 100644 --- a/libtnsl/src/box/box.tnsl +++ b/libtnsl/src/box/box.tnsl @@ -1,10 +1,10 @@ -/# +/## Copyright 2021 Kyle Gunger Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses. This file may only be used in accordance with one of the two - licenses. You should have recieved a copy of each license with + licenses. You should have received a copy of each license with the source code. In the event that you did not recieve a copy of the licenses, they may be found at the following URLs: diff --git a/libtnsl/src/box/iterator.tnsl b/libtnsl/src/box/iterator.tnsl index 9c59bd2..13b9ef9 100644 --- a/libtnsl/src/box/iterator.tnsl +++ b/libtnsl/src/box/iterator.tnsl @@ -1,10 +1,10 @@ -/# +/## Copyright 2021 Kyle Gunger Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses. This file may only be used in accordance with one of the two - licenses. You should have recieved a copy of each license with + licenses. You should have received a copy of each license with the source code. In the event that you did not recieve a copy of the licenses, they may be found at the following URLs: diff --git a/libtnsl/src/box/map.tnsl b/libtnsl/src/box/map.tnsl index 8029197..d346464 100644 --- a/libtnsl/src/box/map.tnsl +++ b/libtnsl/src/box/map.tnsl @@ -1,10 +1,10 @@ -/# +/## Copyright 2021 Kyle Gunger Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses. This file may only be used in accordance with one of the two - licenses. You should have recieved a copy of each license with + licenses. You should have received a copy of each license with the source code. In the event that you did not recieve a copy of the licenses, they may be found at the following URLs: diff --git a/libtnsl/src/box/string.tnsl b/libtnsl/src/box/string.tnsl index 8029197..d346464 100644 --- a/libtnsl/src/box/string.tnsl +++ b/libtnsl/src/box/string.tnsl @@ -1,10 +1,10 @@ -/# +/## Copyright 2021 Kyle Gunger Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses. This file may only be used in accordance with one of the two - licenses. You should have recieved a copy of each license with + licenses. You should have received a copy of each license with the source code. In the event that you did not recieve a copy of the licenses, they may be found at the following URLs: diff --git a/libtnsl/src/box/tree.tnsl b/libtnsl/src/box/tree.tnsl index 8029197..d346464 100644 --- a/libtnsl/src/box/tree.tnsl +++ b/libtnsl/src/box/tree.tnsl @@ -1,10 +1,10 @@ -/# +/## Copyright 2021 Kyle Gunger Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses. This file may only be used in accordance with one of the two - licenses. You should have recieved a copy of each license with + licenses. You should have received a copy of each license with the source code. In the event that you did not recieve a copy of the licenses, they may be found at the following URLs: diff --git a/libtnsl/src/box/vector.tnsl b/libtnsl/src/box/vector.tnsl index 8029197..d346464 100644 --- a/libtnsl/src/box/vector.tnsl +++ b/libtnsl/src/box/vector.tnsl @@ -1,10 +1,10 @@ -/# +/## Copyright 2021 Kyle Gunger Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses. This file may only be used in accordance with one of the two - licenses. You should have recieved a copy of each license with + licenses. You should have received a copy of each license with the source code. In the event that you did not recieve a copy of the licenses, they may be found at the following URLs: |