From 22e923c9b9519a309d51f6f1029bd542800dad4c Mon Sep 17 00:00:00 2001
From: Kyle Gunger <kgunger12@gmail.com>
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/README.md                 | 36 ++++++++++++++++++------------------
 libtnsl/src/alg/alg.tnsl          |  4 ++--
 libtnsl/src/alg/math/math.tnsl    |  4 ++--
 libtnsl/src/bootstrap.tnsl        |  2 +-
 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 ++--
 libtnsl/src/io/block.tnsl         |  4 ++--
 libtnsl/src/io/file.tnsl          |  4 ++--
 libtnsl/src/io/io.tnsl            |  4 ++--
 libtnsl/src/io/std.tnsl           |  4 ++--
 libtnsl/src/io/stream.tnsl        |  4 ++--
 libtnsl/src/libtnsl.tnsl          |  2 +-
 libtnsl/src/reflect/dynamic.tnsl  |  4 ++--
 libtnsl/src/reflect/method.tnsl   |  4 ++--
 libtnsl/src/reflect/reflect.tnsl  |  4 ++--
 libtnsl/src/reflect/resolver.tnsl |  4 ++--
 libtnsl/src/reflect/static.tnsl   |  4 ++--
 libtnsl/src/reflect/type.tnsl     |  4 ++--
 libtnsl/src/time/alg.tnsl         |  4 ++--
 libtnsl/src/time/conv.tnsl        |  4 ++--
 libtnsl/src/time/parse.tnsl       |  4 ++--
 libtnsl/src/time/time.tnsl        |  2 +-
 26 files changed, 65 insertions(+), 65 deletions(-)

(limited to 'libtnsl')

diff --git a/libtnsl/README.md b/libtnsl/README.md
index b8c8f1a..7fb8922 100644
--- a/libtnsl/README.md
+++ b/libtnsl/README.md
@@ -30,21 +30,21 @@ libtnsl provides the tnsl base module and the following sub-modules to address e
 Each sub-module should have its own README to address features
 
 ---
-    Copyright 2021 Kyle Gunger
-    
-    Dual licenced under the CDDL 1.0 and BSD 3-Clause licences.
-    
-    This file may only be used in accordance with one of the two
-    licences.  You should have recieved a copy of each licence with
-    the source code.  In the event that you did not recieve a copy
-    of the licences, they may be found at the following URLs:
-    
-    CDDL 1.0:
-    https://opensource.org/licenses/CDDL-1.0
-    
-    BSD 3-Clause:
-    https://opensource.org/licenses/BSD-3-Clause
-    
-    THIS SOFTWARE/SOURCE CODE IS PROVIDED "AS IS" WITH NO
-    WARRENTY, GUARANTEE, OR CLAIM OF FITNESS FOR ANY PURPOSE
-    EXPRESS OR IMPLIED
+	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 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:
+
+	CDDL 1.0:
+	https://opensource.org/licenses/CDDL-1.0
+
+	BSD 3-Clause:
+	https://opensource.org/licenses/BSD-3-Clause
+
+	THIS SOFTWARE/SOURCE CODE IS PROVIDED "AS IS" WITH NO
+	WARRANTY, GUARANTEE, OR CLAIM OF FITNESS FOR ANY PURPOSE
+	EXPRESS OR IMPLIED
diff --git a/libtnsl/src/alg/alg.tnsl b/libtnsl/src/alg/alg.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/alg/alg.tnsl
+++ b/libtnsl/src/alg/alg.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/alg/math/math.tnsl b/libtnsl/src/alg/math/math.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/alg/math/math.tnsl
+++ b/libtnsl/src/alg/math/math.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/bootstrap.tnsl b/libtnsl/src/bootstrap.tnsl
index 5f407fa..aa36956 100644
--- a/libtnsl/src/bootstrap.tnsl
+++ b/libtnsl/src/bootstrap.tnsl
@@ -4,7 +4,7 @@
 	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/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:
 
diff --git a/libtnsl/src/io/block.tnsl b/libtnsl/src/io/block.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/io/block.tnsl
+++ b/libtnsl/src/io/block.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/io/file.tnsl b/libtnsl/src/io/file.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/io/file.tnsl
+++ b/libtnsl/src/io/file.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/io/io.tnsl b/libtnsl/src/io/io.tnsl
index 5c6d217..68e2fc0 100644
--- a/libtnsl/src/io/io.tnsl
+++ b/libtnsl/src/io/io.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/io/std.tnsl b/libtnsl/src/io/std.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/io/std.tnsl
+++ b/libtnsl/src/io/std.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/io/stream.tnsl b/libtnsl/src/io/stream.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/io/stream.tnsl
+++ b/libtnsl/src/io/stream.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/libtnsl.tnsl b/libtnsl/src/libtnsl.tnsl
index 98a2e7c..266c1fa 100644
--- a/libtnsl/src/libtnsl.tnsl
+++ b/libtnsl/src/libtnsl.tnsl
@@ -4,7 +4,7 @@
 	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/reflect/dynamic.tnsl b/libtnsl/src/reflect/dynamic.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/reflect/dynamic.tnsl
+++ b/libtnsl/src/reflect/dynamic.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/reflect/method.tnsl b/libtnsl/src/reflect/method.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/reflect/method.tnsl
+++ b/libtnsl/src/reflect/method.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/reflect/reflect.tnsl b/libtnsl/src/reflect/reflect.tnsl
index 3308eda..3c1d583 100644
--- a/libtnsl/src/reflect/reflect.tnsl
+++ b/libtnsl/src/reflect/reflect.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/reflect/resolver.tnsl b/libtnsl/src/reflect/resolver.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/reflect/resolver.tnsl
+++ b/libtnsl/src/reflect/resolver.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/reflect/static.tnsl b/libtnsl/src/reflect/static.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/reflect/static.tnsl
+++ b/libtnsl/src/reflect/static.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/reflect/type.tnsl b/libtnsl/src/reflect/type.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/reflect/type.tnsl
+++ b/libtnsl/src/reflect/type.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/time/alg.tnsl b/libtnsl/src/time/alg.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/time/alg.tnsl
+++ b/libtnsl/src/time/alg.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/time/conv.tnsl b/libtnsl/src/time/conv.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/time/conv.tnsl
+++ b/libtnsl/src/time/conv.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/time/parse.tnsl b/libtnsl/src/time/parse.tnsl
index 8029197..d346464 100644
--- a/libtnsl/src/time/parse.tnsl
+++ b/libtnsl/src/time/parse.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/time/time.tnsl b/libtnsl/src/time/time.tnsl
index b993f45..dc24369 100644
--- a/libtnsl/src/time/time.tnsl
+++ b/libtnsl/src/time/time.tnsl
@@ -4,7 +4,7 @@
 	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