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/alg/math | |
parent | b125969d69fa9bf1b9b658449e36b93f5c1d0340 (diff) |
5, 6, much of 4
+ Finish much of ch 1
+ Fix spelling in copyright notices
Diffstat (limited to 'libtnsl/src/alg/math')
-rw-r--r-- | libtnsl/src/alg/math/math.tnsl | 4 |
1 files changed, 2 insertions, 2 deletions
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: |