From f768922e175038c12ad204ef057a4840babb1094 Mon Sep 17 00:00:00 2001 From: jrobble Date: Thu, 23 May 2024 20:28:44 -0400 Subject: [PATCH] Update copyright to 2024. --- NOTICE | 2 +- cpp/CMakeLists.txt | 4 ++-- cpp/ComponentSetup.cmake | 4 ++-- cpp/KeywordTagging/.dockerignore | 4 ++-- cpp/KeywordTagging/CMakeLists.txt | 4 ++-- cpp/KeywordTagging/Dockerfile | 4 ++-- cpp/KeywordTagging/JSONValue.cpp | 4 ++-- cpp/KeywordTagging/KeywordTagging.cpp | 4 ++-- cpp/KeywordTagging/KeywordTagging.h | 4 ++-- cpp/KeywordTagging/sample_keyword_tagger.cpp | 4 ++-- cpp/KeywordTagging/test/CMakeLists.txt | 4 ++-- cpp/KeywordTagging/test/test_keyword_tagging.cpp | 4 ++-- cpp/OalprLicensePlateTextDetection/.dockerignore | 4 ++-- cpp/OalprLicensePlateTextDetection/CMakeLists.txt | 4 ++-- cpp/OalprLicensePlateTextDetection/Dockerfile | 4 ++-- cpp/OalprLicensePlateTextDetection/LICENSE | 2 +- .../LicensePlateTextDetection.cpp | 4 ++-- .../LicensePlateTextDetection.h | 4 ++-- cpp/OalprLicensePlateTextDetection/NOTICE | 2 +- .../plugin-files/setup/componentSetup.yml | 4 ++-- .../sample_oalpr_text_detector.cpp | 4 ++-- cpp/OalprLicensePlateTextDetection/test/CMakeLists.txt | 4 ++-- .../test/test_oalpr_text_detection.cpp | 4 ++-- cpp/OcvDnnDetection/.dockerignore | 4 ++-- cpp/OcvDnnDetection/CMakeLists.txt | 4 ++-- cpp/OcvDnnDetection/Dockerfile | 4 ++-- cpp/OcvDnnDetection/LICENSE | 2 +- cpp/OcvDnnDetection/NOTICE | 2 +- cpp/OcvDnnDetection/OcvDnnDetection.cpp | 4 ++-- cpp/OcvDnnDetection/OcvDnnDetection.h | 4 ++-- cpp/OcvDnnDetection/sample_ocv_dnn_classifier.cpp | 4 ++-- cpp/OcvDnnDetection/test/CMakeLists.txt | 4 ++-- cpp/OcvDnnDetection/test/test_ocv_dnn_detection.cpp | 4 ++-- cpp/OcvFaceDetection/.dockerignore | 4 ++-- cpp/OcvFaceDetection/CMakeLists.txt | 4 ++-- cpp/OcvFaceDetection/Dockerfile | 4 ++-- cpp/OcvFaceDetection/LICENSE | 2 +- cpp/OcvFaceDetection/NOTICE | 2 +- cpp/OcvFaceDetection/OcvDetection.cpp | 4 ++-- cpp/OcvFaceDetection/OcvDetection.h | 4 ++-- cpp/OcvFaceDetection/OcvFaceDetection.cpp | 4 ++-- cpp/OcvFaceDetection/OcvFaceDetection.h | 4 ++-- cpp/OcvFaceDetection/plugin-files/data/cascade.xml | 4 ++-- cpp/OcvFaceDetection/sample_ocv_face_detector.cpp | 4 ++-- cpp/OcvFaceDetection/test/CMakeLists.txt | 4 ++-- cpp/OcvFaceDetection/test/test_ocv_face_detection.cpp | 4 ++-- cpp/OcvYoloDetection/.dockerignore | 4 ++-- cpp/OcvYoloDetection/AllowListFilter.cpp | 4 ++-- cpp/OcvYoloDetection/AllowListFilter.h | 4 ++-- cpp/OcvYoloDetection/CMakeLists.txt | 4 ++-- cpp/OcvYoloDetection/Cluster.h | 4 ++-- cpp/OcvYoloDetection/Config.cpp | 4 ++-- cpp/OcvYoloDetection/Config.h | 4 ++-- cpp/OcvYoloDetection/DetectionLocation.cpp | 4 ++-- cpp/OcvYoloDetection/DetectionLocation.h | 4 ++-- cpp/OcvYoloDetection/Dockerfile | 4 ++-- cpp/OcvYoloDetection/Frame.cpp | 4 ++-- cpp/OcvYoloDetection/Frame.h | 4 ++-- cpp/OcvYoloDetection/KFTracker.cpp | 4 ++-- cpp/OcvYoloDetection/KFTracker.h | 4 ++-- cpp/OcvYoloDetection/LICENSE | 2 +- cpp/OcvYoloDetection/NOTICE | 2 +- cpp/OcvYoloDetection/OcvYoloDetection.cpp | 4 ++-- cpp/OcvYoloDetection/OcvYoloDetection.h | 4 ++-- cpp/OcvYoloDetection/Track.cpp | 4 ++-- cpp/OcvYoloDetection/Track.h | 4 ++-- cpp/OcvYoloDetection/ocv_phasecorr.h | 4 ++-- cpp/OcvYoloDetection/sample_ocv_yolo_detector.cpp | 4 ++-- cpp/OcvYoloDetection/test/CMakeLists.txt | 4 ++-- cpp/OcvYoloDetection/test/TestUtils.cpp | 4 ++-- cpp/OcvYoloDetection/test/TestUtils.h | 4 ++-- cpp/OcvYoloDetection/test/log4cxx.properties | 4 ++-- cpp/OcvYoloDetection/test/test_ocv_local_yolo_detection.cpp | 4 ++-- cpp/OcvYoloDetection/test/test_ocv_triton_yolo_detection.cpp | 4 ++-- cpp/OcvYoloDetection/triton/TritonClient.cpp | 4 ++-- cpp/OcvYoloDetection/triton/TritonClient.h | 4 ++-- cpp/OcvYoloDetection/triton/TritonInferencer.cpp | 4 ++-- cpp/OcvYoloDetection/triton/TritonInferencer.h | 4 ++-- cpp/OcvYoloDetection/triton/TritonTensorMeta.cpp | 4 ++-- cpp/OcvYoloDetection/triton/TritonTensorMeta.h | 4 ++-- cpp/OcvYoloDetection/triton/TritonUtils.h | 4 ++-- cpp/OcvYoloDetection/triton_server/Dockerfile | 4 ++-- cpp/OcvYoloDetection/triton_server/docker-entrypoint.sh | 4 ++-- cpp/OcvYoloDetection/util.cpp | 4 ++-- cpp/OcvYoloDetection/util.h | 4 ++-- cpp/OcvYoloDetection/yolo_network/BaseYoloNetworkImpl.cpp | 4 ++-- cpp/OcvYoloDetection/yolo_network/BaseYoloNetworkImpl.h | 4 ++-- cpp/OcvYoloDetection/yolo_network/LocalYoloNetworkImpl.cpp | 4 ++-- cpp/OcvYoloDetection/yolo_network/TritonYoloNetworkImpl.cpp | 4 ++-- cpp/OcvYoloDetection/yolo_network/YoloNetwork.h | 4 ++-- cpp/SceneChangeDetection/.dockerignore | 4 ++-- cpp/SceneChangeDetection/CMakeLists.txt | 4 ++-- cpp/SceneChangeDetection/Dockerfile | 4 ++-- cpp/SceneChangeDetection/LICENSE | 2 +- cpp/SceneChangeDetection/NOTICE | 2 +- cpp/SceneChangeDetection/SceneChangeDetection.cpp | 4 ++-- cpp/SceneChangeDetection/SceneChangeDetection.h | 4 ++-- .../plugin-files/config/mpfSceneChangeDetection.ini | 4 ++-- cpp/SceneChangeDetection/sample_scene_change_detector.cpp | 4 ++-- cpp/SceneChangeDetection/test/CMakeLists.txt | 4 ++-- cpp/SceneChangeDetection/test/test_scene_change_detection.cpp | 4 ++-- cpp/TesseractOCRTextDetection/.dockerignore | 4 ++-- cpp/TesseractOCRTextDetection/CMakeLists.txt | 4 ++-- cpp/TesseractOCRTextDetection/Dockerfile | 4 ++-- cpp/TesseractOCRTextDetection/LICENSE | 2 +- cpp/TesseractOCRTextDetection/NOTICE | 2 +- cpp/TesseractOCRTextDetection/TesseractOCRTextDetection.cpp | 4 ++-- cpp/TesseractOCRTextDetection/TesseractOCRTextDetection.h | 4 ++-- .../model_updater_tesseract_src/CMakeLists.txt | 4 ++-- .../sample_tesseract_ocr_detector.cpp | 4 ++-- cpp/TesseractOCRTextDetection/tessdata_model_updater.cpp | 4 ++-- cpp/TesseractOCRTextDetection/tessdata_model_updater.h | 4 ++-- cpp/TesseractOCRTextDetection/test/CMakeLists.txt | 4 ++-- .../test/test_tesseract_ocr_detection.cpp | 4 ++-- cpp/TrtisDetection/.dockerignore | 4 ++-- cpp/TrtisDetection/CMakeLists.txt | 4 ++-- cpp/TrtisDetection/Dockerfile | 4 ++-- cpp/TrtisDetection/EncodeFeatureStorage.cpp | 4 ++-- cpp/TrtisDetection/EncodeFeatureStorage.h | 4 ++-- cpp/TrtisDetection/IFeatureStorage.h | 4 ++-- cpp/TrtisDetection/LICENSE | 2 +- cpp/TrtisDetection/NOTICE | 2 +- cpp/TrtisDetection/S3FeatureStorage.cpp | 4 ++-- cpp/TrtisDetection/S3FeatureStorage.h | 4 ++-- cpp/TrtisDetection/S3StorageUtil.cpp | 4 ++-- cpp/TrtisDetection/S3StorageUtil.h | 4 ++-- cpp/TrtisDetection/TrtisDetection.cpp | 4 ++-- cpp/TrtisDetection/TrtisDetection.h | 4 ++-- cpp/TrtisDetection/run_tests.sh | 4 ++-- cpp/TrtisDetection/sample_trtis_detector.cpp | 4 ++-- cpp/TrtisDetection/test/CMakeLists.txt | 4 ++-- cpp/TrtisDetection/test/test_trtis_detection.cpp | 4 ++-- cpp/TrtisDetection/test/test_trtis_s3_detection.cpp | 4 ++-- cpp/TrtisDetection/trtserver_dockerfile/Dockerfile | 4 ++-- cpp/TrtisDetection/trtserver_dockerfile/docker-entrypoint.sh | 4 ++-- java/SphinxSpeechDetection/.dockerignore | 4 ++-- java/SphinxSpeechDetection/Dockerfile | 4 ++-- java/SphinxSpeechDetection/LICENSE | 2 +- java/SphinxSpeechDetection/NOTICE | 2 +- java/SphinxSpeechDetection/assemblyDescriptor.xml | 4 ++-- java/SphinxSpeechDetection/pom.xml | 4 ++-- .../sphinx/speech/SphinxSpeechDetectionComponent.java | 4 ++-- .../sphinx/speech/SphinxSpeechDetectionProcessor.java | 4 ++-- .../src/main/resources/applicationContext.xml | 4 ++-- java/SphinxSpeechDetection/src/main/resources/log4j2.xml | 4 ++-- .../src/main/resources/speechExtraction.properties | 4 ++-- .../sphinx/speech/TestSphinxSpeechDetectionComponent.java | 4 ++-- java/TikaImageDetection/.dockerignore | 4 ++-- java/TikaImageDetection/Dockerfile | 4 ++-- java/TikaImageDetection/LICENSE | 2 +- java/TikaImageDetection/NOTICE | 2 +- java/TikaImageDetection/assemblyDescriptor.xml | 4 ++-- java/TikaImageDetection/plugin-files/config/tika-config.xml | 4 ++-- java/TikaImageDetection/pom.xml | 4 ++-- .../org/apache/tika/parser/pdf/image/ImageGraphicsEngine.java | 4 ++-- .../java/org/mitre/mpf/detection/tika/BaseImageExtractor.java | 4 ++-- .../detection/tika/PageNumberExtractionContentHandler.java | 4 ++-- .../org/mitre/mpf/detection/tika/SameDirImageExtractor.java | 4 ++-- .../mitre/mpf/detection/tika/SeparateDirImageExtractor.java | 4 ++-- .../mitre/mpf/detection/tika/TikaImageDetectionComponent.java | 4 ++-- .../src/main/resources/applicationContext.xml | 4 ++-- java/TikaImageDetection/src/main/resources/log4j2.xml | 4 ++-- .../mpf/detection/tika/TestTikaImageDetectionComponent.java | 4 ++-- java/TikaTextDetection/.dockerignore | 4 ++-- java/TikaTextDetection/Dockerfile | 4 ++-- java/TikaTextDetection/LICENSE | 2 +- java/TikaTextDetection/NOTICE | 2 +- java/TikaTextDetection/assemblyDescriptor.xml | 4 ++-- java/TikaTextDetection/pom.xml | 4 ++-- .../mpf/detection/tika/TextExtractionContentHandler.java | 4 ++-- .../mitre/mpf/detection/tika/TikaTextDetectionComponent.java | 4 ++-- .../src/main/resources/applicationContext.xml | 4 ++-- java/TikaTextDetection/src/main/resources/log4j2.xml | 4 ++-- .../mpf/detection/tika/TestTikaTextDetectionComponent.java | 4 ++-- java/pom.xml | 4 ++-- python/ArgosTranslation/Dockerfile | 4 ++-- python/ArgosTranslation/LICENSE | 2 +- .../argos_translation_component/argos_language_mapper.py | 4 ++-- .../argos_translation_component.py | 4 ++-- python/ArgosTranslation/pyproject.toml | 4 ++-- python/ArgosTranslation/sample_argos_translator.py | 4 ++-- python/ArgosTranslation/setup.cfg | 4 ++-- python/ArgosTranslation/setup_models/argos_model_installer.py | 4 ++-- python/ArgosTranslation/tests/test_argos_translation.py | 4 ++-- python/AzureFormDetection/Dockerfile | 4 ++-- python/AzureFormDetection/LICENSE | 2 +- python/AzureFormDetection/NOTICE | 2 +- .../acs_form_detection_component/__init__.py | 4 ++-- .../acs_form_detection_component.py | 4 ++-- python/AzureFormDetection/pyproject.toml | 4 ++-- python/AzureFormDetection/sample_acs_form_detector.py | 4 ++-- python/AzureFormDetection/setup.cfg | 4 ++-- python/AzureFormDetection/tests/test_acs.py | 4 ++-- python/AzureOcrTextDetection/Dockerfile | 4 ++-- python/AzureOcrTextDetection/LICENSE | 2 +- python/AzureOcrTextDetection/NOTICE | 2 +- python/AzureOcrTextDetection/acs_ocr_component/__init__.py | 4 ++-- .../acs_ocr_component/acs_ocr_component.py | 4 ++-- python/AzureOcrTextDetection/pyproject.toml | 4 ++-- python/AzureOcrTextDetection/sample_acs_ocr_text_detector.py | 4 ++-- python/AzureOcrTextDetection/setup.cfg | 4 ++-- python/AzureOcrTextDetection/tests/test_acs.py | 4 ++-- python/AzureReadTextDetection/Dockerfile | 4 ++-- python/AzureReadTextDetection/LICENSE | 2 +- python/AzureReadTextDetection/NOTICE | 2 +- .../acs_read_detection_component/__init__.py | 4 ++-- .../acs_read_detection_component.py | 4 ++-- python/AzureReadTextDetection/pyproject.toml | 4 ++-- python/AzureReadTextDetection/sample_acs_read_detector.py | 4 ++-- python/AzureReadTextDetection/setup.cfg | 4 ++-- python/AzureReadTextDetection/tests/test_acs.py | 4 ++-- python/AzureSpeechDetection/Dockerfile | 4 ++-- python/AzureSpeechDetection/LICENSE | 2 +- python/AzureSpeechDetection/NOTICE | 2 +- python/AzureSpeechDetection/acs_speech_component/__init__.py | 4 ++-- .../acs_speech_component/acs_speech_component.py | 4 ++-- .../acs_speech_component/acs_speech_processor.py | 4 ++-- .../acs_speech_component/azure_connect.py | 4 ++-- .../AzureSpeechDetection/acs_speech_component/azure_utils.py | 4 ++-- .../AzureSpeechDetection/acs_speech_component/job_parsing.py | 4 ++-- python/AzureSpeechDetection/pyproject.toml | 4 ++-- python/AzureSpeechDetection/setup.cfg | 4 ++-- python/AzureSpeechDetection/tests/create_test_case.py | 4 ++-- python/AzureSpeechDetection/tests/test_acs_speech.py | 4 ++-- python/ClipDetection/Dockerfile | 4 ++-- python/ClipDetection/LICENSE | 2 +- python/ClipDetection/NOTICE | 2 +- python/ClipDetection/clip_component/__init__.py | 4 ++-- python/ClipDetection/clip_component/clip_component.py | 4 ++-- python/ClipDetection/pyproject.toml | 4 ++-- python/ClipDetection/setup.cfg | 4 ++-- python/ClipDetection/tests/test_clip.py | 4 ++-- python/ClipDetection/tests/test_clip_triton.py | 4 ++-- python/ClipDetection/triton_server/Dockerfile | 4 ++-- python/EastTextDetection/.dockerignore | 4 ++-- python/EastTextDetection/Dockerfile | 4 ++-- python/EastTextDetection/LICENSE | 2 +- python/EastTextDetection/NOTICE | 2 +- python/EastTextDetection/east_component/__init__.py | 4 ++-- python/EastTextDetection/east_component/bbox_utils.py | 4 ++-- python/EastTextDetection/east_component/east_component.py | 4 ++-- python/EastTextDetection/east_component/east_processor.py | 4 ++-- python/EastTextDetection/pyproject.toml | 4 ++-- python/EastTextDetection/setup.cfg | 4 ++-- python/EastTextDetection/tests/__init__.py | 4 ++-- python/EastTextDetection/tests/sample_east_text_detector.py | 4 ++-- python/EastTextDetection/tests/test_east.py | 4 ++-- python/NlpTextCorrection/Dockerfile | 4 ++-- python/NlpTextCorrection/LICENSE | 2 +- python/NlpTextCorrection/NOTICE | 2 +- python/NlpTextCorrection/nlp_correction_component/__init__.py | 4 ++-- .../nlp_correction_component/nlp_correction_component.py | 4 ++-- python/NlpTextCorrection/pyproject.toml | 4 ++-- python/NlpTextCorrection/sample_nlp_text_corrector.py | 4 ++-- python/NlpTextCorrection/setup.cfg | 4 ++-- python/NlpTextCorrection/tests/test_nlp_correction.py | 4 ++-- python/TransformerTagging/Dockerfile | 4 ++-- python/TransformerTagging/pyproject.toml | 4 ++-- python/TransformerTagging/setup.cfg | 4 ++-- python/TransformerTagging/tests/test_transformer_tagging.py | 4 ++-- .../transformer_tagging_component.py | 4 ++-- python/WhisperSpeechDetection/Dockerfile | 4 ++-- python/WhisperSpeechDetection/LICENSE | 2 +- python/WhisperSpeechDetection/pyproject.toml | 4 ++-- .../WhisperSpeechDetection/sample_whisper_speech_detector.py | 4 ++-- python/WhisperSpeechDetection/setup.cfg | 4 ++-- python/WhisperSpeechDetection/tests/test_whisper_detection.py | 4 ++-- .../whisper_speech_detection_component/__init__.py | 4 ++-- .../whisper_speech_detection_component.py | 4 ++-- 269 files changed, 501 insertions(+), 501 deletions(-) diff --git a/NOTICE b/NOTICE index 8907618a..648172a4 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/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index bb1718da..99928b31 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -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/cpp/ComponentSetup.cmake b/cpp/ComponentSetup.cmake index c1689714..616c06d9 100644 --- a/cpp/ComponentSetup.cmake +++ b/cpp/ComponentSetup.cmake @@ -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/cpp/KeywordTagging/.dockerignore b/cpp/KeywordTagging/.dockerignore index cc7bb79b..14535c33 100644 --- a/cpp/KeywordTagging/.dockerignore +++ b/cpp/KeywordTagging/.dockerignore @@ -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/cpp/KeywordTagging/CMakeLists.txt b/cpp/KeywordTagging/CMakeLists.txt index 39a0071e..835d6608 100644 --- a/cpp/KeywordTagging/CMakeLists.txt +++ b/cpp/KeywordTagging/CMakeLists.txt @@ -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/cpp/KeywordTagging/Dockerfile b/cpp/KeywordTagging/Dockerfile index 9410160e..885a831e 100644 --- a/cpp/KeywordTagging/Dockerfile +++ b/cpp/KeywordTagging/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/cpp/KeywordTagging/JSONValue.cpp b/cpp/KeywordTagging/JSONValue.cpp index 33a71377..5e245f9f 100644 --- a/cpp/KeywordTagging/JSONValue.cpp +++ b/cpp/KeywordTagging/JSONValue.cpp @@ -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/cpp/KeywordTagging/KeywordTagging.cpp b/cpp/KeywordTagging/KeywordTagging.cpp index e964ec33..7303c60c 100644 --- a/cpp/KeywordTagging/KeywordTagging.cpp +++ b/cpp/KeywordTagging/KeywordTagging.cpp @@ -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/cpp/KeywordTagging/KeywordTagging.h b/cpp/KeywordTagging/KeywordTagging.h index dd0b6594..5a5892f2 100644 --- a/cpp/KeywordTagging/KeywordTagging.h +++ b/cpp/KeywordTagging/KeywordTagging.h @@ -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/cpp/KeywordTagging/sample_keyword_tagger.cpp b/cpp/KeywordTagging/sample_keyword_tagger.cpp index 5d6d609c..1acc8633 100644 --- a/cpp/KeywordTagging/sample_keyword_tagger.cpp +++ b/cpp/KeywordTagging/sample_keyword_tagger.cpp @@ -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/cpp/KeywordTagging/test/CMakeLists.txt b/cpp/KeywordTagging/test/CMakeLists.txt index e1543680..4b60f813 100644 --- a/cpp/KeywordTagging/test/CMakeLists.txt +++ b/cpp/KeywordTagging/test/CMakeLists.txt @@ -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/cpp/KeywordTagging/test/test_keyword_tagging.cpp b/cpp/KeywordTagging/test/test_keyword_tagging.cpp index 268944f3..0a4b1cf3 100644 --- a/cpp/KeywordTagging/test/test_keyword_tagging.cpp +++ b/cpp/KeywordTagging/test/test_keyword_tagging.cpp @@ -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/cpp/OalprLicensePlateTextDetection/.dockerignore b/cpp/OalprLicensePlateTextDetection/.dockerignore index 1d5234dd..a665ef5b 100644 --- a/cpp/OalprLicensePlateTextDetection/.dockerignore +++ b/cpp/OalprLicensePlateTextDetection/.dockerignore @@ -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/cpp/OalprLicensePlateTextDetection/CMakeLists.txt b/cpp/OalprLicensePlateTextDetection/CMakeLists.txt index 95b8d61a..6dc859a4 100644 --- a/cpp/OalprLicensePlateTextDetection/CMakeLists.txt +++ b/cpp/OalprLicensePlateTextDetection/CMakeLists.txt @@ -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/cpp/OalprLicensePlateTextDetection/Dockerfile b/cpp/OalprLicensePlateTextDetection/Dockerfile index c9d8cd75..7d009f3a 100644 --- a/cpp/OalprLicensePlateTextDetection/Dockerfile +++ b/cpp/OalprLicensePlateTextDetection/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/cpp/OalprLicensePlateTextDetection/LICENSE b/cpp/OalprLicensePlateTextDetection/LICENSE index 1a363b2a..276e1b98 100644 --- a/cpp/OalprLicensePlateTextDetection/LICENSE +++ b/cpp/OalprLicensePlateTextDetection/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/cpp/OalprLicensePlateTextDetection/LicensePlateTextDetection.cpp b/cpp/OalprLicensePlateTextDetection/LicensePlateTextDetection.cpp index e1b1804c..bfaf67b6 100644 --- a/cpp/OalprLicensePlateTextDetection/LicensePlateTextDetection.cpp +++ b/cpp/OalprLicensePlateTextDetection/LicensePlateTextDetection.cpp @@ -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/cpp/OalprLicensePlateTextDetection/LicensePlateTextDetection.h b/cpp/OalprLicensePlateTextDetection/LicensePlateTextDetection.h index 70fa2e44..f204f0a8 100644 --- a/cpp/OalprLicensePlateTextDetection/LicensePlateTextDetection.h +++ b/cpp/OalprLicensePlateTextDetection/LicensePlateTextDetection.h @@ -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/cpp/OalprLicensePlateTextDetection/NOTICE b/cpp/OalprLicensePlateTextDetection/NOTICE index 8907618a..648172a4 100644 --- a/cpp/OalprLicensePlateTextDetection/NOTICE +++ b/cpp/OalprLicensePlateTextDetection/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/cpp/OalprLicensePlateTextDetection/plugin-files/setup/componentSetup.yml b/cpp/OalprLicensePlateTextDetection/plugin-files/setup/componentSetup.yml index 53bc3176..6b55e7b1 100644 --- a/cpp/OalprLicensePlateTextDetection/plugin-files/setup/componentSetup.yml +++ b/cpp/OalprLicensePlateTextDetection/plugin-files/setup/componentSetup.yml @@ -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/cpp/OalprLicensePlateTextDetection/sample_oalpr_text_detector.cpp b/cpp/OalprLicensePlateTextDetection/sample_oalpr_text_detector.cpp index 8d5dd222..68b0cd97 100644 --- a/cpp/OalprLicensePlateTextDetection/sample_oalpr_text_detector.cpp +++ b/cpp/OalprLicensePlateTextDetection/sample_oalpr_text_detector.cpp @@ -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/cpp/OalprLicensePlateTextDetection/test/CMakeLists.txt b/cpp/OalprLicensePlateTextDetection/test/CMakeLists.txt index 9aa89d41..5f4193c5 100644 --- a/cpp/OalprLicensePlateTextDetection/test/CMakeLists.txt +++ b/cpp/OalprLicensePlateTextDetection/test/CMakeLists.txt @@ -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/cpp/OalprLicensePlateTextDetection/test/test_oalpr_text_detection.cpp b/cpp/OalprLicensePlateTextDetection/test/test_oalpr_text_detection.cpp index c29b30bf..16ac6b4c 100644 --- a/cpp/OalprLicensePlateTextDetection/test/test_oalpr_text_detection.cpp +++ b/cpp/OalprLicensePlateTextDetection/test/test_oalpr_text_detection.cpp @@ -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/cpp/OcvDnnDetection/.dockerignore b/cpp/OcvDnnDetection/.dockerignore index 1d5234dd..a665ef5b 100644 --- a/cpp/OcvDnnDetection/.dockerignore +++ b/cpp/OcvDnnDetection/.dockerignore @@ -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/cpp/OcvDnnDetection/CMakeLists.txt b/cpp/OcvDnnDetection/CMakeLists.txt index c558b0c6..40425af9 100644 --- a/cpp/OcvDnnDetection/CMakeLists.txt +++ b/cpp/OcvDnnDetection/CMakeLists.txt @@ -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/cpp/OcvDnnDetection/Dockerfile b/cpp/OcvDnnDetection/Dockerfile index 772e6aab..e3c9ae58 100644 --- a/cpp/OcvDnnDetection/Dockerfile +++ b/cpp/OcvDnnDetection/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/cpp/OcvDnnDetection/LICENSE b/cpp/OcvDnnDetection/LICENSE index 343f7e73..66becbc7 100644 --- a/cpp/OcvDnnDetection/LICENSE +++ b/cpp/OcvDnnDetection/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/cpp/OcvDnnDetection/NOTICE b/cpp/OcvDnnDetection/NOTICE index 8907618a..648172a4 100644 --- a/cpp/OcvDnnDetection/NOTICE +++ b/cpp/OcvDnnDetection/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/cpp/OcvDnnDetection/OcvDnnDetection.cpp b/cpp/OcvDnnDetection/OcvDnnDetection.cpp index 78560d3b..3946438f 100644 --- a/cpp/OcvDnnDetection/OcvDnnDetection.cpp +++ b/cpp/OcvDnnDetection/OcvDnnDetection.cpp @@ -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/cpp/OcvDnnDetection/OcvDnnDetection.h b/cpp/OcvDnnDetection/OcvDnnDetection.h index 8a093972..8e9be5c0 100644 --- a/cpp/OcvDnnDetection/OcvDnnDetection.h +++ b/cpp/OcvDnnDetection/OcvDnnDetection.h @@ -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/cpp/OcvDnnDetection/sample_ocv_dnn_classifier.cpp b/cpp/OcvDnnDetection/sample_ocv_dnn_classifier.cpp index 749fd58d..6764fa51 100644 --- a/cpp/OcvDnnDetection/sample_ocv_dnn_classifier.cpp +++ b/cpp/OcvDnnDetection/sample_ocv_dnn_classifier.cpp @@ -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/cpp/OcvDnnDetection/test/CMakeLists.txt b/cpp/OcvDnnDetection/test/CMakeLists.txt index fb94f530..7120d532 100644 --- a/cpp/OcvDnnDetection/test/CMakeLists.txt +++ b/cpp/OcvDnnDetection/test/CMakeLists.txt @@ -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/cpp/OcvDnnDetection/test/test_ocv_dnn_detection.cpp b/cpp/OcvDnnDetection/test/test_ocv_dnn_detection.cpp index 79827b1f..55384078 100644 --- a/cpp/OcvDnnDetection/test/test_ocv_dnn_detection.cpp +++ b/cpp/OcvDnnDetection/test/test_ocv_dnn_detection.cpp @@ -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/cpp/OcvFaceDetection/.dockerignore b/cpp/OcvFaceDetection/.dockerignore index 1d5234dd..a665ef5b 100644 --- a/cpp/OcvFaceDetection/.dockerignore +++ b/cpp/OcvFaceDetection/.dockerignore @@ -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/cpp/OcvFaceDetection/CMakeLists.txt b/cpp/OcvFaceDetection/CMakeLists.txt index 084bd4d1..bc81a036 100644 --- a/cpp/OcvFaceDetection/CMakeLists.txt +++ b/cpp/OcvFaceDetection/CMakeLists.txt @@ -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/cpp/OcvFaceDetection/Dockerfile b/cpp/OcvFaceDetection/Dockerfile index 532e29fe..5479b281 100644 --- a/cpp/OcvFaceDetection/Dockerfile +++ b/cpp/OcvFaceDetection/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/cpp/OcvFaceDetection/LICENSE b/cpp/OcvFaceDetection/LICENSE index b7982b10..7b4cd1c7 100644 --- a/cpp/OcvFaceDetection/LICENSE +++ b/cpp/OcvFaceDetection/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/cpp/OcvFaceDetection/NOTICE b/cpp/OcvFaceDetection/NOTICE index 8907618a..648172a4 100644 --- a/cpp/OcvFaceDetection/NOTICE +++ b/cpp/OcvFaceDetection/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/cpp/OcvFaceDetection/OcvDetection.cpp b/cpp/OcvFaceDetection/OcvDetection.cpp index 0ac87690..d72e8bca 100644 --- a/cpp/OcvFaceDetection/OcvDetection.cpp +++ b/cpp/OcvFaceDetection/OcvDetection.cpp @@ -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/cpp/OcvFaceDetection/OcvDetection.h b/cpp/OcvFaceDetection/OcvDetection.h index ea9a21be..8de417ef 100644 --- a/cpp/OcvFaceDetection/OcvDetection.h +++ b/cpp/OcvFaceDetection/OcvDetection.h @@ -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/cpp/OcvFaceDetection/OcvFaceDetection.cpp b/cpp/OcvFaceDetection/OcvFaceDetection.cpp index cfc7a561..c004f4dd 100644 --- a/cpp/OcvFaceDetection/OcvFaceDetection.cpp +++ b/cpp/OcvFaceDetection/OcvFaceDetection.cpp @@ -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/cpp/OcvFaceDetection/OcvFaceDetection.h b/cpp/OcvFaceDetection/OcvFaceDetection.h index a8de45b1..98c18e41 100644 --- a/cpp/OcvFaceDetection/OcvFaceDetection.h +++ b/cpp/OcvFaceDetection/OcvFaceDetection.h @@ -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/cpp/OcvFaceDetection/plugin-files/data/cascade.xml b/cpp/OcvFaceDetection/plugin-files/data/cascade.xml index 735a9dcd..ee3c4939 100644 --- a/cpp/OcvFaceDetection/plugin-files/data/cascade.xml +++ b/cpp/OcvFaceDetection/plugin-files/data/cascade.xml @@ -6,11 +6,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. ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->