From d7215282859ce369c89035254a693d81b793d9c7 Mon Sep 17 00:00:00 2001 From: Kapil Gupta Date: Sat, 13 May 2023 15:54:03 +0530 Subject: [PATCH] esp_hosted_ng: Update LICENCE in SPDX format --- esp_hosted_ng/host/esp_bt.c | 16 ++-------------- esp_hosted_ng/host/esp_cfg80211.c | 16 ++-------------- esp_hosted_ng/host/esp_cmd.c | 16 ++-------------- esp_hosted_ng/host/esp_stats.c | 16 ++-------------- esp_hosted_ng/host/esp_wpa_utils.c | 16 ++-------------- esp_hosted_ng/host/include/esp.h | 16 ++-------------- esp_hosted_ng/host/include/esp_api.h | 16 ++-------------- esp_hosted_ng/host/include/esp_bt_api.h | 16 ++-------------- esp_hosted_ng/host/include/esp_cfg80211.h | 16 ++-------------- esp_hosted_ng/host/include/esp_cmd.h | 16 ++-------------- esp_hosted_ng/host/include/esp_if.h | 16 ++-------------- esp_hosted_ng/host/include/esp_kernel_port.h | 16 ++-------------- esp_hosted_ng/host/include/esp_stats.h | 16 ++-------------- esp_hosted_ng/host/include/esp_wpa_utils.h | 16 ++-------------- esp_hosted_ng/host/main.c | 16 ++-------------- esp_hosted_ng/host/sdio/esp_sdio.c | 16 ++-------------- esp_hosted_ng/host/sdio/esp_sdio_api.c | 16 ++-------------- esp_hosted_ng/host/sdio/esp_sdio_api.h | 16 ++-------------- esp_hosted_ng/host/sdio/esp_sdio_decl.h | 16 ++-------------- esp_hosted_ng/host/spi/esp_spi.c | 16 ++-------------- esp_hosted_ng/host/spi/esp_spi.h | 16 +++------------- 21 files changed, 43 insertions(+), 293 deletions(-) diff --git a/esp_hosted_ng/host/esp_bt.c b/esp_hosted_ng/host/esp_bt.c index 5308821..819ed32 100644 --- a/esp_hosted_ng/host/esp_bt.c +++ b/esp_hosted_ng/host/esp_bt.c @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ -#include "esp_bt_api.h" #include "esp_api.h" #include "esp_kernel_port.h" diff --git a/esp_hosted_ng/host/esp_cfg80211.c b/esp_hosted_ng/host/esp_cfg80211.c index 6197933..148294e 100644 --- a/esp_hosted_ng/host/esp_cfg80211.c +++ b/esp_hosted_ng/host/esp_cfg80211.c @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #include "esp.h" #include "esp_api.h" #include "esp_cfg80211.h" diff --git a/esp_hosted_ng/host/esp_cmd.c b/esp_hosted_ng/host/esp_cmd.c index 2ef65b0..f9bbc77 100644 --- a/esp_hosted_ng/host/esp_cmd.c +++ b/esp_hosted_ng/host/esp_cmd.c @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #include "esp_cmd.h" #include "esp_api.h" #include "esp_wpa_utils.h" diff --git a/esp_hosted_ng/host/esp_stats.c b/esp_hosted_ng/host/esp_stats.c index d50d595..ad8e044 100644 --- a/esp_hosted_ng/host/esp_stats.c +++ b/esp_hosted_ng/host/esp_stats.c @@ -1,23 +1,11 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2022 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #include "esp_stats.h" #if TEST_RAW_TP diff --git a/esp_hosted_ng/host/esp_wpa_utils.c b/esp_hosted_ng/host/esp_wpa_utils.c index dcbc69e..d34c925 100644 --- a/esp_hosted_ng/host/esp_wpa_utils.c +++ b/esp_hosted_ng/host/esp_wpa_utils.c @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #include "esp_wpa_utils.h" diff --git a/esp_hosted_ng/host/include/esp.h b/esp_hosted_ng/host/include/esp.h index 9cb9d25..bc05f32 100644 --- a/esp_hosted_ng/host/include/esp.h +++ b/esp_hosted_ng/host/include/esp.h @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #ifndef __esp__h_ #define __esp__h_ diff --git a/esp_hosted_ng/host/include/esp_api.h b/esp_hosted_ng/host/include/esp_api.h index 4af1484..a9f7685 100644 --- a/esp_hosted_ng/host/include/esp_api.h +++ b/esp_hosted_ng/host/include/esp_api.h @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #ifndef _esp_api__h_ #define _esp_api__h_ diff --git a/esp_hosted_ng/host/include/esp_bt_api.h b/esp_hosted_ng/host/include/esp_bt_api.h index 7f172fe..94e42ef 100644 --- a/esp_hosted_ng/host/include/esp_bt_api.h +++ b/esp_hosted_ng/host/include/esp_bt_api.h @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #ifndef __esp_bt_api_h_ #define __esp_bt_api_h_ diff --git a/esp_hosted_ng/host/include/esp_cfg80211.h b/esp_hosted_ng/host/include/esp_cfg80211.h index fe052e7..05ac716 100644 --- a/esp_hosted_ng/host/include/esp_cfg80211.h +++ b/esp_hosted_ng/host/include/esp_cfg80211.h @@ -4,22 +4,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #include struct wireless_dev *esp_cfg80211_add_iface(struct wiphy *wiphy, diff --git a/esp_hosted_ng/host/include/esp_cmd.h b/esp_hosted_ng/host/include/esp_cmd.h index ecd6246..bf1b3eb 100644 --- a/esp_hosted_ng/host/include/esp_cmd.h +++ b/esp_hosted_ng/host/include/esp_cmd.h @@ -4,22 +4,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #include "esp.h" #define ESP_NUM_OF_CMD_NODES 20 diff --git a/esp_hosted_ng/host/include/esp_if.h b/esp_hosted_ng/host/include/esp_if.h index 53ff7b7..a90766b 100644 --- a/esp_hosted_ng/host/include/esp_if.h +++ b/esp_hosted_ng/host/include/esp_if.h @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #ifndef __ESP_IF__H_ #define __ESP_IF__H_ diff --git a/esp_hosted_ng/host/include/esp_kernel_port.h b/esp_hosted_ng/host/include/esp_kernel_port.h index 42d730a..bd07276 100644 --- a/esp_hosted_ng/host/include/esp_kernel_port.h +++ b/esp_hosted_ng/host/include/esp_kernel_port.h @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #ifndef _esp_kernel_port__h_ #define _esp_kernel_port__h_ diff --git a/esp_hosted_ng/host/include/esp_stats.h b/esp_hosted_ng/host/include/esp_stats.h index c840a44..07ecb84 100644 --- a/esp_hosted_ng/host/include/esp_stats.h +++ b/esp_hosted_ng/host/include/esp_stats.h @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #ifndef __ESP_STAT__H__ #define __ESP_STAT__H__ diff --git a/esp_hosted_ng/host/include/esp_wpa_utils.h b/esp_hosted_ng/host/include/esp_wpa_utils.h index 9991b4d..ef90a4c 100644 --- a/esp_hosted_ng/host/include/esp_wpa_utils.h +++ b/esp_hosted_ng/host/include/esp_wpa_utils.h @@ -4,22 +4,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #include "esp.h" #define WPA_CIPHER_NONE BIT(0) diff --git a/esp_hosted_ng/host/main.c b/esp_hosted_ng/host/main.c index c5cb875..2599e5c 100644 --- a/esp_hosted_ng/host/main.c +++ b/esp_hosted_ng/host/main.c @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #include #include #include diff --git a/esp_hosted_ng/host/sdio/esp_sdio.c b/esp_hosted_ng/host/sdio/esp_sdio.c index 5e8db7c..8d43f63 100644 --- a/esp_hosted_ng/host/sdio/esp_sdio.c +++ b/esp_hosted_ng/host/sdio/esp_sdio.c @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #include #include #include diff --git a/esp_hosted_ng/host/sdio/esp_sdio_api.c b/esp_hosted_ng/host/sdio/esp_sdio_api.c index 64739b0..a86e98c 100644 --- a/esp_hosted_ng/host/sdio/esp_sdio_api.c +++ b/esp_hosted_ng/host/sdio/esp_sdio_api.c @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #include #include #include diff --git a/esp_hosted_ng/host/sdio/esp_sdio_api.h b/esp_hosted_ng/host/sdio/esp_sdio_api.h index 1e26d73..718395f 100644 --- a/esp_hosted_ng/host/sdio/esp_sdio_api.h +++ b/esp_hosted_ng/host/sdio/esp_sdio_api.h @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #ifndef _ESP_SDIO_API_H_ #define _ESP_SDIO_API_H_ #include "esp_sdio_decl.h" diff --git a/esp_hosted_ng/host/sdio/esp_sdio_decl.h b/esp_hosted_ng/host/sdio/esp_sdio_decl.h index 1758d5b..1a4088a 100644 --- a/esp_hosted_ng/host/sdio/esp_sdio_decl.h +++ b/esp_hosted_ng/host/sdio/esp_sdio_decl.h @@ -1,22 +1,10 @@ /* * Espressif Systems Wireless LAN device driver * - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ - #ifndef _ESP_DECL_H_ #define _ESP_DECL_H_ diff --git a/esp_hosted_ng/host/spi/esp_spi.c b/esp_hosted_ng/host/spi/esp_spi.c index 91e1086..38472ca 100644 --- a/esp_hosted_ng/host/spi/esp_spi.c +++ b/esp_hosted_ng/host/spi/esp_spi.c @@ -1,20 +1,8 @@ /* - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include #include diff --git a/esp_hosted_ng/host/spi/esp_spi.h b/esp_hosted_ng/host/spi/esp_spi.h index 577c562..00d53e1 100644 --- a/esp_hosted_ng/host/spi/esp_spi.h +++ b/esp_hosted_ng/host/spi/esp_spi.h @@ -1,19 +1,9 @@ /* - * Copyright (C) 2015-2021 Espressif Systems (Shanghai) PTE LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * - * This software file (the "File") is distributed by Espressif Systems (Shanghai) - * PTE LTD under the terms of the GNU General Public License Version 2, June 1991 - * (the "License"). You may use, redistribute and/or modify this File in - * accordance with the terms and conditions of the License, a copy of which - * is available by writing to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the - * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. - * - * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE - * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE - * ARE EXPRESSLY DISCLAIMED. The License provides additional details about - * this warranty disclaimer. + * SPDX-License-Identifier: GPL-2.0-only */ + #ifndef _ESP_SPI_H_ #define _ESP_SPI_H_ -- 2.42.0