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. ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->