From d4c464520584267520dee821523abc63d95631f1 Mon Sep 17 00:00:00 2001 From: Geoffrey Daniels Date: Mon, 1 Jan 2024 19:46:08 +0000 Subject: [PATCH] Update license dates. --- CMakeLists.txt | 2 +- README.md | 2 +- checks/assert_macro.cmake | 2 +- checks/carriage_returns.cmake | 2 +- checks/class.cmake | 2 +- checks/file_names.cmake | 2 +- checks/git_branch.cmake | 2 +- checks/include_guard.cmake | 2 +- checks/license.cmake | 4 ++-- checks/merge_conflicts.cmake | 2 +- checks/readme.cmake | 2 +- checks/tabs.cmake | 2 +- checks/tests.cmake | 2 +- checks/todo.cmake | 2 +- checks/using.cmake | 2 +- placeholder.sh | 4 ++-- source/ai/ann | 2 +- source/ai/hmm | 2 +- source/algorithm/astar | 2 +- source/algorithm/dijkstra | 2 +- source/algorithm/gaussian_elimination | 2 +- source/algorithm/kmeans | 2 +- source/algorithm/maxn | 2 +- source/algorithm/quicksort | 2 +- source/algorithm/satisfiability | 2 +- source/algorithm/simulation_loop | 2 +- source/container/any | 2 +- source/container/array_nd | 2 +- source/container/lambda | 2 +- source/container/ring_buffer | 2 +- source/container/static_array_nd | 2 +- source/container/static_lambda | 2 +- source/container/static_ring_buffer | 2 +- source/container/static_variant | 2 +- source/container/static_view | 2 +- source/crypto/aes | 2 +- source/crypto/chacha | 2 +- source/crypto/rc4 | 2 +- source/crypto/rsa | 2 +- source/debug/access | 2 +- source/debug/assert | 2 +- source/debug/assume | 2 +- source/debug/breakpoint | 2 +- source/debug/expect | 2 +- source/debug/sentinel | 2 +- source/debug/short_file | 2 +- source/debug/signal | 2 +- source/debug/unused | 2 +- source/execution/barrier | 2 +- source/execution/coroutine | 2 +- source/execution/semaphore | 2 +- source/execution/spin_lock | 2 +- source/execution/thread_pool | 2 +- source/execution/triple_buffer | 2 +- source/file/archive/tar | 2 +- source/file/text/json | 2 +- source/game/mastermind | 2 +- source/game/sudoku | 2 +- source/game/tic_tac_toe | 2 +- source/hash/crc | 2 +- source/hash/md5 | 2 +- source/hash/sha0 | 2 +- source/hash/sha1 | 2 +- source/hash/sha2 | 2 +- source/hash/sha3 | 2 +- source/io/file | 2 +- source/io/paths | 2 +- source/io/socket | 2 +- source/math/big_integer | 2 +- source/math/big_unsigned | 2 +- source/math/symbolic | 2 +- source/parser/generator | 2 +- source/parser/pl0 | 2 +- source/platform/architecture | 2 +- source/platform/compiler | 2 +- source/platform/cpu | 2 +- source/platform/operating_system | 2 +- source/platform/runtime | 2 +- source/platform/timestamp | 2 +- source/platform/types | 2 +- source/protection/virtual_machine | 2 +- source/random/random_mt | 2 +- source/random/random_pcg | 2 +- source/random/random_rlcg | 2 +- source/random/random_romu_32 | 2 +- source/random/random_romu_64 | 2 +- source/random/random_splitmix | 2 +- source/random/random_xorshift | 2 +- source/string/static_string | 2 +- source/string/static_string_encrypted | 2 +- source/type/enum_name | 2 +- source/type/standard | 2 +- source/type/type_id | 2 +- source/type/type_name | 2 +- source/utility/error | 2 +- source/utility/event | 2 +- source/utility/pimpl | 2 +- source/utility/sizeof_bitfield | 2 +- source/vision/api | 2 +- source/vision/camera/model/pinhole | 2 +- source/vision/consensus/consensus | 2 +- source/vision/consensus/estimator | 2 +- source/vision/consensus/evaluate/inlier_support | 2 +- source/vision/consensus/evaluate/least_median_of_squares | 2 +- source/vision/consensus/evaluate/maximum_likelihood | 2 +- source/vision/consensus/evaluator | 2 +- source/vision/consensus/sample/exhaustive | 2 +- source/vision/consensus/sample/random | 2 +- source/vision/consensus/sampler | 2 +- source/vision/feature/angle/orb_angle | 2 +- source/vision/feature/binary_descriptor | 2 +- source/vision/feature/descriptor/beblid | 2 +- source/vision/feature/descriptor/orb | 2 +- source/vision/feature/descriptor/rs_brief | 2 +- source/vision/feature/detector/fast | 2 +- source/vision/feature/distributor/square_covering | 2 +- source/vision/feature/feature | 2 +- source/vision/feature/refinement/exhaustive | 2 +- source/vision/feature/refinement/golden_section | 2 +- source/vision/feature/refinement/quadratic_fitting | 2 +- source/vision/feature/score/fast_score | 2 +- source/vision/feature/score/harris_score | 2 +- source/vision/feature/score/shi_tomasi_score | 2 +- source/vision/image_processing/integral | 2 +- source/vision/image_processing/sub_pixel_patch | 2 +- source/vision/match_distance/hamming | 2 +- source/vision/match_distance/ncc | 2 +- source/vision/match_distance/sad | 2 +- source/vision/match_distance/ssd | 2 +- source/vision/match_distance/zncc | 2 +- source/vision/match_distance/zsad | 2 +- source/vision/match_distance/zssd | 2 +- testbench/abort.tests.cpp | 2 +- testbench/abort.tests.hpp | 2 +- testbench/benchmark.tests.cpp | 2 +- testbench/benchmark.tests.hpp | 2 +- testbench/comparison.tests.cpp | 2 +- testbench/comparison.tests.hpp | 2 +- testbench/data.tests.cpp | 2 +- testbench/data.tests.hpp | 2 +- testbench/debugger.tests.cpp | 2 +- testbench/debugger.tests.hpp | 2 +- testbench/gui.tests.cpp | 2 +- testbench/gui.tests.hpp | 2 +- testbench/ignored.tests.cpp | 2 +- testbench/ignored.tests.hpp | 2 +- testbench/lambda.tests.cpp | 2 +- testbench/lambda.tests.hpp | 2 +- testbench/main.tests.cpp | 2 +- testbench/main.tests.hpp | 2 +- testbench/node.tests.cpp | 2 +- testbench/node.tests.hpp | 2 +- testbench/optimise.tests.cpp | 2 +- testbench/optimise.tests.hpp | 2 +- testbench/print.tests.cpp | 2 +- testbench/print.tests.hpp | 2 +- testbench/process.tests.cpp | 2 +- testbench/process.tests.hpp | 2 +- testbench/require.tests.cpp | 2 +- testbench/require.tests.hpp | 2 +- testbench/sanitizers.tests.cpp | 2 +- testbench/sanitizers.tests.hpp | 2 +- testbench/template.tests.cpp | 2 +- testbench/template.tests.hpp | 2 +- testbench/unused.tests.cpp | 2 +- testbench/unused.tests.hpp | 2 +- tests/ai/ann.test.cpp | 2 +- tests/ai/hmm.test.cpp | 2 +- tests/algorithm/astar.test.cpp | 2 +- tests/algorithm/dijkstra.test.cpp | 2 +- tests/algorithm/gaussian_elimination.test.cpp | 2 +- tests/algorithm/kmeans.test.cpp | 2 +- tests/algorithm/maxn.test.cpp | 2 +- tests/algorithm/quicksort.test.cpp | 2 +- tests/algorithm/satisfiability.test.cpp | 2 +- tests/algorithm/simulation_loop.test.cpp | 2 +- tests/container/any.test.cpp | 2 +- tests/container/array_nd.test.cpp | 2 +- tests/container/lambda.test.cpp | 2 +- tests/container/ring_buffer.test.cpp | 2 +- tests/container/static_array_nd.test.cpp | 2 +- tests/container/static_lambda.test.cpp | 2 +- tests/container/static_ring_buffer.test.cpp | 2 +- tests/container/static_variant.test.cpp | 2 +- tests/container/static_view.test.cpp | 2 +- tests/crypto/aes.test.cpp | 2 +- tests/crypto/chacha.test.cpp | 2 +- tests/crypto/rc4.test.cpp | 2 +- tests/crypto/rsa.test.cpp | 2 +- tests/debug/access.test.cpp | 2 +- tests/debug/assert.test.cpp | 2 +- tests/debug/assume.test.cpp | 2 +- tests/debug/breakpoint.test.cpp | 2 +- tests/debug/expect.test.cpp | 2 +- tests/debug/sentinel.test.cpp | 2 +- tests/debug/short_file.test.cpp | 2 +- tests/debug/signal.test.cpp | 2 +- tests/debug/unused.test.cpp | 2 +- tests/execution/barrier.test.cpp | 2 +- tests/execution/coroutine.test.cpp | 2 +- tests/execution/semaphore.test.cpp | 2 +- tests/execution/spin_lock.test.cpp | 2 +- tests/execution/thread_pool.test.cpp | 2 +- tests/execution/triple_buffer.test.cpp | 2 +- tests/file/archive/tar.test.cpp | 2 +- tests/file/text/json.test.cpp | 2 +- tests/game/mastermind.test.cpp | 2 +- tests/game/sudoku.test.cpp | 2 +- tests/game/tic_tac_toe.test.cpp | 2 +- tests/hash/crc.test.cpp | 2 +- tests/hash/md5.test.cpp | 2 +- tests/hash/sha0.test.cpp | 2 +- tests/hash/sha1.test.cpp | 2 +- tests/hash/sha2.test.cpp | 2 +- tests/hash/sha3.test.cpp | 2 +- tests/io/file.test.cpp | 2 +- tests/io/paths.test.cpp | 2 +- tests/io/socket.test.cpp | 2 +- tests/math/big_integer.test.cpp | 2 +- tests/math/big_unsigned.test.cpp | 2 +- tests/math/symbolic.test.cpp | 2 +- tests/parser/generator.test.cpp | 2 +- tests/parser/pl0.test.cpp | 2 +- tests/platform/architecture.test.cpp | 2 +- tests/platform/compiler.test.cpp | 2 +- tests/platform/cpu.test.cpp | 2 +- tests/platform/operating_system.test.cpp | 2 +- tests/platform/runtime.test.cpp | 2 +- tests/platform/timestamp.test.cpp | 2 +- tests/platform/types.test.cpp | 2 +- tests/protection/virtual_machine.test.cpp | 2 +- tests/random/random_mt.test.cpp | 2 +- tests/random/random_pcg.test.cpp | 2 +- tests/random/random_rlcg.test.cpp | 2 +- tests/random/random_romu_32.test.cpp | 2 +- tests/random/random_romu_64.test.cpp | 2 +- tests/random/random_splitmix.test.cpp | 2 +- tests/random/random_xorshift.test.cpp | 2 +- tests/string/static_string.test.cpp | 2 +- tests/string/static_string_encrypted.test.cpp | 2 +- tests/type/enum_name.test.cpp | 2 +- tests/type/standard.test.cpp | 2 +- tests/type/type_id.test.cpp | 2 +- tests/type/type_name.test.cpp | 2 +- tests/utility/error.test.cpp | 2 +- tests/utility/event.test.cpp | 2 +- tests/utility/pimpl.test.cpp | 2 +- tests/utility/pimpl.test.hpp | 2 +- tests/utility/sizeof_bitfield.test.cpp | 2 +- tests/vision/api.test.cpp | 2 +- tests/vision/camera/model/pinhole.test.cpp | 2 +- tests/vision/consensus/consensus.test.cpp | 2 +- tests/vision/consensus/estimator.test.cpp | 2 +- tests/vision/consensus/evaluate/inlier_support.test.cpp | 2 +- .../consensus/evaluate/least_median_of_squares.test.cpp | 2 +- tests/vision/consensus/evaluate/maximum_likelihood.test.cpp | 2 +- tests/vision/consensus/evaluator.test.cpp | 2 +- tests/vision/consensus/sample/exhaustive.test.cpp | 2 +- tests/vision/consensus/sample/random.test.cpp | 2 +- tests/vision/consensus/sampler.test.cpp | 2 +- tests/vision/feature/angle/orb_angle.test.cpp | 2 +- tests/vision/feature/binary_descriptor.test.cpp | 2 +- tests/vision/feature/descriptor/beblid.test.cpp | 2 +- tests/vision/feature/descriptor/orb.test.cpp | 2 +- tests/vision/feature/descriptor/rs_brief.test.cpp | 2 +- tests/vision/feature/detector/fast.test.cpp | 2 +- tests/vision/feature/distributor/square_covering.test.cpp | 2 +- tests/vision/feature/feature.test.cpp | 2 +- tests/vision/feature/refinement/exhaustive.test.cpp | 2 +- tests/vision/feature/refinement/golden_section.test.cpp | 2 +- tests/vision/feature/refinement/quadratic_fitting.test.cpp | 2 +- tests/vision/feature/score/fast_score.test.cpp | 2 +- tests/vision/feature/score/harris_score.test.cpp | 2 +- tests/vision/feature/score/shi_tomasi_score.test.cpp | 2 +- tests/vision/image_processing/integral.test.cpp | 2 +- tests/vision/image_processing/sub_pixel_patch.test.cpp | 2 +- tests/vision/match_distance/hamming.test.cpp | 2 +- tests/vision/match_distance/ncc.test.cpp | 2 +- tests/vision/match_distance/sad.test.cpp | 2 +- tests/vision/match_distance/ssd.test.cpp | 2 +- tests/vision/match_distance/zncc.test.cpp | 2 +- tests/vision/match_distance/zsad.test.cpp | 2 +- tests/vision/match_distance/zssd.test.cpp | 2 +- 283 files changed, 285 insertions(+), 285 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cedc72..f0ab5bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/README.md b/README.md index bb85326..a2e321b 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ The current classes are as described below: ## License ## -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/checks/assert_macro.cmake b/checks/assert_macro.cmake index 653a5fb..b4ef97d 100644 --- a/checks/assert_macro.cmake +++ b/checks/assert_macro.cmake @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/checks/carriage_returns.cmake b/checks/carriage_returns.cmake index be42d4a..1b81167 100644 --- a/checks/carriage_returns.cmake +++ b/checks/carriage_returns.cmake @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/checks/class.cmake b/checks/class.cmake index 3a5d7a0..0c1430b 100644 --- a/checks/class.cmake +++ b/checks/class.cmake @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/checks/file_names.cmake b/checks/file_names.cmake index 7f999af..203be4c 100644 --- a/checks/file_names.cmake +++ b/checks/file_names.cmake @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/checks/git_branch.cmake b/checks/git_branch.cmake index 6e7870e..fed5eee 100644 --- a/checks/git_branch.cmake +++ b/checks/git_branch.cmake @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/checks/include_guard.cmake b/checks/include_guard.cmake index 7a6f1fe..4a26c75 100644 --- a/checks/include_guard.cmake +++ b/checks/include_guard.cmake @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/checks/license.cmake b/checks/license.cmake index a6daa6b..7c0f334 100644 --- a/checks/license.cmake +++ b/checks/license.cmake @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -61,7 +61,7 @@ FOREACH(LICENSED_FILE ${LICENSED_FILES}) # Prepare the license regex. SET(LICENSE_REGEX_LINES "^/\\*$|^\"\"\"$|^#\\[\\[$" - "^Copyright \\(C\\) 2018-2023 Geoffrey Daniels\\. https://gpdaniels\\.com/$" + "^Copyright \\(C\\) 2018-2024 Geoffrey Daniels\\. https://gpdaniels\\.com/$" "^$" "^This program is free software: you can redistribute it and/or modify$" "^it under the terms of the GNU General Public License as published by$" diff --git a/checks/merge_conflicts.cmake b/checks/merge_conflicts.cmake index 4c68236..d80a4c4 100644 --- a/checks/merge_conflicts.cmake +++ b/checks/merge_conflicts.cmake @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/checks/readme.cmake b/checks/readme.cmake index 36fe42d..abae3da 100644 --- a/checks/readme.cmake +++ b/checks/readme.cmake @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/checks/tabs.cmake b/checks/tabs.cmake index ec7f1c0..c44e1a5 100644 --- a/checks/tabs.cmake +++ b/checks/tabs.cmake @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/checks/tests.cmake b/checks/tests.cmake index 99122a5..ebb1038 100644 --- a/checks/tests.cmake +++ b/checks/tests.cmake @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/checks/todo.cmake b/checks/todo.cmake index 5d41186..1fa32f4 100644 --- a/checks/todo.cmake +++ b/checks/todo.cmake @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/checks/using.cmake b/checks/using.cmake index ac22078..593a97d 100644 --- a/checks/using.cmake +++ b/checks/using.cmake @@ -1,5 +1,5 @@ #[[ -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/placeholder.sh b/placeholder.sh index 0a14f20..44ef0bd 100644 --- a/placeholder.sh +++ b/placeholder.sh @@ -26,7 +26,7 @@ mkdir -p source/${TYPE_NAME_LOWER} cat << EOF > source/${TYPE_NAME_LOWER}/${CLASS_NAME_LOWER} /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -60,7 +60,7 @@ mkdir -p tests/${TYPE_NAME_LOWER} cat << EOF > tests/${TYPE_NAME_LOWER}/${CLASS_NAME_LOWER}.test.cpp /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/ai/ann b/source/ai/ann index 3e94100..f357a07 100644 --- a/source/ai/ann +++ b/source/ai/ann @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/ai/hmm b/source/ai/hmm index 6f853c2..12cb242 100644 --- a/source/ai/hmm +++ b/source/ai/hmm @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/algorithm/astar b/source/algorithm/astar index cb7a238..7dd35a3 100644 --- a/source/algorithm/astar +++ b/source/algorithm/astar @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/algorithm/dijkstra b/source/algorithm/dijkstra index 3764fe8..2e3b7fe 100644 --- a/source/algorithm/dijkstra +++ b/source/algorithm/dijkstra @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/algorithm/gaussian_elimination b/source/algorithm/gaussian_elimination index af3475f..2a1fd63 100644 --- a/source/algorithm/gaussian_elimination +++ b/source/algorithm/gaussian_elimination @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/algorithm/kmeans b/source/algorithm/kmeans index 28f3fcd..8c6fb1a 100644 --- a/source/algorithm/kmeans +++ b/source/algorithm/kmeans @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/algorithm/maxn b/source/algorithm/maxn index 2daa6ff..54225e3 100644 --- a/source/algorithm/maxn +++ b/source/algorithm/maxn @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/algorithm/quicksort b/source/algorithm/quicksort index 83b13e5..5888032 100644 --- a/source/algorithm/quicksort +++ b/source/algorithm/quicksort @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/algorithm/satisfiability b/source/algorithm/satisfiability index 1a1a634..7335eac 100644 --- a/source/algorithm/satisfiability +++ b/source/algorithm/satisfiability @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/algorithm/simulation_loop b/source/algorithm/simulation_loop index d642e05..0a8d658 100644 --- a/source/algorithm/simulation_loop +++ b/source/algorithm/simulation_loop @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/container/any b/source/container/any index e12ab62..d8acc30 100644 --- a/source/container/any +++ b/source/container/any @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/container/array_nd b/source/container/array_nd index e06ae2a..651452b 100644 --- a/source/container/array_nd +++ b/source/container/array_nd @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/container/lambda b/source/container/lambda index 99be71f..133f082 100644 --- a/source/container/lambda +++ b/source/container/lambda @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/container/ring_buffer b/source/container/ring_buffer index d7089bd..796c3a0 100644 --- a/source/container/ring_buffer +++ b/source/container/ring_buffer @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/container/static_array_nd b/source/container/static_array_nd index 2ab53b5..c08c6e3 100644 --- a/source/container/static_array_nd +++ b/source/container/static_array_nd @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/container/static_lambda b/source/container/static_lambda index aa5c3d4..3980cf9 100644 --- a/source/container/static_lambda +++ b/source/container/static_lambda @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/container/static_ring_buffer b/source/container/static_ring_buffer index 3ad45a9..c26dc28 100644 --- a/source/container/static_ring_buffer +++ b/source/container/static_ring_buffer @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/container/static_variant b/source/container/static_variant index e961ac2..8540618 100644 --- a/source/container/static_variant +++ b/source/container/static_variant @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/container/static_view b/source/container/static_view index fb47ef0..7d9bbfc 100644 --- a/source/container/static_view +++ b/source/container/static_view @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/crypto/aes b/source/crypto/aes index d584f44..c5ae2c4 100644 --- a/source/crypto/aes +++ b/source/crypto/aes @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/crypto/chacha b/source/crypto/chacha index 4201f08..8bb60c6 100644 --- a/source/crypto/chacha +++ b/source/crypto/chacha @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/crypto/rc4 b/source/crypto/rc4 index d9c61d0..2358192 100644 --- a/source/crypto/rc4 +++ b/source/crypto/rc4 @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/crypto/rsa b/source/crypto/rsa index 72e0edb..9f96293 100644 --- a/source/crypto/rsa +++ b/source/crypto/rsa @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/debug/access b/source/debug/access index 41bf0de..87f9402 100644 --- a/source/debug/access +++ b/source/debug/access @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/debug/assert b/source/debug/assert index 690842c..336a9b0 100644 --- a/source/debug/assert +++ b/source/debug/assert @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/debug/assume b/source/debug/assume index e3db308..746cf84 100644 --- a/source/debug/assume +++ b/source/debug/assume @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/debug/breakpoint b/source/debug/breakpoint index e9ef84a..c01603f 100644 --- a/source/debug/breakpoint +++ b/source/debug/breakpoint @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/debug/expect b/source/debug/expect index 208b77d..63e8f05 100644 --- a/source/debug/expect +++ b/source/debug/expect @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/debug/sentinel b/source/debug/sentinel index 37cb896..424e252 100644 --- a/source/debug/sentinel +++ b/source/debug/sentinel @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/debug/short_file b/source/debug/short_file index 59d9c2e..f1bb39c 100644 --- a/source/debug/short_file +++ b/source/debug/short_file @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/debug/signal b/source/debug/signal index a8c9357..2de0704 100644 --- a/source/debug/signal +++ b/source/debug/signal @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/debug/unused b/source/debug/unused index 00d567c..581bbe6 100644 --- a/source/debug/unused +++ b/source/debug/unused @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/execution/barrier b/source/execution/barrier index b2f55cd..5389a7f 100644 --- a/source/execution/barrier +++ b/source/execution/barrier @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/execution/coroutine b/source/execution/coroutine index 502a763..4e94281 100644 --- a/source/execution/coroutine +++ b/source/execution/coroutine @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/execution/semaphore b/source/execution/semaphore index 82b2e5e..5a95095 100644 --- a/source/execution/semaphore +++ b/source/execution/semaphore @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/execution/spin_lock b/source/execution/spin_lock index c782fc2..88c0ab9 100644 --- a/source/execution/spin_lock +++ b/source/execution/spin_lock @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/execution/thread_pool b/source/execution/thread_pool index 8b94d2b..6cf3268 100644 --- a/source/execution/thread_pool +++ b/source/execution/thread_pool @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/execution/triple_buffer b/source/execution/triple_buffer index 45d07f8..fc3d6ec 100644 --- a/source/execution/triple_buffer +++ b/source/execution/triple_buffer @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/file/archive/tar b/source/file/archive/tar index 9e2137e..522959b 100644 --- a/source/file/archive/tar +++ b/source/file/archive/tar @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/file/text/json b/source/file/text/json index c282196..2c5b02a 100644 --- a/source/file/text/json +++ b/source/file/text/json @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/game/mastermind b/source/game/mastermind index 8b83497..9a5add4 100644 --- a/source/game/mastermind +++ b/source/game/mastermind @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/game/sudoku b/source/game/sudoku index 019cd0d..b52ed79 100644 --- a/source/game/sudoku +++ b/source/game/sudoku @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/game/tic_tac_toe b/source/game/tic_tac_toe index 468406c..5909243 100644 --- a/source/game/tic_tac_toe +++ b/source/game/tic_tac_toe @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/hash/crc b/source/hash/crc index 6ec0d2d..3f5eee7 100644 --- a/source/hash/crc +++ b/source/hash/crc @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/hash/md5 b/source/hash/md5 index 55c00ce..9f22fc8 100644 --- a/source/hash/md5 +++ b/source/hash/md5 @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/hash/sha0 b/source/hash/sha0 index 5f5c443..73a71f1 100644 --- a/source/hash/sha0 +++ b/source/hash/sha0 @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/hash/sha1 b/source/hash/sha1 index 51fe6a7..f4df87c 100644 --- a/source/hash/sha1 +++ b/source/hash/sha1 @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/hash/sha2 b/source/hash/sha2 index c61b86b..d36c51f 100644 --- a/source/hash/sha2 +++ b/source/hash/sha2 @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/hash/sha3 b/source/hash/sha3 index 35221c7..0b86b5b 100644 --- a/source/hash/sha3 +++ b/source/hash/sha3 @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/io/file b/source/io/file index 746ef60..dd61884 100644 --- a/source/io/file +++ b/source/io/file @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/io/paths b/source/io/paths index b3722b7..6f298a4 100644 --- a/source/io/paths +++ b/source/io/paths @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/io/socket b/source/io/socket index 5c30404..394e940 100644 --- a/source/io/socket +++ b/source/io/socket @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/math/big_integer b/source/math/big_integer index 8629dd9..35a6460 100644 --- a/source/math/big_integer +++ b/source/math/big_integer @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/math/big_unsigned b/source/math/big_unsigned index 4ddd4e7..b395170 100644 --- a/source/math/big_unsigned +++ b/source/math/big_unsigned @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/math/symbolic b/source/math/symbolic index c83f91b..7e2a5d4 100644 --- a/source/math/symbolic +++ b/source/math/symbolic @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/parser/generator b/source/parser/generator index 80aeadd..20cbbeb 100644 --- a/source/parser/generator +++ b/source/parser/generator @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/parser/pl0 b/source/parser/pl0 index 85c1d61..225cd45 100644 --- a/source/parser/pl0 +++ b/source/parser/pl0 @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/platform/architecture b/source/platform/architecture index 5e1d73d..f06a626 100644 --- a/source/platform/architecture +++ b/source/platform/architecture @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/platform/compiler b/source/platform/compiler index b623e68..04a279a 100644 --- a/source/platform/compiler +++ b/source/platform/compiler @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/platform/cpu b/source/platform/cpu index dcd19e1..05230a0 100644 --- a/source/platform/cpu +++ b/source/platform/cpu @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/platform/operating_system b/source/platform/operating_system index 985c043..bc61a4c 100644 --- a/source/platform/operating_system +++ b/source/platform/operating_system @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/platform/runtime b/source/platform/runtime index 867b2da..c7221a8 100644 --- a/source/platform/runtime +++ b/source/platform/runtime @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/platform/timestamp b/source/platform/timestamp index 8595d39..d3a5644 100644 --- a/source/platform/timestamp +++ b/source/platform/timestamp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/platform/types b/source/platform/types index 03700cd..df7ee21 100644 --- a/source/platform/types +++ b/source/platform/types @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/protection/virtual_machine b/source/protection/virtual_machine index a42ad47..2f03200 100644 --- a/source/protection/virtual_machine +++ b/source/protection/virtual_machine @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/random/random_mt b/source/random/random_mt index 461e677..2eea357 100644 --- a/source/random/random_mt +++ b/source/random/random_mt @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/random/random_pcg b/source/random/random_pcg index 80efa77..dd4ce17 100644 --- a/source/random/random_pcg +++ b/source/random/random_pcg @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/random/random_rlcg b/source/random/random_rlcg index cd23d6f..7422268 100644 --- a/source/random/random_rlcg +++ b/source/random/random_rlcg @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/random/random_romu_32 b/source/random/random_romu_32 index 7f89aaf..7b3b4ef 100644 --- a/source/random/random_romu_32 +++ b/source/random/random_romu_32 @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/random/random_romu_64 b/source/random/random_romu_64 index 343a6c1..1605d8a 100644 --- a/source/random/random_romu_64 +++ b/source/random/random_romu_64 @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/random/random_splitmix b/source/random/random_splitmix index 026bdd0..5feb2a6 100644 --- a/source/random/random_splitmix +++ b/source/random/random_splitmix @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/random/random_xorshift b/source/random/random_xorshift index 61ea5a7..aba525b 100644 --- a/source/random/random_xorshift +++ b/source/random/random_xorshift @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/string/static_string b/source/string/static_string index 0628ff9..e7fd6a3 100644 --- a/source/string/static_string +++ b/source/string/static_string @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/string/static_string_encrypted b/source/string/static_string_encrypted index 30deaad..d0c12dd 100644 --- a/source/string/static_string_encrypted +++ b/source/string/static_string_encrypted @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/type/enum_name b/source/type/enum_name index 4583fad..81a5216 100644 --- a/source/type/enum_name +++ b/source/type/enum_name @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/type/standard b/source/type/standard index 0ccf63c..e7b8456 100644 --- a/source/type/standard +++ b/source/type/standard @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/type/type_id b/source/type/type_id index 1e740ae..2377047 100644 --- a/source/type/type_id +++ b/source/type/type_id @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/type/type_name b/source/type/type_name index 39aaac2..a55e91f 100644 --- a/source/type/type_name +++ b/source/type/type_name @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/utility/error b/source/utility/error index 13f3e8e..1fc012b 100644 --- a/source/utility/error +++ b/source/utility/error @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/utility/event b/source/utility/event index ffc64a7..98791b1 100644 --- a/source/utility/event +++ b/source/utility/event @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/utility/pimpl b/source/utility/pimpl index 1d1725d..86b1617 100644 --- a/source/utility/pimpl +++ b/source/utility/pimpl @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/utility/sizeof_bitfield b/source/utility/sizeof_bitfield index f2f0dd9..3ef3c7f 100644 --- a/source/utility/sizeof_bitfield +++ b/source/utility/sizeof_bitfield @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/api b/source/vision/api index b4660c6..9f10a23 100644 --- a/source/vision/api +++ b/source/vision/api @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/camera/model/pinhole b/source/vision/camera/model/pinhole index 9c51743..0563664 100644 --- a/source/vision/camera/model/pinhole +++ b/source/vision/camera/model/pinhole @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/consensus/consensus b/source/vision/consensus/consensus index cca71ca..468512d 100644 --- a/source/vision/consensus/consensus +++ b/source/vision/consensus/consensus @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/consensus/estimator b/source/vision/consensus/estimator index d97e4b8..20140f6 100644 --- a/source/vision/consensus/estimator +++ b/source/vision/consensus/estimator @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/consensus/evaluate/inlier_support b/source/vision/consensus/evaluate/inlier_support index a29203a..3b66363 100644 --- a/source/vision/consensus/evaluate/inlier_support +++ b/source/vision/consensus/evaluate/inlier_support @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/consensus/evaluate/least_median_of_squares b/source/vision/consensus/evaluate/least_median_of_squares index 13f4078..5850e6c 100644 --- a/source/vision/consensus/evaluate/least_median_of_squares +++ b/source/vision/consensus/evaluate/least_median_of_squares @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/consensus/evaluate/maximum_likelihood b/source/vision/consensus/evaluate/maximum_likelihood index edb904d..371bc6b 100644 --- a/source/vision/consensus/evaluate/maximum_likelihood +++ b/source/vision/consensus/evaluate/maximum_likelihood @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/consensus/evaluator b/source/vision/consensus/evaluator index e8260f9..832323f 100644 --- a/source/vision/consensus/evaluator +++ b/source/vision/consensus/evaluator @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/consensus/sample/exhaustive b/source/vision/consensus/sample/exhaustive index 376869b..488f8a8 100644 --- a/source/vision/consensus/sample/exhaustive +++ b/source/vision/consensus/sample/exhaustive @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/consensus/sample/random b/source/vision/consensus/sample/random index b721248..80c5aaa 100644 --- a/source/vision/consensus/sample/random +++ b/source/vision/consensus/sample/random @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/consensus/sampler b/source/vision/consensus/sampler index 68deca7..85b6d7a 100644 --- a/source/vision/consensus/sampler +++ b/source/vision/consensus/sampler @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/angle/orb_angle b/source/vision/feature/angle/orb_angle index d505bc7..bda0eec 100644 --- a/source/vision/feature/angle/orb_angle +++ b/source/vision/feature/angle/orb_angle @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/binary_descriptor b/source/vision/feature/binary_descriptor index 2db0a32..04023f0 100644 --- a/source/vision/feature/binary_descriptor +++ b/source/vision/feature/binary_descriptor @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/descriptor/beblid b/source/vision/feature/descriptor/beblid index e8624bd..131d23f 100644 --- a/source/vision/feature/descriptor/beblid +++ b/source/vision/feature/descriptor/beblid @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/descriptor/orb b/source/vision/feature/descriptor/orb index fe394ea..8a7d16b 100644 --- a/source/vision/feature/descriptor/orb +++ b/source/vision/feature/descriptor/orb @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/descriptor/rs_brief b/source/vision/feature/descriptor/rs_brief index 04099b3..5c3d1e4 100644 --- a/source/vision/feature/descriptor/rs_brief +++ b/source/vision/feature/descriptor/rs_brief @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/detector/fast b/source/vision/feature/detector/fast index a953414..38920be 100644 --- a/source/vision/feature/detector/fast +++ b/source/vision/feature/detector/fast @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/distributor/square_covering b/source/vision/feature/distributor/square_covering index 0dd34a2..76e6e0c 100644 --- a/source/vision/feature/distributor/square_covering +++ b/source/vision/feature/distributor/square_covering @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/feature b/source/vision/feature/feature index 6330ea1..9ec42ef 100644 --- a/source/vision/feature/feature +++ b/source/vision/feature/feature @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/refinement/exhaustive b/source/vision/feature/refinement/exhaustive index 4244bde..fc82d5a 100644 --- a/source/vision/feature/refinement/exhaustive +++ b/source/vision/feature/refinement/exhaustive @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/refinement/golden_section b/source/vision/feature/refinement/golden_section index 9633ccc..6b753ce 100644 --- a/source/vision/feature/refinement/golden_section +++ b/source/vision/feature/refinement/golden_section @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/refinement/quadratic_fitting b/source/vision/feature/refinement/quadratic_fitting index 2d5f4fa..f7ce7d0 100644 --- a/source/vision/feature/refinement/quadratic_fitting +++ b/source/vision/feature/refinement/quadratic_fitting @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/score/fast_score b/source/vision/feature/score/fast_score index c057cc8..c6027f8 100644 --- a/source/vision/feature/score/fast_score +++ b/source/vision/feature/score/fast_score @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/score/harris_score b/source/vision/feature/score/harris_score index 3d73f05..5a2aa59 100644 --- a/source/vision/feature/score/harris_score +++ b/source/vision/feature/score/harris_score @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/feature/score/shi_tomasi_score b/source/vision/feature/score/shi_tomasi_score index a0fb848..b519d1c 100644 --- a/source/vision/feature/score/shi_tomasi_score +++ b/source/vision/feature/score/shi_tomasi_score @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/image_processing/integral b/source/vision/image_processing/integral index a877c61..51edb57 100644 --- a/source/vision/image_processing/integral +++ b/source/vision/image_processing/integral @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/image_processing/sub_pixel_patch b/source/vision/image_processing/sub_pixel_patch index 045cd17..ea407ed 100644 --- a/source/vision/image_processing/sub_pixel_patch +++ b/source/vision/image_processing/sub_pixel_patch @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/match_distance/hamming b/source/vision/match_distance/hamming index d4df571..1e856fc 100644 --- a/source/vision/match_distance/hamming +++ b/source/vision/match_distance/hamming @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/match_distance/ncc b/source/vision/match_distance/ncc index c256966..116a6b8 100644 --- a/source/vision/match_distance/ncc +++ b/source/vision/match_distance/ncc @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/match_distance/sad b/source/vision/match_distance/sad index 2ac1e9c..916cdc8 100644 --- a/source/vision/match_distance/sad +++ b/source/vision/match_distance/sad @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/match_distance/ssd b/source/vision/match_distance/ssd index 208c812..d9f68fe 100644 --- a/source/vision/match_distance/ssd +++ b/source/vision/match_distance/ssd @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/match_distance/zncc b/source/vision/match_distance/zncc index 04b0929..4583824 100644 --- a/source/vision/match_distance/zncc +++ b/source/vision/match_distance/zncc @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/match_distance/zsad b/source/vision/match_distance/zsad index bdcaf33..7eedf02 100644 --- a/source/vision/match_distance/zsad +++ b/source/vision/match_distance/zsad @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source/vision/match_distance/zssd b/source/vision/match_distance/zssd index 66846fa..9673416 100644 --- a/source/vision/match_distance/zssd +++ b/source/vision/match_distance/zssd @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/abort.tests.cpp b/testbench/abort.tests.cpp index 0cc2604..5b0e822 100644 --- a/testbench/abort.tests.cpp +++ b/testbench/abort.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/abort.tests.hpp b/testbench/abort.tests.hpp index 02bf010..fb51907 100644 --- a/testbench/abort.tests.hpp +++ b/testbench/abort.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/benchmark.tests.cpp b/testbench/benchmark.tests.cpp index d1879bf..3daeaaa 100644 --- a/testbench/benchmark.tests.cpp +++ b/testbench/benchmark.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/benchmark.tests.hpp b/testbench/benchmark.tests.hpp index 0becbf5..1e7956a 100644 --- a/testbench/benchmark.tests.hpp +++ b/testbench/benchmark.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/comparison.tests.cpp b/testbench/comparison.tests.cpp index 2b0064b..32edd7c 100644 --- a/testbench/comparison.tests.cpp +++ b/testbench/comparison.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/comparison.tests.hpp b/testbench/comparison.tests.hpp index 3ab43cf..8cb915c 100644 --- a/testbench/comparison.tests.hpp +++ b/testbench/comparison.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/data.tests.cpp b/testbench/data.tests.cpp index c07430b..a81fdf7 100644 --- a/testbench/data.tests.cpp +++ b/testbench/data.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/data.tests.hpp b/testbench/data.tests.hpp index 744bee2..ce2ad9f 100644 --- a/testbench/data.tests.hpp +++ b/testbench/data.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/debugger.tests.cpp b/testbench/debugger.tests.cpp index 84575c6..45f8e38 100644 --- a/testbench/debugger.tests.cpp +++ b/testbench/debugger.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/debugger.tests.hpp b/testbench/debugger.tests.hpp index e1574af..2c68bd1 100644 --- a/testbench/debugger.tests.hpp +++ b/testbench/debugger.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/gui.tests.cpp b/testbench/gui.tests.cpp index 1783567..099467d 100644 --- a/testbench/gui.tests.cpp +++ b/testbench/gui.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/gui.tests.hpp b/testbench/gui.tests.hpp index 34610cd..88a4975 100644 --- a/testbench/gui.tests.hpp +++ b/testbench/gui.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/ignored.tests.cpp b/testbench/ignored.tests.cpp index a9a2309..5352f5f 100644 --- a/testbench/ignored.tests.cpp +++ b/testbench/ignored.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/ignored.tests.hpp b/testbench/ignored.tests.hpp index f2fd35e..408aeca 100644 --- a/testbench/ignored.tests.hpp +++ b/testbench/ignored.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/lambda.tests.cpp b/testbench/lambda.tests.cpp index 562d4ef..c2fe5db 100644 --- a/testbench/lambda.tests.cpp +++ b/testbench/lambda.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/lambda.tests.hpp b/testbench/lambda.tests.hpp index 8545fe8..7f3f7fd 100644 --- a/testbench/lambda.tests.hpp +++ b/testbench/lambda.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/main.tests.cpp b/testbench/main.tests.cpp index 6b12b98..195943e 100644 --- a/testbench/main.tests.cpp +++ b/testbench/main.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/main.tests.hpp b/testbench/main.tests.hpp index 1d7fb36..ad99055 100644 --- a/testbench/main.tests.hpp +++ b/testbench/main.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/node.tests.cpp b/testbench/node.tests.cpp index e45add9..c128b84 100644 --- a/testbench/node.tests.cpp +++ b/testbench/node.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/node.tests.hpp b/testbench/node.tests.hpp index 25b8f45..d8b32c9 100644 --- a/testbench/node.tests.hpp +++ b/testbench/node.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/optimise.tests.cpp b/testbench/optimise.tests.cpp index 189cedf..80f7ff4 100644 --- a/testbench/optimise.tests.cpp +++ b/testbench/optimise.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/optimise.tests.hpp b/testbench/optimise.tests.hpp index 0310b9c..990cb66 100644 --- a/testbench/optimise.tests.hpp +++ b/testbench/optimise.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/print.tests.cpp b/testbench/print.tests.cpp index 2853791..88be1e1 100644 --- a/testbench/print.tests.cpp +++ b/testbench/print.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/print.tests.hpp b/testbench/print.tests.hpp index 8b3d9c0..27a28c0 100644 --- a/testbench/print.tests.hpp +++ b/testbench/print.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/process.tests.cpp b/testbench/process.tests.cpp index 6ef8cb7..15c3d3c 100644 --- a/testbench/process.tests.cpp +++ b/testbench/process.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/process.tests.hpp b/testbench/process.tests.hpp index 5959379..2e3afa4 100644 --- a/testbench/process.tests.hpp +++ b/testbench/process.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/require.tests.cpp b/testbench/require.tests.cpp index 61defb4..a4f6399 100644 --- a/testbench/require.tests.cpp +++ b/testbench/require.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/require.tests.hpp b/testbench/require.tests.hpp index bc7ef88..1b40325 100644 --- a/testbench/require.tests.hpp +++ b/testbench/require.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/sanitizers.tests.cpp b/testbench/sanitizers.tests.cpp index 9e0a10b..0064d97 100644 --- a/testbench/sanitizers.tests.cpp +++ b/testbench/sanitizers.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/sanitizers.tests.hpp b/testbench/sanitizers.tests.hpp index c8e64e4..1cc8d29 100644 --- a/testbench/sanitizers.tests.hpp +++ b/testbench/sanitizers.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/template.tests.cpp b/testbench/template.tests.cpp index d835e19..000c21d 100644 --- a/testbench/template.tests.cpp +++ b/testbench/template.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/template.tests.hpp b/testbench/template.tests.hpp index a5a4540..96a3887 100644 --- a/testbench/template.tests.hpp +++ b/testbench/template.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/unused.tests.cpp b/testbench/unused.tests.cpp index 8de7c55..ac6532f 100644 --- a/testbench/unused.tests.cpp +++ b/testbench/unused.tests.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testbench/unused.tests.hpp b/testbench/unused.tests.hpp index 9376c18..d4cf20d 100644 --- a/testbench/unused.tests.hpp +++ b/testbench/unused.tests.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/ai/ann.test.cpp b/tests/ai/ann.test.cpp index 63db541..1a5fa31 100644 --- a/tests/ai/ann.test.cpp +++ b/tests/ai/ann.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/ai/hmm.test.cpp b/tests/ai/hmm.test.cpp index 9c4e74b..17947b3 100644 --- a/tests/ai/hmm.test.cpp +++ b/tests/ai/hmm.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/algorithm/astar.test.cpp b/tests/algorithm/astar.test.cpp index 8e3610d..0f6748a 100644 --- a/tests/algorithm/astar.test.cpp +++ b/tests/algorithm/astar.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/algorithm/dijkstra.test.cpp b/tests/algorithm/dijkstra.test.cpp index 6630a91..b8c7f65 100644 --- a/tests/algorithm/dijkstra.test.cpp +++ b/tests/algorithm/dijkstra.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/algorithm/gaussian_elimination.test.cpp b/tests/algorithm/gaussian_elimination.test.cpp index e18f8d0..dca35fa 100644 --- a/tests/algorithm/gaussian_elimination.test.cpp +++ b/tests/algorithm/gaussian_elimination.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/algorithm/kmeans.test.cpp b/tests/algorithm/kmeans.test.cpp index 1064ad1..e033c15 100644 --- a/tests/algorithm/kmeans.test.cpp +++ b/tests/algorithm/kmeans.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/algorithm/maxn.test.cpp b/tests/algorithm/maxn.test.cpp index b12027f..525c2b0 100644 --- a/tests/algorithm/maxn.test.cpp +++ b/tests/algorithm/maxn.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/algorithm/quicksort.test.cpp b/tests/algorithm/quicksort.test.cpp index 4d974e4..443a94c 100644 --- a/tests/algorithm/quicksort.test.cpp +++ b/tests/algorithm/quicksort.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/algorithm/satisfiability.test.cpp b/tests/algorithm/satisfiability.test.cpp index 6512233..f85c739 100644 --- a/tests/algorithm/satisfiability.test.cpp +++ b/tests/algorithm/satisfiability.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/algorithm/simulation_loop.test.cpp b/tests/algorithm/simulation_loop.test.cpp index 537ef08..136aa76 100644 --- a/tests/algorithm/simulation_loop.test.cpp +++ b/tests/algorithm/simulation_loop.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/container/any.test.cpp b/tests/container/any.test.cpp index 57578ba..efee57d 100644 --- a/tests/container/any.test.cpp +++ b/tests/container/any.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/container/array_nd.test.cpp b/tests/container/array_nd.test.cpp index 9c6133e..6860ed1 100644 --- a/tests/container/array_nd.test.cpp +++ b/tests/container/array_nd.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/container/lambda.test.cpp b/tests/container/lambda.test.cpp index fd129b0..9eaf663 100644 --- a/tests/container/lambda.test.cpp +++ b/tests/container/lambda.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/container/ring_buffer.test.cpp b/tests/container/ring_buffer.test.cpp index e54a31d..f2f6fc2 100644 --- a/tests/container/ring_buffer.test.cpp +++ b/tests/container/ring_buffer.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/container/static_array_nd.test.cpp b/tests/container/static_array_nd.test.cpp index e47ba2d..3981401 100644 --- a/tests/container/static_array_nd.test.cpp +++ b/tests/container/static_array_nd.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/container/static_lambda.test.cpp b/tests/container/static_lambda.test.cpp index ea77407..32a8ab8 100644 --- a/tests/container/static_lambda.test.cpp +++ b/tests/container/static_lambda.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/container/static_ring_buffer.test.cpp b/tests/container/static_ring_buffer.test.cpp index 4144281..36644c7 100644 --- a/tests/container/static_ring_buffer.test.cpp +++ b/tests/container/static_ring_buffer.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/container/static_variant.test.cpp b/tests/container/static_variant.test.cpp index fc40c3c..015f071 100644 --- a/tests/container/static_variant.test.cpp +++ b/tests/container/static_variant.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/container/static_view.test.cpp b/tests/container/static_view.test.cpp index 0130ca0..6de6f07 100644 --- a/tests/container/static_view.test.cpp +++ b/tests/container/static_view.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/crypto/aes.test.cpp b/tests/crypto/aes.test.cpp index fae5841..119d168 100644 --- a/tests/crypto/aes.test.cpp +++ b/tests/crypto/aes.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/crypto/chacha.test.cpp b/tests/crypto/chacha.test.cpp index 418abb6..6096cbd 100644 --- a/tests/crypto/chacha.test.cpp +++ b/tests/crypto/chacha.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/crypto/rc4.test.cpp b/tests/crypto/rc4.test.cpp index 3773c07..cc14f65 100644 --- a/tests/crypto/rc4.test.cpp +++ b/tests/crypto/rc4.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/crypto/rsa.test.cpp b/tests/crypto/rsa.test.cpp index 8192d48..9e53707 100644 --- a/tests/crypto/rsa.test.cpp +++ b/tests/crypto/rsa.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/debug/access.test.cpp b/tests/debug/access.test.cpp index 77b1df2..a2ae8e3 100644 --- a/tests/debug/access.test.cpp +++ b/tests/debug/access.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/debug/assert.test.cpp b/tests/debug/assert.test.cpp index 75da83f..17de7d7 100644 --- a/tests/debug/assert.test.cpp +++ b/tests/debug/assert.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/debug/assume.test.cpp b/tests/debug/assume.test.cpp index 4c3df15..80b9a21 100644 --- a/tests/debug/assume.test.cpp +++ b/tests/debug/assume.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/debug/breakpoint.test.cpp b/tests/debug/breakpoint.test.cpp index 383e0ba..9748128 100644 --- a/tests/debug/breakpoint.test.cpp +++ b/tests/debug/breakpoint.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/debug/expect.test.cpp b/tests/debug/expect.test.cpp index cf51ab4..309b9cc 100644 --- a/tests/debug/expect.test.cpp +++ b/tests/debug/expect.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/debug/sentinel.test.cpp b/tests/debug/sentinel.test.cpp index 47b28fa..7950b0b 100644 --- a/tests/debug/sentinel.test.cpp +++ b/tests/debug/sentinel.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/debug/short_file.test.cpp b/tests/debug/short_file.test.cpp index 449a536..4081cad 100644 --- a/tests/debug/short_file.test.cpp +++ b/tests/debug/short_file.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/debug/signal.test.cpp b/tests/debug/signal.test.cpp index e8df0a4..46c1aad 100644 --- a/tests/debug/signal.test.cpp +++ b/tests/debug/signal.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/debug/unused.test.cpp b/tests/debug/unused.test.cpp index 198e280..d1314c0 100644 --- a/tests/debug/unused.test.cpp +++ b/tests/debug/unused.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/execution/barrier.test.cpp b/tests/execution/barrier.test.cpp index 87e5b3c..ba8dfcf 100644 --- a/tests/execution/barrier.test.cpp +++ b/tests/execution/barrier.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/execution/coroutine.test.cpp b/tests/execution/coroutine.test.cpp index 4f14e35..2fb64a2 100644 --- a/tests/execution/coroutine.test.cpp +++ b/tests/execution/coroutine.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/execution/semaphore.test.cpp b/tests/execution/semaphore.test.cpp index faba62d..a78c8b7 100644 --- a/tests/execution/semaphore.test.cpp +++ b/tests/execution/semaphore.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/execution/spin_lock.test.cpp b/tests/execution/spin_lock.test.cpp index f6a9eae..2db7c9f 100644 --- a/tests/execution/spin_lock.test.cpp +++ b/tests/execution/spin_lock.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/execution/thread_pool.test.cpp b/tests/execution/thread_pool.test.cpp index a8af1bc..11bd8d1 100644 --- a/tests/execution/thread_pool.test.cpp +++ b/tests/execution/thread_pool.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/execution/triple_buffer.test.cpp b/tests/execution/triple_buffer.test.cpp index bcd306e..17e7656 100644 --- a/tests/execution/triple_buffer.test.cpp +++ b/tests/execution/triple_buffer.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/file/archive/tar.test.cpp b/tests/file/archive/tar.test.cpp index d957c43..bdd3ea7 100644 --- a/tests/file/archive/tar.test.cpp +++ b/tests/file/archive/tar.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/file/text/json.test.cpp b/tests/file/text/json.test.cpp index 63dfc4c..7c8b7c0 100644 --- a/tests/file/text/json.test.cpp +++ b/tests/file/text/json.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/game/mastermind.test.cpp b/tests/game/mastermind.test.cpp index f2b6301..d0675cb 100644 --- a/tests/game/mastermind.test.cpp +++ b/tests/game/mastermind.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/game/sudoku.test.cpp b/tests/game/sudoku.test.cpp index cc91b4b..0bf060a 100644 --- a/tests/game/sudoku.test.cpp +++ b/tests/game/sudoku.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/game/tic_tac_toe.test.cpp b/tests/game/tic_tac_toe.test.cpp index e6add2d..886e6e8 100644 --- a/tests/game/tic_tac_toe.test.cpp +++ b/tests/game/tic_tac_toe.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/hash/crc.test.cpp b/tests/hash/crc.test.cpp index 94107b5..29a02e4 100644 --- a/tests/hash/crc.test.cpp +++ b/tests/hash/crc.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/hash/md5.test.cpp b/tests/hash/md5.test.cpp index cab3694..cb643c6 100644 --- a/tests/hash/md5.test.cpp +++ b/tests/hash/md5.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/hash/sha0.test.cpp b/tests/hash/sha0.test.cpp index 0fbd2c4..bb6948f 100644 --- a/tests/hash/sha0.test.cpp +++ b/tests/hash/sha0.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/hash/sha1.test.cpp b/tests/hash/sha1.test.cpp index 31eb3f8..3f31cee 100644 --- a/tests/hash/sha1.test.cpp +++ b/tests/hash/sha1.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/hash/sha2.test.cpp b/tests/hash/sha2.test.cpp index c985804..1e382c4 100644 --- a/tests/hash/sha2.test.cpp +++ b/tests/hash/sha2.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/hash/sha3.test.cpp b/tests/hash/sha3.test.cpp index 2a6fb62..37605bf 100644 --- a/tests/hash/sha3.test.cpp +++ b/tests/hash/sha3.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/io/file.test.cpp b/tests/io/file.test.cpp index cf17d27..91e2cc1 100644 --- a/tests/io/file.test.cpp +++ b/tests/io/file.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/io/paths.test.cpp b/tests/io/paths.test.cpp index 0d65ccb..f2863ed 100644 --- a/tests/io/paths.test.cpp +++ b/tests/io/paths.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/io/socket.test.cpp b/tests/io/socket.test.cpp index bbc30fa..774e7aa 100644 --- a/tests/io/socket.test.cpp +++ b/tests/io/socket.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/math/big_integer.test.cpp b/tests/math/big_integer.test.cpp index 51d1e54..e78e102 100644 --- a/tests/math/big_integer.test.cpp +++ b/tests/math/big_integer.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/math/big_unsigned.test.cpp b/tests/math/big_unsigned.test.cpp index 3922644..4be6a8e 100644 --- a/tests/math/big_unsigned.test.cpp +++ b/tests/math/big_unsigned.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/math/symbolic.test.cpp b/tests/math/symbolic.test.cpp index 0a08ffa..399e333 100644 --- a/tests/math/symbolic.test.cpp +++ b/tests/math/symbolic.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/parser/generator.test.cpp b/tests/parser/generator.test.cpp index b26a1f3..10693bb 100644 --- a/tests/parser/generator.test.cpp +++ b/tests/parser/generator.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/parser/pl0.test.cpp b/tests/parser/pl0.test.cpp index 3ade282..c339e3d 100644 --- a/tests/parser/pl0.test.cpp +++ b/tests/parser/pl0.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/platform/architecture.test.cpp b/tests/platform/architecture.test.cpp index ae6723f..cba496d 100644 --- a/tests/platform/architecture.test.cpp +++ b/tests/platform/architecture.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/platform/compiler.test.cpp b/tests/platform/compiler.test.cpp index d081beb..988b804 100644 --- a/tests/platform/compiler.test.cpp +++ b/tests/platform/compiler.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/platform/cpu.test.cpp b/tests/platform/cpu.test.cpp index 717193d..2717bb4 100644 --- a/tests/platform/cpu.test.cpp +++ b/tests/platform/cpu.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/platform/operating_system.test.cpp b/tests/platform/operating_system.test.cpp index 9b3418f..e748589 100644 --- a/tests/platform/operating_system.test.cpp +++ b/tests/platform/operating_system.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/platform/runtime.test.cpp b/tests/platform/runtime.test.cpp index 06e3f44..2cccd05 100644 --- a/tests/platform/runtime.test.cpp +++ b/tests/platform/runtime.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/platform/timestamp.test.cpp b/tests/platform/timestamp.test.cpp index db44d0c..13ad3c0 100644 --- a/tests/platform/timestamp.test.cpp +++ b/tests/platform/timestamp.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/platform/types.test.cpp b/tests/platform/types.test.cpp index 0de3b7a..fc4a8b3 100644 --- a/tests/platform/types.test.cpp +++ b/tests/platform/types.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/protection/virtual_machine.test.cpp b/tests/protection/virtual_machine.test.cpp index a2643e7..7a416fe 100644 --- a/tests/protection/virtual_machine.test.cpp +++ b/tests/protection/virtual_machine.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/random/random_mt.test.cpp b/tests/random/random_mt.test.cpp index 9c90933..88f03d6 100644 --- a/tests/random/random_mt.test.cpp +++ b/tests/random/random_mt.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/random/random_pcg.test.cpp b/tests/random/random_pcg.test.cpp index 5759091..a882425 100644 --- a/tests/random/random_pcg.test.cpp +++ b/tests/random/random_pcg.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/random/random_rlcg.test.cpp b/tests/random/random_rlcg.test.cpp index 85ed89e..1642070 100644 --- a/tests/random/random_rlcg.test.cpp +++ b/tests/random/random_rlcg.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/random/random_romu_32.test.cpp b/tests/random/random_romu_32.test.cpp index d14c1e7..0dae6cb 100644 --- a/tests/random/random_romu_32.test.cpp +++ b/tests/random/random_romu_32.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/random/random_romu_64.test.cpp b/tests/random/random_romu_64.test.cpp index 647623e..5dd206a 100644 --- a/tests/random/random_romu_64.test.cpp +++ b/tests/random/random_romu_64.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/random/random_splitmix.test.cpp b/tests/random/random_splitmix.test.cpp index 95c5f8d..dc0a7ee 100644 --- a/tests/random/random_splitmix.test.cpp +++ b/tests/random/random_splitmix.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/random/random_xorshift.test.cpp b/tests/random/random_xorshift.test.cpp index 889c8bd..5761cd3 100644 --- a/tests/random/random_xorshift.test.cpp +++ b/tests/random/random_xorshift.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/string/static_string.test.cpp b/tests/string/static_string.test.cpp index ff16366..26a1276 100644 --- a/tests/string/static_string.test.cpp +++ b/tests/string/static_string.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/string/static_string_encrypted.test.cpp b/tests/string/static_string_encrypted.test.cpp index 8a00ddb..28bdf98 100644 --- a/tests/string/static_string_encrypted.test.cpp +++ b/tests/string/static_string_encrypted.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/type/enum_name.test.cpp b/tests/type/enum_name.test.cpp index 82bdbc7..1cdc179 100644 --- a/tests/type/enum_name.test.cpp +++ b/tests/type/enum_name.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/type/standard.test.cpp b/tests/type/standard.test.cpp index 17b4c3e..182f096 100644 --- a/tests/type/standard.test.cpp +++ b/tests/type/standard.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/type/type_id.test.cpp b/tests/type/type_id.test.cpp index a7ead48..bb81c70 100644 --- a/tests/type/type_id.test.cpp +++ b/tests/type/type_id.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/type/type_name.test.cpp b/tests/type/type_name.test.cpp index cf4ae4d..d647403 100644 --- a/tests/type/type_name.test.cpp +++ b/tests/type/type_name.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/utility/error.test.cpp b/tests/utility/error.test.cpp index 7cf1317..9b4d3a1 100644 --- a/tests/utility/error.test.cpp +++ b/tests/utility/error.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/utility/event.test.cpp b/tests/utility/event.test.cpp index 03974c8..c76422d 100644 --- a/tests/utility/event.test.cpp +++ b/tests/utility/event.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/utility/pimpl.test.cpp b/tests/utility/pimpl.test.cpp index ea8049c..50b6035 100644 --- a/tests/utility/pimpl.test.cpp +++ b/tests/utility/pimpl.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/utility/pimpl.test.hpp b/tests/utility/pimpl.test.hpp index 96da945..7567d2b 100644 --- a/tests/utility/pimpl.test.hpp +++ b/tests/utility/pimpl.test.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/utility/sizeof_bitfield.test.cpp b/tests/utility/sizeof_bitfield.test.cpp index f2577c1..c0af48a 100644 --- a/tests/utility/sizeof_bitfield.test.cpp +++ b/tests/utility/sizeof_bitfield.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/api.test.cpp b/tests/vision/api.test.cpp index 240d27d..74e7bad 100644 --- a/tests/vision/api.test.cpp +++ b/tests/vision/api.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/camera/model/pinhole.test.cpp b/tests/vision/camera/model/pinhole.test.cpp index dda8eb3..2ae4b6d 100644 --- a/tests/vision/camera/model/pinhole.test.cpp +++ b/tests/vision/camera/model/pinhole.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/consensus/consensus.test.cpp b/tests/vision/consensus/consensus.test.cpp index 3e80e16..cb29e27 100644 --- a/tests/vision/consensus/consensus.test.cpp +++ b/tests/vision/consensus/consensus.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/consensus/estimator.test.cpp b/tests/vision/consensus/estimator.test.cpp index 50921c3..02503c9 100644 --- a/tests/vision/consensus/estimator.test.cpp +++ b/tests/vision/consensus/estimator.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/consensus/evaluate/inlier_support.test.cpp b/tests/vision/consensus/evaluate/inlier_support.test.cpp index e7505b0..7bdc8c3 100644 --- a/tests/vision/consensus/evaluate/inlier_support.test.cpp +++ b/tests/vision/consensus/evaluate/inlier_support.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/consensus/evaluate/least_median_of_squares.test.cpp b/tests/vision/consensus/evaluate/least_median_of_squares.test.cpp index 1692fef..f650db7 100644 --- a/tests/vision/consensus/evaluate/least_median_of_squares.test.cpp +++ b/tests/vision/consensus/evaluate/least_median_of_squares.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/consensus/evaluate/maximum_likelihood.test.cpp b/tests/vision/consensus/evaluate/maximum_likelihood.test.cpp index 638fe9e..a751756 100644 --- a/tests/vision/consensus/evaluate/maximum_likelihood.test.cpp +++ b/tests/vision/consensus/evaluate/maximum_likelihood.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/consensus/evaluator.test.cpp b/tests/vision/consensus/evaluator.test.cpp index 4066796..28dba06 100644 --- a/tests/vision/consensus/evaluator.test.cpp +++ b/tests/vision/consensus/evaluator.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/consensus/sample/exhaustive.test.cpp b/tests/vision/consensus/sample/exhaustive.test.cpp index 1de9906..2064bd6 100644 --- a/tests/vision/consensus/sample/exhaustive.test.cpp +++ b/tests/vision/consensus/sample/exhaustive.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/consensus/sample/random.test.cpp b/tests/vision/consensus/sample/random.test.cpp index 0387ed3..945f0c0 100644 --- a/tests/vision/consensus/sample/random.test.cpp +++ b/tests/vision/consensus/sample/random.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/consensus/sampler.test.cpp b/tests/vision/consensus/sampler.test.cpp index 45e39be..9014a77 100644 --- a/tests/vision/consensus/sampler.test.cpp +++ b/tests/vision/consensus/sampler.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/angle/orb_angle.test.cpp b/tests/vision/feature/angle/orb_angle.test.cpp index f3c5c28..be6c2c5 100644 --- a/tests/vision/feature/angle/orb_angle.test.cpp +++ b/tests/vision/feature/angle/orb_angle.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/binary_descriptor.test.cpp b/tests/vision/feature/binary_descriptor.test.cpp index 01d0419..a528968 100644 --- a/tests/vision/feature/binary_descriptor.test.cpp +++ b/tests/vision/feature/binary_descriptor.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/descriptor/beblid.test.cpp b/tests/vision/feature/descriptor/beblid.test.cpp index 73f6868..5c14f88 100644 --- a/tests/vision/feature/descriptor/beblid.test.cpp +++ b/tests/vision/feature/descriptor/beblid.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/descriptor/orb.test.cpp b/tests/vision/feature/descriptor/orb.test.cpp index 12f5fdd..4a43c91 100644 --- a/tests/vision/feature/descriptor/orb.test.cpp +++ b/tests/vision/feature/descriptor/orb.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/descriptor/rs_brief.test.cpp b/tests/vision/feature/descriptor/rs_brief.test.cpp index a6a2b3c..97bb600 100644 --- a/tests/vision/feature/descriptor/rs_brief.test.cpp +++ b/tests/vision/feature/descriptor/rs_brief.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/detector/fast.test.cpp b/tests/vision/feature/detector/fast.test.cpp index 0cbdbbd..b75611b 100644 --- a/tests/vision/feature/detector/fast.test.cpp +++ b/tests/vision/feature/detector/fast.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/distributor/square_covering.test.cpp b/tests/vision/feature/distributor/square_covering.test.cpp index 1ae1664..f3e994c 100644 --- a/tests/vision/feature/distributor/square_covering.test.cpp +++ b/tests/vision/feature/distributor/square_covering.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/feature.test.cpp b/tests/vision/feature/feature.test.cpp index 22f4898..fd9e3db 100644 --- a/tests/vision/feature/feature.test.cpp +++ b/tests/vision/feature/feature.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/refinement/exhaustive.test.cpp b/tests/vision/feature/refinement/exhaustive.test.cpp index f594726..f900205 100644 --- a/tests/vision/feature/refinement/exhaustive.test.cpp +++ b/tests/vision/feature/refinement/exhaustive.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/refinement/golden_section.test.cpp b/tests/vision/feature/refinement/golden_section.test.cpp index 240d1b8..c2644d9 100644 --- a/tests/vision/feature/refinement/golden_section.test.cpp +++ b/tests/vision/feature/refinement/golden_section.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/refinement/quadratic_fitting.test.cpp b/tests/vision/feature/refinement/quadratic_fitting.test.cpp index c83d038..adf7b37 100644 --- a/tests/vision/feature/refinement/quadratic_fitting.test.cpp +++ b/tests/vision/feature/refinement/quadratic_fitting.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/score/fast_score.test.cpp b/tests/vision/feature/score/fast_score.test.cpp index c033cf4..213affd 100644 --- a/tests/vision/feature/score/fast_score.test.cpp +++ b/tests/vision/feature/score/fast_score.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/score/harris_score.test.cpp b/tests/vision/feature/score/harris_score.test.cpp index 64109cf..ef717b6 100644 --- a/tests/vision/feature/score/harris_score.test.cpp +++ b/tests/vision/feature/score/harris_score.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/feature/score/shi_tomasi_score.test.cpp b/tests/vision/feature/score/shi_tomasi_score.test.cpp index 0441834..473b44f 100644 --- a/tests/vision/feature/score/shi_tomasi_score.test.cpp +++ b/tests/vision/feature/score/shi_tomasi_score.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/image_processing/integral.test.cpp b/tests/vision/image_processing/integral.test.cpp index babb10e..34b900c 100644 --- a/tests/vision/image_processing/integral.test.cpp +++ b/tests/vision/image_processing/integral.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/image_processing/sub_pixel_patch.test.cpp b/tests/vision/image_processing/sub_pixel_patch.test.cpp index a43c06d..4af37f5 100644 --- a/tests/vision/image_processing/sub_pixel_patch.test.cpp +++ b/tests/vision/image_processing/sub_pixel_patch.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/match_distance/hamming.test.cpp b/tests/vision/match_distance/hamming.test.cpp index 20337fe..5f7dd7d 100644 --- a/tests/vision/match_distance/hamming.test.cpp +++ b/tests/vision/match_distance/hamming.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/match_distance/ncc.test.cpp b/tests/vision/match_distance/ncc.test.cpp index 71e941c..76de994 100644 --- a/tests/vision/match_distance/ncc.test.cpp +++ b/tests/vision/match_distance/ncc.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/match_distance/sad.test.cpp b/tests/vision/match_distance/sad.test.cpp index ebb96f2..b91d742 100644 --- a/tests/vision/match_distance/sad.test.cpp +++ b/tests/vision/match_distance/sad.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/match_distance/ssd.test.cpp b/tests/vision/match_distance/ssd.test.cpp index 9848590..7a4f662 100644 --- a/tests/vision/match_distance/ssd.test.cpp +++ b/tests/vision/match_distance/ssd.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/match_distance/zncc.test.cpp b/tests/vision/match_distance/zncc.test.cpp index 2cf3ef3..8c947df 100644 --- a/tests/vision/match_distance/zncc.test.cpp +++ b/tests/vision/match_distance/zncc.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/match_distance/zsad.test.cpp b/tests/vision/match_distance/zsad.test.cpp index 9cfca7d..00ebc0b 100644 --- a/tests/vision/match_distance/zsad.test.cpp +++ b/tests/vision/match_distance/zsad.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tests/vision/match_distance/zssd.test.cpp b/tests/vision/match_distance/zssd.test.cpp index cc6d38a..fe94e38 100644 --- a/tests/vision/match_distance/zssd.test.cpp +++ b/tests/vision/match_distance/zssd.test.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018-2023 Geoffrey Daniels. https://gpdaniels.com/ +Copyright (C) 2018-2024 Geoffrey Daniels. https://gpdaniels.com/ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by