portable/Xtensa_ESP32: Add SPDX license identifiers (#452)

Co-authored-by: Paul Bartell <pbartell@amazon.com>
This commit is contained in:
Shubham Kulkarni 2022-02-09 05:58:07 +05:30 committed by GitHub
parent d5a10e4595
commit 4a490d64a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 354 additions and 507 deletions

View file

@ -1,26 +1,7 @@
/*
* Copyright (C) 2016-2017 Espressif Shanghai PTE LTD
* Copyright (C) 2015 Real Time Engineers Ltd.
* SPDX-FileCopyrightText: 2017-2021 Espressif Systems (Shanghai) CO LTD
*
* All rights reserved
*
* SPDX-License-Identifier: GPL-2.0 WITH freertos-exception-2.0
*
* FreeRTOS is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License (version 2) as published by the
* Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
*
***************************************************************************
* >>! NOTE: The modification to the GPL is included to allow you to !<<
* >>! distribute a combined work that includes FreeRTOS without being !<<
* >>! obliged to provide the source code for proprietary components !<<
* >>! outside of the FreeRTOS kernel. !<<
***************************************************************************
*
* FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. Full license text is available on the following
* link: https://www.FreeRTOS.org/a00114.html
* SPDX-License-Identifier: Apache-2.0
*/