mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-05 08:27:30 +00:00
examples/zigbee: use LicenseRef-Included as SPDX-License-Identifier
Examples for zigbee are using custom license, which is not present on the SPDX license list. This was discussed on !16205 and a decision was made that the examples will be put on check-copyright's ignore list. SPDX has LicenseRef-[idstring] identifier for such cases, so let's try to use it. In this particular case the LicenseRef-Included is used to express that the full license text is included in the source file. Note that the LicenseRef-Included is not part of SPDX. It's just something I used. No change is needed on the check-copyright side. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Espressif Systems (Shanghai) CO LTD
|
||||
* All rights reserved.
|
||||
* SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: LicenseRef-Included
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification,
|
||||
* are permitted provided that the following conditions are met:
|
||||
|
||||
Reference in New Issue
Block a user