summaryrefslogtreecommitdiff
path: root/libtnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-10-06 13:24:36 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-10-06 13:24:36 -0400
commit5379b962bc177f26f550a23fb9685ca49a048076 (patch)
tree9237b71a411b5a79e9b5b576db1f217b59d24ef6 /libtnsl
parentf4bc4570be7a51b00bf44d5bd4be99108dd94a30 (diff)
Update license date
Diffstat (limited to 'libtnsl')
-rw-r--r--libtnsl/LICENCE-BSD3.md2
-rw-r--r--libtnsl/README.md2
-rw-r--r--libtnsl/algo/algo.tnsl2
-rw-r--r--libtnsl/algo/alloc.tnsl2
-rw-r--r--libtnsl/algo/dealloc.tnsl2
-rw-r--r--libtnsl/asm/asm.tnsl2
-rw-r--r--libtnsl/box/_vect.tnsl2
-rw-r--r--libtnsl/box/box.tnsl2
-rw-r--r--libtnsl/box/iterator.tnsl2
-rw-r--r--libtnsl/box/list.tnsl2
-rw-r--r--libtnsl/box/map.tnsl2
-rw-r--r--libtnsl/box/string.tnsl2
-rw-r--r--libtnsl/box/tree.tnsl2
-rw-r--r--libtnsl/box/vector.tnsl2
-rw-r--r--libtnsl/io/block.tnsl2
-rw-r--r--libtnsl/io/file.tnsl2
-rw-r--r--libtnsl/io/io.tnsl2
-rw-r--r--libtnsl/io/std.tnsl2
-rw-r--r--libtnsl/io/stream.tnsl2
-rw-r--r--libtnsl/libtnsl.tnsl2
-rw-r--r--libtnsl/math/basic.tnsl2
-rw-r--r--libtnsl/math/math.tnsl2
-rw-r--r--libtnsl/reflect/_type.tnsl2
-rw-r--r--libtnsl/reflect/dispatch.tnsl2
-rw-r--r--libtnsl/reflect/reflect.tnsl2
-rw-r--r--libtnsl/reflect/resolver.tnsl2
-rw-r--r--libtnsl/reflect/virtual.tnsl2
-rw-r--r--libtnsl/time/alg.tnsl2
-rw-r--r--libtnsl/time/conv.tnsl2
-rw-r--r--libtnsl/time/parse.tnsl2
-rw-r--r--libtnsl/time/time.tnsl2
31 files changed, 31 insertions, 31 deletions
diff --git a/libtnsl/LICENCE-BSD3.md b/libtnsl/LICENCE-BSD3.md
index 24eb6e4..2688388 100644
--- a/libtnsl/LICENCE-BSD3.md
+++ b/libtnsl/LICENCE-BSD3.md
@@ -1,4 +1,4 @@
-Copyright 2021 Kyle Gunger
+Copyright 2021-2022 Kyle Gunger
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
diff --git a/libtnsl/README.md b/libtnsl/README.md
index 7782ed0..fbd6f93 100644
--- a/libtnsl/README.md
+++ b/libtnsl/README.md
@@ -30,7 +30,7 @@ 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
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/algo/algo.tnsl b/libtnsl/algo/algo.tnsl
index 90a55da..a2f928c 100644
--- a/libtnsl/algo/algo.tnsl
+++ b/libtnsl/algo/algo.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/algo/alloc.tnsl b/libtnsl/algo/alloc.tnsl
index d346464..f39ebca 100644
--- a/libtnsl/algo/alloc.tnsl
+++ b/libtnsl/algo/alloc.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/algo/dealloc.tnsl b/libtnsl/algo/dealloc.tnsl
index d346464..f39ebca 100644
--- a/libtnsl/algo/dealloc.tnsl
+++ b/libtnsl/algo/dealloc.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/asm/asm.tnsl b/libtnsl/asm/asm.tnsl
index de525f5..00330dd 100644
--- a/libtnsl/asm/asm.tnsl
+++ b/libtnsl/asm/asm.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/box/_vect.tnsl b/libtnsl/box/_vect.tnsl
index 52ab19f..52e6444 100644
--- a/libtnsl/box/_vect.tnsl
+++ b/libtnsl/box/_vect.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/box/box.tnsl b/libtnsl/box/box.tnsl
index 0dffdc9..d4189a5 100644
--- a/libtnsl/box/box.tnsl
+++ b/libtnsl/box/box.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/box/iterator.tnsl b/libtnsl/box/iterator.tnsl
index 2e3389b..1ccdd53 100644
--- a/libtnsl/box/iterator.tnsl
+++ b/libtnsl/box/iterator.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/box/list.tnsl b/libtnsl/box/list.tnsl
index ed9c4b7..11ba4e1 100644
--- a/libtnsl/box/list.tnsl
+++ b/libtnsl/box/list.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/box/map.tnsl b/libtnsl/box/map.tnsl
index d346464..f39ebca 100644
--- a/libtnsl/box/map.tnsl
+++ b/libtnsl/box/map.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/box/string.tnsl b/libtnsl/box/string.tnsl
index 5163328..70b2c2a 100644
--- a/libtnsl/box/string.tnsl
+++ b/libtnsl/box/string.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/box/tree.tnsl b/libtnsl/box/tree.tnsl
index d346464..f39ebca 100644
--- a/libtnsl/box/tree.tnsl
+++ b/libtnsl/box/tree.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/box/vector.tnsl b/libtnsl/box/vector.tnsl
index 7d2c73b..065239e 100644
--- a/libtnsl/box/vector.tnsl
+++ b/libtnsl/box/vector.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/io/block.tnsl b/libtnsl/io/block.tnsl
index d346464..f39ebca 100644
--- a/libtnsl/io/block.tnsl
+++ b/libtnsl/io/block.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/io/file.tnsl b/libtnsl/io/file.tnsl
index d346464..f39ebca 100644
--- a/libtnsl/io/file.tnsl
+++ b/libtnsl/io/file.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/io/io.tnsl b/libtnsl/io/io.tnsl
index 68e2fc0..92ec2dc 100644
--- a/libtnsl/io/io.tnsl
+++ b/libtnsl/io/io.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/io/std.tnsl b/libtnsl/io/std.tnsl
index d346464..f39ebca 100644
--- a/libtnsl/io/std.tnsl
+++ b/libtnsl/io/std.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/io/stream.tnsl b/libtnsl/io/stream.tnsl
index d346464..f39ebca 100644
--- a/libtnsl/io/stream.tnsl
+++ b/libtnsl/io/stream.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/libtnsl.tnsl b/libtnsl/libtnsl.tnsl
index 1700efb..56d7e1e 100644
--- a/libtnsl/libtnsl.tnsl
+++ b/libtnsl/libtnsl.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/math/basic.tnsl b/libtnsl/math/basic.tnsl
index 3eefc0d..354abe8 100644
--- a/libtnsl/math/basic.tnsl
+++ b/libtnsl/math/basic.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/math/math.tnsl b/libtnsl/math/math.tnsl
index eff1aa3..4c7f443 100644
--- a/libtnsl/math/math.tnsl
+++ b/libtnsl/math/math.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/reflect/_type.tnsl b/libtnsl/reflect/_type.tnsl
index 7a19b7d..67206e0 100644
--- a/libtnsl/reflect/_type.tnsl
+++ b/libtnsl/reflect/_type.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/reflect/dispatch.tnsl b/libtnsl/reflect/dispatch.tnsl
index d346464..f39ebca 100644
--- a/libtnsl/reflect/dispatch.tnsl
+++ b/libtnsl/reflect/dispatch.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/reflect/reflect.tnsl b/libtnsl/reflect/reflect.tnsl
index a438a03..abf12e8 100644
--- a/libtnsl/reflect/reflect.tnsl
+++ b/libtnsl/reflect/reflect.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/reflect/resolver.tnsl b/libtnsl/reflect/resolver.tnsl
index d346464..f39ebca 100644
--- a/libtnsl/reflect/resolver.tnsl
+++ b/libtnsl/reflect/resolver.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/reflect/virtual.tnsl b/libtnsl/reflect/virtual.tnsl
index 8891905..6c0fd6d 100644
--- a/libtnsl/reflect/virtual.tnsl
+++ b/libtnsl/reflect/virtual.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/time/alg.tnsl b/libtnsl/time/alg.tnsl
index d346464..f39ebca 100644
--- a/libtnsl/time/alg.tnsl
+++ b/libtnsl/time/alg.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/time/conv.tnsl b/libtnsl/time/conv.tnsl
index d346464..f39ebca 100644
--- a/libtnsl/time/conv.tnsl
+++ b/libtnsl/time/conv.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/time/parse.tnsl b/libtnsl/time/parse.tnsl
index d346464..f39ebca 100644
--- a/libtnsl/time/parse.tnsl
+++ b/libtnsl/time/parse.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.
diff --git a/libtnsl/time/time.tnsl b/libtnsl/time/time.tnsl
index dc24369..96e4d23 100644
--- a/libtnsl/time/time.tnsl
+++ b/libtnsl/time/time.tnsl
@@ -1,5 +1,5 @@
/##
- Copyright 2021 Kyle Gunger
+ Copyright 2021-2022 Kyle Gunger
Dual licensed under the CDDL 1.0 and BSD 3-Clause licenses.