From 22e923c9b9519a309d51f6f1029bd542800dad4c Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 9 Aug 2021 07:38:09 -0400 Subject: 5, 6, much of 4 + Finish much of ch 1 + Fix spelling in copyright notices --- libtnsl/src/box/box.tnsl | 4 ++-- libtnsl/src/box/iterator.tnsl | 4 ++-- libtnsl/src/box/map.tnsl | 4 ++-- libtnsl/src/box/string.tnsl | 4 ++-- libtnsl/src/box/tree.tnsl | 4 ++-- libtnsl/src/box/vector.tnsl | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'libtnsl/src/box') 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: -- cgit v1.2.3