From 955dfbbaba75e909652e5c43d6fb304c91bc1d8e Mon Sep 17 00:00:00 2001 From: jrobble Date: Thu, 23 May 2024 20:42:48 -0400 Subject: [PATCH] Update copyright to 2024. --- LICENSE | 2 +- NOTICE | 2 +- detection/api/mpf_component_api/__init__.py | 4 ++-- detection/api/mpf_component_api/mpf_component_api.py | 4 ++-- detection/api/pyproject.toml | 4 ++-- detection/api/setup.cfg | 4 ++-- detection/component_util/mpf_component_util/__init__.py | 4 ++-- .../component_util/mpf_component_util/audio_transcoder.py | 4 ++-- .../mpf_component_util/frame_filters/__init__.py | 4 ++-- .../mpf_component_util/frame_filters/frame_filter.py | 4 ++-- .../mpf_component_util/frame_filters/frame_list_filters.py | 4 ++-- .../mpf_component_util/frame_filters/interval_frame_filter.py | 4 ++-- .../mpf_component_util/frame_filters/seek_strategies.py | 4 ++-- .../mpf_component_util/frame_transformers/__init__.py | 4 ++-- .../frame_transformers/affine_frame_transformer.py | 4 ++-- .../mpf_component_util/frame_transformers/frame_cropper.py | 4 ++-- .../frame_transformers/frame_transformer.py | 4 ++-- .../frame_transformers/frame_transformer_factory.py | 4 ++-- .../mpf_component_util/frame_transformers/search_region.py | 4 ++-- detection/component_util/mpf_component_util/http_retry.py | 4 ++-- detection/component_util/mpf_component_util/image_reader.py | 4 ++-- detection/component_util/mpf_component_util/job_config.py | 4 ++-- .../component_util/mpf_component_util/models_ini_parser.py | 4 ++-- detection/component_util/mpf_component_util/utils.py | 4 ++-- detection/component_util/mpf_component_util/video_capture.py | 4 ++-- detection/component_util/pyproject.toml | 4 ++-- detection/component_util/setup.cfg | 4 ++-- detection/component_util/tests/__init__.py | 4 ++-- detection/component_util/tests/test_affine_transformer.py | 4 ++-- detection/component_util/tests/test_http_retry.py | 4 ++-- detection/component_util/tests/test_image_reader.py | 4 ++-- detection/component_util/tests/test_models_ini_parser.py | 4 ++-- detection/component_util/tests/test_rect.py | 4 ++-- detection/component_util/tests/test_util.py | 4 ++-- detection/component_util/tests/test_video_capture.py | 4 ++-- detection/examples/PythonOcvComponent/Dockerfile | 4 ++-- .../examples/PythonOcvComponent/ocv_component/__init__.py | 4 ++-- .../PythonOcvComponent/ocv_component/ocv_component.py | 4 ++-- detection/examples/PythonOcvComponent/pyproject.toml | 4 ++-- detection/examples/PythonOcvComponent/setup.cfg | 4 ++-- .../examples/PythonOcvComponent/tests/test_ocv_component.py | 4 ++-- detection/examples/PythonTestComponent/test_component.py | 4 ++-- 42 files changed, 82 insertions(+), 82 deletions(-) diff --git a/LICENSE b/LICENSE index 48665b7..c4d1011 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright 2023 The MITRE Corporation * + * Copyright 2024 The MITRE Corporation * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * diff --git a/NOTICE b/NOTICE index 8907618..648172a 100644 --- a/NOTICE +++ b/NOTICE @@ -4,4 +4,4 @@ This software (or technical data) was produced for the U.S. Government under contract, and is subject to the Rights in Data-General Clause 52.227-14, Alt. IV (DEC 2007). -Copyright 2023 The MITRE Corporation. All Rights Reserved. \ No newline at end of file +Copyright 2024 The MITRE Corporation. All Rights Reserved. \ No newline at end of file diff --git a/detection/api/mpf_component_api/__init__.py b/detection/api/mpf_component_api/__init__.py index df45dcd..d11afe4 100644 --- a/detection/api/mpf_component_api/__init__.py +++ b/detection/api/mpf_component_api/__init__.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/api/mpf_component_api/mpf_component_api.py b/detection/api/mpf_component_api/mpf_component_api.py index fd83ae8..f711397 100644 --- a/detection/api/mpf_component_api/mpf_component_api.py +++ b/detection/api/mpf_component_api/mpf_component_api.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/api/pyproject.toml b/detection/api/pyproject.toml index 52c6014..bcd2b65 100644 --- a/detection/api/pyproject.toml +++ b/detection/api/pyproject.toml @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/api/setup.cfg b/detection/api/setup.cfg index 2f934d8..973b07b 100644 --- a/detection/api/setup.cfg +++ b/detection/api/setup.cfg @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/__init__.py b/detection/component_util/mpf_component_util/__init__.py index 7174337..42034b6 100644 --- a/detection/component_util/mpf_component_util/__init__.py +++ b/detection/component_util/mpf_component_util/__init__.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/audio_transcoder.py b/detection/component_util/mpf_component_util/audio_transcoder.py index e699022..3835019 100644 --- a/detection/component_util/mpf_component_util/audio_transcoder.py +++ b/detection/component_util/mpf_component_util/audio_transcoder.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/frame_filters/__init__.py b/detection/component_util/mpf_component_util/frame_filters/__init__.py index 450fb94..697bf71 100644 --- a/detection/component_util/mpf_component_util/frame_filters/__init__.py +++ b/detection/component_util/mpf_component_util/frame_filters/__init__.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/frame_filters/frame_filter.py b/detection/component_util/mpf_component_util/frame_filters/frame_filter.py index 9dad6a0..ec638ab 100644 --- a/detection/component_util/mpf_component_util/frame_filters/frame_filter.py +++ b/detection/component_util/mpf_component_util/frame_filters/frame_filter.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/frame_filters/frame_list_filters.py b/detection/component_util/mpf_component_util/frame_filters/frame_list_filters.py index 5fc9e85..5df0df7 100644 --- a/detection/component_util/mpf_component_util/frame_filters/frame_list_filters.py +++ b/detection/component_util/mpf_component_util/frame_filters/frame_list_filters.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/frame_filters/interval_frame_filter.py b/detection/component_util/mpf_component_util/frame_filters/interval_frame_filter.py index 559c968..e60dde4 100644 --- a/detection/component_util/mpf_component_util/frame_filters/interval_frame_filter.py +++ b/detection/component_util/mpf_component_util/frame_filters/interval_frame_filter.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/frame_filters/seek_strategies.py b/detection/component_util/mpf_component_util/frame_filters/seek_strategies.py index 0a43604..316a6a3 100644 --- a/detection/component_util/mpf_component_util/frame_filters/seek_strategies.py +++ b/detection/component_util/mpf_component_util/frame_filters/seek_strategies.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/frame_transformers/__init__.py b/detection/component_util/mpf_component_util/frame_transformers/__init__.py index 0907168..ddc5915 100644 --- a/detection/component_util/mpf_component_util/frame_transformers/__init__.py +++ b/detection/component_util/mpf_component_util/frame_transformers/__init__.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/frame_transformers/affine_frame_transformer.py b/detection/component_util/mpf_component_util/frame_transformers/affine_frame_transformer.py index 718c7d8..8e9d7b6 100644 --- a/detection/component_util/mpf_component_util/frame_transformers/affine_frame_transformer.py +++ b/detection/component_util/mpf_component_util/frame_transformers/affine_frame_transformer.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/frame_transformers/frame_cropper.py b/detection/component_util/mpf_component_util/frame_transformers/frame_cropper.py index d4f9a07..29e15a6 100644 --- a/detection/component_util/mpf_component_util/frame_transformers/frame_cropper.py +++ b/detection/component_util/mpf_component_util/frame_transformers/frame_cropper.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/frame_transformers/frame_transformer.py b/detection/component_util/mpf_component_util/frame_transformers/frame_transformer.py index a6e82af..761bad9 100644 --- a/detection/component_util/mpf_component_util/frame_transformers/frame_transformer.py +++ b/detection/component_util/mpf_component_util/frame_transformers/frame_transformer.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/frame_transformers/frame_transformer_factory.py b/detection/component_util/mpf_component_util/frame_transformers/frame_transformer_factory.py index 21b14d6..f4ed07d 100644 --- a/detection/component_util/mpf_component_util/frame_transformers/frame_transformer_factory.py +++ b/detection/component_util/mpf_component_util/frame_transformers/frame_transformer_factory.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/frame_transformers/search_region.py b/detection/component_util/mpf_component_util/frame_transformers/search_region.py index abf766f..dcebc31 100644 --- a/detection/component_util/mpf_component_util/frame_transformers/search_region.py +++ b/detection/component_util/mpf_component_util/frame_transformers/search_region.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/http_retry.py b/detection/component_util/mpf_component_util/http_retry.py index 9a10299..1e7d3ec 100644 --- a/detection/component_util/mpf_component_util/http_retry.py +++ b/detection/component_util/mpf_component_util/http_retry.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/image_reader.py b/detection/component_util/mpf_component_util/image_reader.py index 10e4e20..243bc98 100644 --- a/detection/component_util/mpf_component_util/image_reader.py +++ b/detection/component_util/mpf_component_util/image_reader.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/job_config.py b/detection/component_util/mpf_component_util/job_config.py index 8e44e57..add84e3 100644 --- a/detection/component_util/mpf_component_util/job_config.py +++ b/detection/component_util/mpf_component_util/job_config.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/models_ini_parser.py b/detection/component_util/mpf_component_util/models_ini_parser.py index d478c06..cfc0a5f 100644 --- a/detection/component_util/mpf_component_util/models_ini_parser.py +++ b/detection/component_util/mpf_component_util/models_ini_parser.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/utils.py b/detection/component_util/mpf_component_util/utils.py index d5df9bf..cdf5ecb 100644 --- a/detection/component_util/mpf_component_util/utils.py +++ b/detection/component_util/mpf_component_util/utils.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/mpf_component_util/video_capture.py b/detection/component_util/mpf_component_util/video_capture.py index e8360dd..07bed39 100644 --- a/detection/component_util/mpf_component_util/video_capture.py +++ b/detection/component_util/mpf_component_util/video_capture.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/pyproject.toml b/detection/component_util/pyproject.toml index 52c6014..bcd2b65 100644 --- a/detection/component_util/pyproject.toml +++ b/detection/component_util/pyproject.toml @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/setup.cfg b/detection/component_util/setup.cfg index 3d537ef..db5be22 100644 --- a/detection/component_util/setup.cfg +++ b/detection/component_util/setup.cfg @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/tests/__init__.py b/detection/component_util/tests/__init__.py index 528c788..051ffb6 100644 --- a/detection/component_util/tests/__init__.py +++ b/detection/component_util/tests/__init__.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/tests/test_affine_transformer.py b/detection/component_util/tests/test_affine_transformer.py index e2d2171..7fa0172 100644 --- a/detection/component_util/tests/test_affine_transformer.py +++ b/detection/component_util/tests/test_affine_transformer.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/tests/test_http_retry.py b/detection/component_util/tests/test_http_retry.py index 00a700b..008f543 100644 --- a/detection/component_util/tests/test_http_retry.py +++ b/detection/component_util/tests/test_http_retry.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/tests/test_image_reader.py b/detection/component_util/tests/test_image_reader.py index 856d468..2635c33 100644 --- a/detection/component_util/tests/test_image_reader.py +++ b/detection/component_util/tests/test_image_reader.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/tests/test_models_ini_parser.py b/detection/component_util/tests/test_models_ini_parser.py index f787ad1..96293a7 100644 --- a/detection/component_util/tests/test_models_ini_parser.py +++ b/detection/component_util/tests/test_models_ini_parser.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/tests/test_rect.py b/detection/component_util/tests/test_rect.py index f9f9e85..b3dbcb3 100644 --- a/detection/component_util/tests/test_rect.py +++ b/detection/component_util/tests/test_rect.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/tests/test_util.py b/detection/component_util/tests/test_util.py index 615199d..fee78b6 100644 --- a/detection/component_util/tests/test_util.py +++ b/detection/component_util/tests/test_util.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/component_util/tests/test_video_capture.py b/detection/component_util/tests/test_video_capture.py index 2c8bf0e..889b147 100644 --- a/detection/component_util/tests/test_video_capture.py +++ b/detection/component_util/tests/test_video_capture.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/examples/PythonOcvComponent/Dockerfile b/detection/examples/PythonOcvComponent/Dockerfile index fc5d643..f66b30a 100644 --- a/detection/examples/PythonOcvComponent/Dockerfile +++ b/detection/examples/PythonOcvComponent/Dockerfile @@ -7,11 +7,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/examples/PythonOcvComponent/ocv_component/__init__.py b/detection/examples/PythonOcvComponent/ocv_component/__init__.py index db1bbb2..aed4740 100644 --- a/detection/examples/PythonOcvComponent/ocv_component/__init__.py +++ b/detection/examples/PythonOcvComponent/ocv_component/__init__.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/examples/PythonOcvComponent/ocv_component/ocv_component.py b/detection/examples/PythonOcvComponent/ocv_component/ocv_component.py index 98288be..9696c6a 100644 --- a/detection/examples/PythonOcvComponent/ocv_component/ocv_component.py +++ b/detection/examples/PythonOcvComponent/ocv_component/ocv_component.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/examples/PythonOcvComponent/pyproject.toml b/detection/examples/PythonOcvComponent/pyproject.toml index 52c6014..bcd2b65 100644 --- a/detection/examples/PythonOcvComponent/pyproject.toml +++ b/detection/examples/PythonOcvComponent/pyproject.toml @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/examples/PythonOcvComponent/setup.cfg b/detection/examples/PythonOcvComponent/setup.cfg index 763d17b..31c456a 100644 --- a/detection/examples/PythonOcvComponent/setup.cfg +++ b/detection/examples/PythonOcvComponent/setup.cfg @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/examples/PythonOcvComponent/tests/test_ocv_component.py b/detection/examples/PythonOcvComponent/tests/test_ocv_component.py index 5139650..e740737 100644 --- a/detection/examples/PythonOcvComponent/tests/test_ocv_component.py +++ b/detection/examples/PythonOcvComponent/tests/test_ocv_component.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/detection/examples/PythonTestComponent/test_component.py b/detection/examples/PythonTestComponent/test_component.py index 56d97a3..2149ff1 100644 --- a/detection/examples/PythonTestComponent/test_component.py +++ b/detection/examples/PythonTestComponent/test_component.py @@ -5,11 +5,11 @@ # under contract, and is subject to the Rights in Data-General Clause # # 52.227-14, Alt. IV (DEC 2007). # # # -# Copyright 2023 The MITRE Corporation. All Rights Reserved. # +# Copyright 2024 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2023 The MITRE Corporation # +# Copyright 2024 The MITRE Corporation # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. #