From 5379b962bc177f26f550a23fb9685ca49a048076 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 6 Oct 2022 13:24:36 -0400 Subject: Update license date --- libtnsl/LICENCE-BSD3.md | 2 +- libtnsl/README.md | 2 +- libtnsl/algo/algo.tnsl | 2 +- libtnsl/algo/alloc.tnsl | 2 +- libtnsl/algo/dealloc.tnsl | 2 +- libtnsl/asm/asm.tnsl | 2 +- libtnsl/box/_vect.tnsl | 2 +- libtnsl/box/box.tnsl | 2 +- libtnsl/box/iterator.tnsl | 2 +- libtnsl/box/list.tnsl | 2 +- libtnsl/box/map.tnsl | 2 +- libtnsl/box/string.tnsl | 2 +- libtnsl/box/tree.tnsl | 2 +- libtnsl/box/vector.tnsl | 2 +- libtnsl/io/block.tnsl | 2 +- libtnsl/io/file.tnsl | 2 +- libtnsl/io/io.tnsl | 2 +- libtnsl/io/std.tnsl | 2 +- libtnsl/io/stream.tnsl | 2 +- libtnsl/libtnsl.tnsl | 2 +- libtnsl/math/basic.tnsl | 2 +- libtnsl/math/math.tnsl | 2 +- libtnsl/reflect/_type.tnsl | 2 +- libtnsl/reflect/dispatch.tnsl | 2 +- libtnsl/reflect/reflect.tnsl | 2 +- libtnsl/reflect/resolver.tnsl | 2 +- libtnsl/reflect/virtual.tnsl | 2 +- libtnsl/time/alg.tnsl | 2 +- libtnsl/time/conv.tnsl | 2 +- libtnsl/time/parse.tnsl | 2 +- libtnsl/time/time.tnsl | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) (limited to 'libtnsl') 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. -- cgit v1.2.3