From 08911f3d39283400ccc2273615619d6cb744d830 Mon Sep 17 00:00:00 2001 From: jrobble Date: Thu, 4 May 2023 14:07:55 -0400 Subject: [PATCH] Update copyright to 2023. --- LICENSE | 2 +- NOTICE | 2 +- build-openmpf-components/build_components.py | 4 ++-- docker/ffmpeg/Dockerfile | 4 ++-- .../component_dependency_finder.py | 4 ++-- .../test_component_dependency_finder.py | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index 866d003..b7982b1 100644 --- a/LICENSE +++ b/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/NOTICE b/NOTICE index b6d30d4..8907618 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/build-openmpf-components/build_components.py b/build-openmpf-components/build_components.py index 926f88a..a3e7d07 100755 --- a/build-openmpf-components/build_components.py +++ b/build-openmpf-components/build_components.py @@ -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/docker/ffmpeg/Dockerfile b/docker/ffmpeg/Dockerfile index 04ca0e7..051c677 100644 --- a/docker/ffmpeg/Dockerfile +++ b/docker/ffmpeg/Dockerfile @@ -5,10 +5,10 @@ # 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/mpf-component-dependency-finder/component_dependency_finder.py b/mpf-component-dependency-finder/component_dependency_finder.py index b326b31..92dff26 100755 --- a/mpf-component-dependency-finder/component_dependency_finder.py +++ b/mpf-component-dependency-finder/component_dependency_finder.py @@ -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/mpf-component-dependency-finder/test_component_dependency_finder.py b/mpf-component-dependency-finder/test_component_dependency_finder.py index a17745a..0eb213f 100644 --- a/mpf-component-dependency-finder/test_component_dependency_finder.py +++ b/mpf-component-dependency-finder/test_component_dependency_finder.py @@ -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. #