From 42a4eb4cee43c2236e5797674b2ec11c2ff1b5a9 Mon Sep 17 00:00:00 2001 From: Axel Le Bourhis Date: Wed, 24 Jan 2024 13:42:45 +0100 Subject: [PATCH] Update copyrights to date contributed Signed-off-by: Axel Le Bourhis --- config/nxp/app/bootloader.conf | 4 ++-- config/nxp/app/enable-gnu-std.cmake | 2 +- config/nxp/app/pre-zephyr.cmake | 2 +- config/nxp/chip-gn/.gn | 2 +- config/nxp/chip-gn/BUILD.gn | 2 +- config/nxp/chip-gn/args.gni | 2 +- config/nxp/chip-gn/toolchain/BUILD.gn | 2 +- config/nxp/chip-module/CMakeLists.txt | 2 +- config/nxp/chip-module/Kconfig | 2 +- config/nxp/chip-module/Kconfig.defaults | 2 +- config/nxp/chip-module/Kconfig.features | 2 +- config/nxp/chip-module/generate_factory_data.cmake | 2 +- config/nxp/chip-module/zephyr/module.yml | 2 +- src/platform/nxp/zephyr/BLEManagerImpl.h | 2 +- src/platform/nxp/zephyr/BUILD.gn | 2 +- src/platform/nxp/zephyr/BlePlatformConfig.h | 2 +- src/platform/nxp/zephyr/CHIPDevicePlatformConfig.h | 2 +- src/platform/nxp/zephyr/CHIPDevicePlatformEvent.h | 2 +- src/platform/nxp/zephyr/CHIPPlatformConfig.h | 2 +- src/platform/nxp/zephyr/ConfigurationManagerImpl.h | 2 +- src/platform/nxp/zephyr/ConnectivityManagerImpl.cpp | 2 +- src/platform/nxp/zephyr/ConnectivityManagerImpl.h | 2 +- src/platform/nxp/zephyr/DeviceInstanceInfoProviderImpl.cpp | 2 +- src/platform/nxp/zephyr/DeviceInstanceInfoProviderImpl.h | 2 +- src/platform/nxp/zephyr/DiagnosticDataProviderImplNxp.cpp | 2 +- src/platform/nxp/zephyr/DiagnosticDataProviderImplNxp.h | 2 +- src/platform/nxp/zephyr/FactoryDataProviderImpl.cpp | 3 +-- src/platform/nxp/zephyr/FactoryDataProviderImpl.h | 3 +-- src/platform/nxp/zephyr/InetPlatformConfig.h | 2 +- src/platform/nxp/zephyr/KeyValueStoreManagerImpl.h | 2 +- src/platform/nxp/zephyr/PlatformManagerImpl.h | 2 +- src/platform/nxp/zephyr/SystemPlatformConfig.h | 2 +- src/platform/nxp/zephyr/args.gni | 2 +- src/platform/nxp/zephyr/ota/OTAImageProcessorImpl.cpp | 2 +- src/platform/nxp/zephyr/ota/OTAImageProcessorImpl.h | 2 +- src/platform/nxp/zephyr/wifi/ConnectivityManagerImplWiFi.cpp | 2 +- src/platform/nxp/zephyr/wifi/ConnectivityManagerImplWiFi.h | 2 +- src/platform/nxp/zephyr/wifi/NxpWifiDriver.cpp | 2 +- src/platform/nxp/zephyr/wifi/NxpWifiDriver.h | 2 +- src/platform/nxp/zephyr/wifi/WiFiManager.cpp | 2 +- src/platform/nxp/zephyr/wifi/WiFiManager.h | 2 +- 41 files changed, 42 insertions(+), 44 deletions(-) diff --git a/config/nxp/app/bootloader.conf b/config/nxp/app/bootloader.conf index 4c301c2177b1e8..281e1145a89aa0 100644 --- a/config/nxp/app/bootloader.conf +++ b/config/nxp/app/bootloader.conf @@ -1,5 +1,5 @@ # -# Copyright (c) 2023 Project CHIP Authors +# Copyright (c) 2024 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. @@ -18,7 +18,7 @@ # The default signature key used by MCUBOOT is located on their repository, # change this to the appropriate one. -# NOTE: This option needs to contain a path to the same file used by +# NOTE: This option needs to contain a path to the same file used by # MCUBOOT_SIGNATURE_KEY_FILE. #CONFIG_BOOT_SIGNATURE_KEY_FILE="root-rsa-2048.pem" diff --git a/config/nxp/app/enable-gnu-std.cmake b/config/nxp/app/enable-gnu-std.cmake index ebd2ce2f2d4a30..a5a5c6c6aca10f 100644 --- a/config/nxp/app/enable-gnu-std.cmake +++ b/config/nxp/app/enable-gnu-std.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2023 Project CHIP Authors +# Copyright (c) 2024 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/config/nxp/app/pre-zephyr.cmake b/config/nxp/app/pre-zephyr.cmake index 60f85809918ce4..9dd1b2ae32c5bf 100644 --- a/config/nxp/app/pre-zephyr.cmake +++ b/config/nxp/app/pre-zephyr.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2023 Project CHIP Authors +# Copyright (c) 2024 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/config/nxp/chip-gn/.gn b/config/nxp/chip-gn/.gn index b24a89425fd9b0..0cc783dee91703 100644 --- a/config/nxp/chip-gn/.gn +++ b/config/nxp/chip-gn/.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Project CHIP Authors +# Copyright (c) 2024 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/config/nxp/chip-gn/BUILD.gn b/config/nxp/chip-gn/BUILD.gn index 3f3173c27d79df..1fc09ec27d611a 100644 --- a/config/nxp/chip-gn/BUILD.gn +++ b/config/nxp/chip-gn/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Project CHIP Authors +# Copyright (c) 2024 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/config/nxp/chip-gn/args.gni b/config/nxp/chip-gn/args.gni index 37b7e99c0db62f..702e9537b4b74d 100644 --- a/config/nxp/chip-gn/args.gni +++ b/config/nxp/chip-gn/args.gni @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Project CHIP Authors +# Copyright (c) 2024 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/config/nxp/chip-gn/toolchain/BUILD.gn b/config/nxp/chip-gn/toolchain/BUILD.gn index 593bbd9cc95f08..0bee7f170cbd89 100644 --- a/config/nxp/chip-gn/toolchain/BUILD.gn +++ b/config/nxp/chip-gn/toolchain/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Project CHIP Authors +# Copyright (c) 2024 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/config/nxp/chip-module/CMakeLists.txt b/config/nxp/chip-module/CMakeLists.txt index b93ab9c1b709fb..0e35f27a44d153 100644 --- a/config/nxp/chip-module/CMakeLists.txt +++ b/config/nxp/chip-module/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2023-2024 Project CHIP Authors +# Copyright (c) 2024 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/config/nxp/chip-module/Kconfig b/config/nxp/chip-module/Kconfig index fa076d8c3012fd..88918a67450ad3 100644 --- a/config/nxp/chip-module/Kconfig +++ b/config/nxp/chip-module/Kconfig @@ -1,5 +1,5 @@ # -# Copyright (c) 2023 Project CHIP Authors +# Copyright (c) 2024 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/config/nxp/chip-module/Kconfig.defaults b/config/nxp/chip-module/Kconfig.defaults index 585237c6453222..56c82e3752900c 100644 --- a/config/nxp/chip-module/Kconfig.defaults +++ b/config/nxp/chip-module/Kconfig.defaults @@ -1,5 +1,5 @@ # -# Copyright (c) 2023-2024 Project CHIP Authors +# Copyright (c) 2024 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/config/nxp/chip-module/Kconfig.features b/config/nxp/chip-module/Kconfig.features index 8eaa372b311362..d8d194ccef2b41 100644 --- a/config/nxp/chip-module/Kconfig.features +++ b/config/nxp/chip-module/Kconfig.features @@ -1,5 +1,5 @@ # -# Copyright (c) 2023 Project CHIP Authors +# Copyright (c) 2024 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/config/nxp/chip-module/generate_factory_data.cmake b/config/nxp/chip-module/generate_factory_data.cmake index 7a7f93fd52e47c..ea1e35a797ab78 100644 --- a/config/nxp/chip-module/generate_factory_data.cmake +++ b/config/nxp/chip-module/generate_factory_data.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2023 Project CHIP Authors +# Copyright (c) 2024 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/config/nxp/chip-module/zephyr/module.yml b/config/nxp/chip-module/zephyr/module.yml index 6f5ede10e4ddef..870b1a37e35231 100644 --- a/config/nxp/chip-module/zephyr/module.yml +++ b/config/nxp/chip-module/zephyr/module.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2023 Project CHIP Authors +# Copyright (c) 2024 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/src/platform/nxp/zephyr/BLEManagerImpl.h b/src/platform/nxp/zephyr/BLEManagerImpl.h index 14a453cef51f31..bb3e7405153b07 100644 --- a/src/platform/nxp/zephyr/BLEManagerImpl.h +++ b/src/platform/nxp/zephyr/BLEManagerImpl.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/BUILD.gn b/src/platform/nxp/zephyr/BUILD.gn index ab159f1a15198d..1c370750d911a6 100644 --- a/src/platform/nxp/zephyr/BUILD.gn +++ b/src/platform/nxp/zephyr/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Project CHIP Authors +# Copyright (c) 2024 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/src/platform/nxp/zephyr/BlePlatformConfig.h b/src/platform/nxp/zephyr/BlePlatformConfig.h index 8455530c1eb3d6..35c31253622817 100644 --- a/src/platform/nxp/zephyr/BlePlatformConfig.h +++ b/src/platform/nxp/zephyr/BlePlatformConfig.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/CHIPDevicePlatformConfig.h b/src/platform/nxp/zephyr/CHIPDevicePlatformConfig.h index 9098f426ffbc73..f8c72dd043902f 100644 --- a/src/platform/nxp/zephyr/CHIPDevicePlatformConfig.h +++ b/src/platform/nxp/zephyr/CHIPDevicePlatformConfig.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/CHIPDevicePlatformEvent.h b/src/platform/nxp/zephyr/CHIPDevicePlatformEvent.h index 33fb7c54a4cd79..3b38a1d75ccf58 100644 --- a/src/platform/nxp/zephyr/CHIPDevicePlatformEvent.h +++ b/src/platform/nxp/zephyr/CHIPDevicePlatformEvent.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/CHIPPlatformConfig.h b/src/platform/nxp/zephyr/CHIPPlatformConfig.h index d1b7d0888f1a71..cd9873051e5fed 100644 --- a/src/platform/nxp/zephyr/CHIPPlatformConfig.h +++ b/src/platform/nxp/zephyr/CHIPPlatformConfig.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023-2024 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/ConfigurationManagerImpl.h b/src/platform/nxp/zephyr/ConfigurationManagerImpl.h index c9261b1de19515..846671b64b1683 100644 --- a/src/platform/nxp/zephyr/ConfigurationManagerImpl.h +++ b/src/platform/nxp/zephyr/ConfigurationManagerImpl.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/ConnectivityManagerImpl.cpp b/src/platform/nxp/zephyr/ConnectivityManagerImpl.cpp index 101f45305b5f37..888e5748ad6b10 100644 --- a/src/platform/nxp/zephyr/ConnectivityManagerImpl.cpp +++ b/src/platform/nxp/zephyr/ConnectivityManagerImpl.cpp @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/ConnectivityManagerImpl.h b/src/platform/nxp/zephyr/ConnectivityManagerImpl.h index a23e8f3c5887f0..6d7a717886a7eb 100644 --- a/src/platform/nxp/zephyr/ConnectivityManagerImpl.h +++ b/src/platform/nxp/zephyr/ConnectivityManagerImpl.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/DeviceInstanceInfoProviderImpl.cpp b/src/platform/nxp/zephyr/DeviceInstanceInfoProviderImpl.cpp index c3d055bf313578..92029ebd617386 100644 --- a/src/platform/nxp/zephyr/DeviceInstanceInfoProviderImpl.cpp +++ b/src/platform/nxp/zephyr/DeviceInstanceInfoProviderImpl.cpp @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 Project CHIP Authors * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/platform/nxp/zephyr/DeviceInstanceInfoProviderImpl.h b/src/platform/nxp/zephyr/DeviceInstanceInfoProviderImpl.h index e3c44180a348ee..31cc98bfaa2a84 100644 --- a/src/platform/nxp/zephyr/DeviceInstanceInfoProviderImpl.h +++ b/src/platform/nxp/zephyr/DeviceInstanceInfoProviderImpl.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 Project CHIP Authors * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/platform/nxp/zephyr/DiagnosticDataProviderImplNxp.cpp b/src/platform/nxp/zephyr/DiagnosticDataProviderImplNxp.cpp index 0c8064debb878d..b7f0e2523610a5 100644 --- a/src/platform/nxp/zephyr/DiagnosticDataProviderImplNxp.cpp +++ b/src/platform/nxp/zephyr/DiagnosticDataProviderImplNxp.cpp @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/DiagnosticDataProviderImplNxp.h b/src/platform/nxp/zephyr/DiagnosticDataProviderImplNxp.h index 09855d6429cf6f..cac2fa240ffa18 100644 --- a/src/platform/nxp/zephyr/DiagnosticDataProviderImplNxp.h +++ b/src/platform/nxp/zephyr/DiagnosticDataProviderImplNxp.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/FactoryDataProviderImpl.cpp b/src/platform/nxp/zephyr/FactoryDataProviderImpl.cpp index c44d0092632432..85c6f9d047bd1c 100644 --- a/src/platform/nxp/zephyr/FactoryDataProviderImpl.cpp +++ b/src/platform/nxp/zephyr/FactoryDataProviderImpl.cpp @@ -1,7 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors - * Copyright 2023 NXP + * Copyright (c) 2024 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/src/platform/nxp/zephyr/FactoryDataProviderImpl.h b/src/platform/nxp/zephyr/FactoryDataProviderImpl.h index 40a26e1200f2cf..a0424a7e3f4412 100644 --- a/src/platform/nxp/zephyr/FactoryDataProviderImpl.h +++ b/src/platform/nxp/zephyr/FactoryDataProviderImpl.h @@ -1,7 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors - * Copyright 2023 NXP + * Copyright (c) 2024 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/src/platform/nxp/zephyr/InetPlatformConfig.h b/src/platform/nxp/zephyr/InetPlatformConfig.h index fc9f3fd3dc7623..644cdea6b20423 100644 --- a/src/platform/nxp/zephyr/InetPlatformConfig.h +++ b/src/platform/nxp/zephyr/InetPlatformConfig.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/KeyValueStoreManagerImpl.h b/src/platform/nxp/zephyr/KeyValueStoreManagerImpl.h index d5fd254633bdd9..c497842975c401 100644 --- a/src/platform/nxp/zephyr/KeyValueStoreManagerImpl.h +++ b/src/platform/nxp/zephyr/KeyValueStoreManagerImpl.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 Project CHIP Authors * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/platform/nxp/zephyr/PlatformManagerImpl.h b/src/platform/nxp/zephyr/PlatformManagerImpl.h index e18a199f63dc90..75dcb0e7d7481c 100644 --- a/src/platform/nxp/zephyr/PlatformManagerImpl.h +++ b/src/platform/nxp/zephyr/PlatformManagerImpl.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/SystemPlatformConfig.h b/src/platform/nxp/zephyr/SystemPlatformConfig.h index d29a48d2058a61..24f8c4d229e235 100644 --- a/src/platform/nxp/zephyr/SystemPlatformConfig.h +++ b/src/platform/nxp/zephyr/SystemPlatformConfig.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/args.gni b/src/platform/nxp/zephyr/args.gni index 576ccffea048b7..e24f997ccdf64b 100644 --- a/src/platform/nxp/zephyr/args.gni +++ b/src/platform/nxp/zephyr/args.gni @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Project CHIP Authors +# Copyright (c) 2024 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/src/platform/nxp/zephyr/ota/OTAImageProcessorImpl.cpp b/src/platform/nxp/zephyr/ota/OTAImageProcessorImpl.cpp index b5649820dace72..0d027b0407a5b8 100644 --- a/src/platform/nxp/zephyr/ota/OTAImageProcessorImpl.cpp +++ b/src/platform/nxp/zephyr/ota/OTAImageProcessorImpl.cpp @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2022 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/ota/OTAImageProcessorImpl.h b/src/platform/nxp/zephyr/ota/OTAImageProcessorImpl.h index e49da76b835739..e4a8a95ba721ae 100755 --- a/src/platform/nxp/zephyr/ota/OTAImageProcessorImpl.h +++ b/src/platform/nxp/zephyr/ota/OTAImageProcessorImpl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/wifi/ConnectivityManagerImplWiFi.cpp b/src/platform/nxp/zephyr/wifi/ConnectivityManagerImplWiFi.cpp index ba8f73204dcca5..3fefcf709e1b9b 100644 --- a/src/platform/nxp/zephyr/wifi/ConnectivityManagerImplWiFi.cpp +++ b/src/platform/nxp/zephyr/wifi/ConnectivityManagerImplWiFi.cpp @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 Project CHIP Authors * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/platform/nxp/zephyr/wifi/ConnectivityManagerImplWiFi.h b/src/platform/nxp/zephyr/wifi/ConnectivityManagerImplWiFi.h index 3b9cedd638a6e3..ec9c1d12027af9 100644 --- a/src/platform/nxp/zephyr/wifi/ConnectivityManagerImplWiFi.h +++ b/src/platform/nxp/zephyr/wifi/ConnectivityManagerImplWiFi.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/wifi/NxpWifiDriver.cpp b/src/platform/nxp/zephyr/wifi/NxpWifiDriver.cpp index 4f7328a36774f3..06a0b48f1e8c77 100644 --- a/src/platform/nxp/zephyr/wifi/NxpWifiDriver.cpp +++ b/src/platform/nxp/zephyr/wifi/NxpWifiDriver.cpp @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/wifi/NxpWifiDriver.h b/src/platform/nxp/zephyr/wifi/NxpWifiDriver.h index 6ef290de20a0c9..01e4964e2ea046 100644 --- a/src/platform/nxp/zephyr/wifi/NxpWifiDriver.h +++ b/src/platform/nxp/zephyr/wifi/NxpWifiDriver.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/wifi/WiFiManager.cpp b/src/platform/nxp/zephyr/wifi/WiFiManager.cpp index 6537137fa16374..946546288761b4 100644 --- a/src/platform/nxp/zephyr/wifi/WiFiManager.cpp +++ b/src/platform/nxp/zephyr/wifi/WiFiManager.cpp @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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/src/platform/nxp/zephyr/wifi/WiFiManager.h b/src/platform/nxp/zephyr/wifi/WiFiManager.h index 5843e66c190aa9..29f2ef299af1aa 100644 --- a/src/platform/nxp/zephyr/wifi/WiFiManager.h +++ b/src/platform/nxp/zephyr/wifi/WiFiManager.h @@ -1,6 +1,6 @@ /* * - * Copyright (c) 2023 Project CHIP Authors + * Copyright (c) 2024 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.