From 0c76f6e407bd2737b603f4334382b064b0d691cd Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Wed, 22 Jan 2025 12:17:18 +0530 Subject: [PATCH] docs: modify copyright headers for files taken and modified from third-party sources --- .../blemesh_platform/platform/ESP32_custom/BUILD.gn | 11 +++++++++++ .../platform/ESP32_custom/nimble/BLEManagerImpl.cpp | 11 +++++++++++ examples/common/external_platform/BUILD.gn | 11 +++++++++++ 3 files changed, 33 insertions(+) diff --git a/examples/common/blemesh_platform/platform/ESP32_custom/BUILD.gn b/examples/common/blemesh_platform/platform/ESP32_custom/BUILD.gn index 087d04fdd..18e9aa9d9 100644 --- a/examples/common/blemesh_platform/platform/ESP32_custom/BUILD.gn +++ b/examples/common/blemesh_platform/platform/ESP32_custom/BUILD.gn @@ -1,3 +1,14 @@ +# SPDX-FileCopyrightText: 2021 Project CHIP Authors +# +# SPDX-License-Identifier: Apache-2.0 +# +# SPDX-FileContributor: 2024 Espressif Systems (Shanghai) PTE LTD +# +# Modified the original code to support blemesh platform on ESP32 SoCs. +# +# For original code and license information, please refer to +# https://github.com/project-chip/connectedhomeip + # Copyright (c) 2021 Project CHIP Authors # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/examples/common/blemesh_platform/platform/ESP32_custom/nimble/BLEManagerImpl.cpp b/examples/common/blemesh_platform/platform/ESP32_custom/nimble/BLEManagerImpl.cpp index ce82483d5..da4469d95 100644 --- a/examples/common/blemesh_platform/platform/ESP32_custom/nimble/BLEManagerImpl.cpp +++ b/examples/common/blemesh_platform/platform/ESP32_custom/nimble/BLEManagerImpl.cpp @@ -1,3 +1,14 @@ +// SPDX-FileCopyrightText: 2020-2021 Project CHIP Authors +// +// SPDX-License-Identifier: Apache-2.0 +// +// SPDX-FileContributor: 2024 Espressif Systems (Shanghai) PTE LTD +// +// Modified the original code to support blemesh platform on ESP32 SoCs. +// +// For original code and license information, please refer to +// https://github.com/project-chip/connectedhomeip + /* * * Copyright (c) 2020-2021 Project CHIP Authors diff --git a/examples/common/external_platform/BUILD.gn b/examples/common/external_platform/BUILD.gn index fb5543f54..bb4df4f31 100644 --- a/examples/common/external_platform/BUILD.gn +++ b/examples/common/external_platform/BUILD.gn @@ -1,3 +1,14 @@ +# SPDX-FileCopyrightText: 2020-2021 Project CHIP Authors +# +# SPDX-License-Identifier: Apache-2.0 +# +# SPDX-FileContributor: 2022-2024 Espressif Systems (Shanghai) PTE LTD +# +# Modified the original code to support external platform on ESP32 SoCs. +# +# For original code and license information, please refer to +# https://github.com/project-chip/connectedhomeip + # Copyright (c) 2021 Project CHIP Authors # # Licensed under the Apache License, Version 2.0 (the "License");