summaryrefslogtreecommitdiff
path: root/libtnsl/box
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/box
parentf4bc4570be7a51b00bf44d5bd4be99108dd94a30 (diff)
Update license date
Diffstat (limited to 'libtnsl/box')
-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
8 files changed, 8 insertions, 8 deletions
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.