Skip to content

Commit 8b4136f

Browse files
authored
Update copyright to 2022. (#65)
1 parent 4bd87d2 commit 8b4136f

35 files changed

+68
-68
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* Copyright 2021 The MITRE Corporation *
2+
* Copyright 2022 The MITRE Corporation *
33
* *
44
* Licensed under the Apache License, Version 2.0 (the "License"); *
55
* you may not use this file except in compliance with the License. *

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This software (or technical data) was produced for the U.S. Government
44
under contract, and is subject to the Rights in Data-General Clause
55
52.227-14, Alt. IV (DEC 2007).
66

7-
Copyright 2021 The MITRE Corporation. All Rights Reserved.
7+
Copyright 2022 The MITRE Corporation. All Rights Reserved.

detection/api/mpf_component_api/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# under contract, and is subject to the Rights in Data-General Clause #
66
# 52.227-14, Alt. IV (DEC 2007). #
77
# #
8-
# Copyright 2021 The MITRE Corporation. All Rights Reserved. #
8+
# Copyright 2022 The MITRE Corporation. All Rights Reserved. #
99
#############################################################################
1010

1111
#############################################################################
12-
# Copyright 2021 The MITRE Corporation #
12+
# Copyright 2022 The MITRE Corporation #
1313
# #
1414
# Licensed under the Apache License, Version 2.0 (the "License"); #
1515
# you may not use this file except in compliance with the License. #

detection/api/mpf_component_api/mpf_component_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# under contract, and is subject to the Rights in Data-General Clause #
66
# 52.227-14, Alt. IV (DEC 2007). #
77
# #
8-
# Copyright 2021 The MITRE Corporation. All Rights Reserved. #
8+
# Copyright 2022 The MITRE Corporation. All Rights Reserved. #
99
#############################################################################
1010

1111
#############################################################################
12-
# Copyright 2021 The MITRE Corporation #
12+
# Copyright 2022 The MITRE Corporation #
1313
# #
1414
# Licensed under the Apache License, Version 2.0 (the "License"); #
1515
# you may not use this file except in compliance with the License. #

detection/component_util/mpf_component_util/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# under contract, and is subject to the Rights in Data-General Clause #
66
# 52.227-14, Alt. IV (DEC 2007). #
77
# #
8-
# Copyright 2021 The MITRE Corporation. All Rights Reserved. #
8+
# Copyright 2022 The MITRE Corporation. All Rights Reserved. #
99
#############################################################################
1010

1111
#############################################################################
12-
# Copyright 2021 The MITRE Corporation #
12+
# Copyright 2022 The MITRE Corporation #
1313
# #
1414
# Licensed under the Apache License, Version 2.0 (the "License"); #
1515
# you may not use this file except in compliance with the License. #

detection/component_util/mpf_component_util/audio_transcoder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# under contract, and is subject to the Rights in Data-General Clause #
66
# 52.227-14, Alt. IV (DEC 2007). #
77
# #
8-
# Copyright 2021 The MITRE Corporation. All Rights Reserved. #
8+
# Copyright 2022 The MITRE Corporation. All Rights Reserved. #
99
#############################################################################
1010

1111
#############################################################################
12-
# Copyright 2021 The MITRE Corporation #
12+
# Copyright 2022 The MITRE Corporation #
1313
# #
1414
# Licensed under the Apache License, Version 2.0 (the "License"); #
1515
# you may not use this file except in compliance with the License. #

detection/component_util/mpf_component_util/frame_filters/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# under contract, and is subject to the Rights in Data-General Clause #
66
# 52.227-14, Alt. IV (DEC 2007). #
77
# #
8-
# Copyright 2021 The MITRE Corporation. All Rights Reserved. #
8+
# Copyright 2022 The MITRE Corporation. All Rights Reserved. #
99
#############################################################################
1010

1111
#############################################################################
12-
# Copyright 2021 The MITRE Corporation #
12+
# Copyright 2022 The MITRE Corporation #
1313
# #
1414
# Licensed under the Apache License, Version 2.0 (the "License"); #
1515
# you may not use this file except in compliance with the License. #

detection/component_util/mpf_component_util/frame_filters/frame_filter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# under contract, and is subject to the Rights in Data-General Clause #
66
# 52.227-14, Alt. IV (DEC 2007). #
77
# #
8-
# Copyright 2021 The MITRE Corporation. All Rights Reserved. #
8+
# Copyright 2022 The MITRE Corporation. All Rights Reserved. #
99
#############################################################################
1010

1111
#############################################################################
12-
# Copyright 2021 The MITRE Corporation #
12+
# Copyright 2022 The MITRE Corporation #
1313
# #
1414
# Licensed under the Apache License, Version 2.0 (the "License"); #
1515
# you may not use this file except in compliance with the License. #

detection/component_util/mpf_component_util/frame_filters/frame_list_filters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# under contract, and is subject to the Rights in Data-General Clause #
66
# 52.227-14, Alt. IV (DEC 2007). #
77
# #
8-
# Copyright 2021 The MITRE Corporation. All Rights Reserved. #
8+
# Copyright 2022 The MITRE Corporation. All Rights Reserved. #
99
#############################################################################
1010

1111
#############################################################################
12-
# Copyright 2021 The MITRE Corporation #
12+
# Copyright 2022 The MITRE Corporation #
1313
# #
1414
# Licensed under the Apache License, Version 2.0 (the "License"); #
1515
# you may not use this file except in compliance with the License. #

detection/component_util/mpf_component_util/frame_filters/interval_frame_filter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# under contract, and is subject to the Rights in Data-General Clause #
66
# 52.227-14, Alt. IV (DEC 2007). #
77
# #
8-
# Copyright 2021 The MITRE Corporation. All Rights Reserved. #
8+
# Copyright 2022 The MITRE Corporation. All Rights Reserved. #
99
#############################################################################
1010

1111
#############################################################################
12-
# Copyright 2021 The MITRE Corporation #
12+
# Copyright 2022 The MITRE Corporation #
1313
# #
1414
# Licensed under the Apache License, Version 2.0 (the "License"); #
1515
# you may not use this file except in compliance with the License. #

0 commit comments

Comments
 (0)