diff --git a/.github/workflows/avh.yml b/.github/workflows/avh.yml index 78fb50385a6060..9ffb2a8595edfa 100644 --- a/.github/workflows/avh.yml +++ b/.github/workflows/avh.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Project CHIP Authors +# Copyright (c) 2023 Project CHIP Authors # # 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/scripts/tests/avh/helpers/avh_chiptool_instance.py b/scripts/tests/avh/helpers/avh_chiptool_instance.py index ca13a9c4f8dcf3..7a19062d20db09 100644 --- a/scripts/tests/avh/helpers/avh_chiptool_instance.py +++ b/scripts/tests/avh/helpers/avh_chiptool_instance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Project CHIP Authors +# Copyright (c) 2023 Project CHIP Authors # # 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/scripts/tests/avh/helpers/avh_client.py b/scripts/tests/avh/helpers/avh_client.py index e51b419b75dcfa..e0efeab519bdc8 100644 --- a/scripts/tests/avh/helpers/avh_client.py +++ b/scripts/tests/avh/helpers/avh_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Project CHIP Authors +# Copyright (c) 2023 Project CHIP Authors # # 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/scripts/tests/avh/helpers/avh_instance.py b/scripts/tests/avh/helpers/avh_instance.py index 07747daee000aa..2457a06c36e407 100644 --- a/scripts/tests/avh/helpers/avh_instance.py +++ b/scripts/tests/avh/helpers/avh_instance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Project CHIP Authors +# Copyright (c) 2023 Project CHIP Authors # # 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/scripts/tests/avh/helpers/avh_lighting_app_instance.py b/scripts/tests/avh/helpers/avh_lighting_app_instance.py index b31c9e444919c0..374434b09dafea 100644 --- a/scripts/tests/avh/helpers/avh_lighting_app_instance.py +++ b/scripts/tests/avh/helpers/avh_lighting_app_instance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Project CHIP Authors +# Copyright (c) 2023 Project CHIP Authors # # 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/scripts/tests/avh/test_lighting_app.py b/scripts/tests/avh/test_lighting_app.py index 68d75d2dae0a67..c44f840696a161 100644 --- a/scripts/tests/avh/test_lighting_app.py +++ b/scripts/tests/avh/test_lighting_app.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Project CHIP Authors +# Copyright (c) 2023 Project CHIP Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.