From aa376766e51201f2fd86c58e1123f7416b6f79d2 Mon Sep 17 00:00:00 2001 From: jrobble Date: Thu, 23 May 2024 20:44:18 -0400 Subject: [PATCH] Update copyright to 2024. --- LICENSE | 2 +- NOTICE | 2 +- detection/audio-video-utils/pom.xml | 4 ++-- .../org/mitre/mpf/audioVideo/util/MPFAudioAttributes.java | 4 ++-- .../main/java/org/mitre/mpf/audioVideo/util/MPFEncoder.java | 4 ++-- .../org/mitre/mpf/audioVideo/util/MPFEncodingAttributes.java | 4 ++-- .../org/mitre/mpf/audioVideo/util/MPF_FFMPEGExecutor.java | 4 ++-- detection/examples/AudioVideoComponent/assemblyDescriptor.xml | 4 ++-- .../mitre/mpf/examples/audiovideo/AudioVideoComponent.java | 4 ++-- .../src/main/resources/applicationContext.xml | 4 ++-- .../AudioVideoComponent/src/main/resources/log4j2.xml | 4 ++-- .../mpf/examples/audiovideo/AudioVideoComponentTest.java | 4 ++-- detection/examples/HelloWorldComponent/assemblyDescriptor.xml | 4 ++-- .../org/mitre/mpf/examples/hello/HelloWorldComponent.java | 4 ++-- .../src/main/resources/applicationContext.xml | 4 ++-- .../org/mitre/mpf/examples/hello/HelloWorldComponentTest.java | 4 ++-- detection/examples/pom.xml | 4 ++-- detection/java-component-api/pom.xml | 4 ++-- .../java/org/mitre/mpf/component/api/MPFComponentBase.java | 4 ++-- .../org/mitre/mpf/component/api/MPFComponentInterface.java | 4 ++-- .../java/org/mitre/mpf/component/api/MPFComponentType.java | 4 ++-- .../org/mitre/mpf/component/api/detection/MPFAudioJob.java | 4 ++-- .../org/mitre/mpf/component/api/detection/MPFAudioTrack.java | 4 ++-- .../component/api/detection/MPFComponentDetectionError.java | 4 ++-- .../org/mitre/mpf/component/api/detection/MPFDataType.java | 4 ++-- .../component/api/detection/MPFDetectionComponentBase.java | 4 ++-- .../api/detection/MPFDetectionComponentInterface.java | 4 ++-- .../mitre/mpf/component/api/detection/MPFDetectionError.java | 4 ++-- .../org/mitre/mpf/component/api/detection/MPFGenericJob.java | 4 ++-- .../mitre/mpf/component/api/detection/MPFGenericTrack.java | 4 ++-- .../org/mitre/mpf/component/api/detection/MPFImageJob.java | 4 ++-- .../mitre/mpf/component/api/detection/MPFImageLocation.java | 4 ++-- .../java/org/mitre/mpf/component/api/detection/MPFJob.java | 4 ++-- .../org/mitre/mpf/component/api/detection/MPFVideoJob.java | 4 ++-- .../org/mitre/mpf/component/api/detection/MPFVideoTrack.java | 4 ++-- .../adapters/MPFAudioAndVideoDetectionComponentAdapter.java | 4 ++-- .../api/detection/adapters/MPFAudioDetectionMediaHandler.java | 4 ++-- .../detection/util/MPFEnvironmentVariablePathExpander.java | 4 ++-- .../main/java/org/mitre/mpf/component/api/package-info.java | 4 ++-- .../MPFAudioAndVideoDetectionComponentAdapterTest.java | 4 ++-- pom.xml | 4 ++-- 41 files changed, 80 insertions(+), 80 deletions(-) diff --git a/LICENSE b/LICENSE index b7982b1..7b4cd1c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright 2023 The MITRE Corporation * + * Copyright 2024 The MITRE Corporation * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * diff --git a/NOTICE b/NOTICE index 8907618..648172a 100644 --- a/NOTICE +++ b/NOTICE @@ -4,4 +4,4 @@ This software (or technical data) was produced for the U.S. Government under contract, and is subject to the Rights in Data-General Clause 52.227-14, Alt. IV (DEC 2007). -Copyright 2023 The MITRE Corporation. All Rights Reserved. \ No newline at end of file +Copyright 2024 The MITRE Corporation. All Rights Reserved. \ No newline at end of file diff --git a/detection/audio-video-utils/pom.xml b/detection/audio-video-utils/pom.xml index fbe6503..2da5f66 100644 --- a/detection/audio-video-utils/pom.xml +++ b/detection/audio-video-utils/pom.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. ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->