From 7f422f736464099a15e8d959aa19443c67b1432a Mon Sep 17 00:00:00 2001 From: jrobble Date: Thu, 4 May 2023 13:59:33 -0400 Subject: [PATCH] Update copyright to 2023. --- 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/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/WhitelistFilter.cpp | 4 ++-- cpp/OcvYoloDetection/WhitelistFilter.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/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/AzureTranslation/Dockerfile | 4 ++-- python/AzureTranslation/acs_translation_component/__init__.py | 4 ++-- .../acs_translation_component/acs_translation_component.py | 4 ++-- .../acs_translation_component/convert_language_code.py | 4 ++-- python/AzureTranslation/pyproject.toml | 4 ++-- python/AzureTranslation/sample_acs_translator.py | 4 ++-- python/AzureTranslation/setup.cfg | 4 ++-- python/AzureTranslation/tests/test_acs_translation.py | 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 ++-- 245 files changed, 457 insertions(+), 457 deletions(-) diff --git a/NOTICE b/NOTICE index b6d30d41..8907618a 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 2022 The MITRE Corporation. All Rights Reserved. \ No newline at end of file +Copyright 2023 The MITRE Corporation. All Rights Reserved. \ No newline at end of file diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 1ae38666..bb1718da 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 5ebcf7b2..c1689714 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 333f91de..cc7bb79b 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 fc4cc05a..eeb6849c 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 ea5c52cb..9410160e 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 d6d25051..33a71377 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 080b45f7..ba3cf646 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 de8ec28e..4aa07f60 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 a157a411..5d6d609c 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 3f555082..e1543680 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 1e49937e..837366d4 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 ea79ea5f..1d5234dd 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 aa79dc82..bb1ce4b0 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 6c93de77..c9d8cd75 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 0f197dd1..1a363b2a 100644 --- a/cpp/OalprLicensePlateTextDetection/LICENSE +++ b/cpp/OalprLicensePlateTextDetection/LICENSE @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 3afaafd9..bc3eaf1b 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 a4e36f45..8b10d09d 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 b6d30d41..8907618a 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 2022 The MITRE Corporation. All Rights Reserved. \ No newline at end of file +Copyright 2023 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 57b77428..53bc3176 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 cc83446b..8d5dd222 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 03c61f4a..9aa89d41 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 dbd834d8..c29b30bf 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 ea79ea5f..1d5234dd 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 2b699f32..5388527f 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 14def43b..772e6aab 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 eba5dd9c..343f7e73 100644 --- a/cpp/OcvDnnDetection/LICENSE +++ b/cpp/OcvDnnDetection/LICENSE @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 b6d30d41..8907618a 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 2022 The MITRE Corporation. All Rights Reserved. \ No newline at end of file +Copyright 2023 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 56555cb7..b2309bb7 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 0e72b100..f0a41e21 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 9def2d9c..6f5da1b0 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 1842a827..ab236e4c 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 cef05976..03604bfb 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 ea79ea5f..1d5234dd 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 f9a82b7c..9493e159 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 b06749c7..532e29fe 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 2022 The MITRE Corporation. All Rights Reserved. # +# Copyright 2023 The MITRE Corporation. All Rights Reserved. # ############################################################################# ############################################################################# -# Copyright 2022 The MITRE Corporation # +# Copyright 2023 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 866d0036..b7982b10 100644 --- a/cpp/OcvFaceDetection/LICENSE +++ b/cpp/OcvFaceDetection/LICENSE @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 b6d30d41..8907618a 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 2022 The MITRE Corporation. All Rights Reserved. \ No newline at end of file +Copyright 2023 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 ab38de0c..0ac87690 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 f750acf3..ea9a21be 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 d7aa8871..361c35a5 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 70228f2c..7b3b39cd 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 2022 The MITRE Corporation. All Rights Reserved. * + * Copyright 2023 The MITRE Corporation. All Rights Reserved. * ******************************************************************************/ /****************************************************************************** - * Copyright 2022 The MITRE Corporation * + * Copyright 2023 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 cadb5cec..735a9dcd 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 2022 The MITRE Corporation. All Rights Reserved. ~ + ~ Copyright 2023 The MITRE Corporation. All Rights Reserved. ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->