From e4adb54cf54aaadc4dac2e0ffe9eda5cc407e438 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Fri, 29 Dec 2023 12:13:31 -0800 Subject: [PATCH] Copyright for CMakeists.txt --- .../wolfssl_echoserver/CMakeLists.txt | 24 +++++++++++++++++++ .../components/wolfssh/CMakeLists.txt | 1 + .../wolfssl_echoserver/main/CMakeLists.txt | 23 ++++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/CMakeLists.txt b/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/CMakeLists.txt index 78e6ef9ea..2aa67b499 100644 --- a/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/CMakeLists.txt +++ b/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/CMakeLists.txt @@ -1,3 +1,27 @@ +# [wolfSSL Project]/CMakeLists.txt +# +# Copyright (C) 2006-2023 WOLFSSL Inc. +# +# This file is part of WOLFSSH. +# +# WOLFSSH is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# WOLFSSH 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. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA +# +# cmake for WOLFSSH Espressif projects +# +# See https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/build-system.html + # wolfSSL Espressif Example Project CMakeLists.txt # v1.0 # diff --git a/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/components/wolfssh/CMakeLists.txt b/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/components/wolfssh/CMakeLists.txt index 3a84a5f60..6d54b9e74 100644 --- a/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/components/wolfssh/CMakeLists.txt +++ b/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/components/wolfssh/CMakeLists.txt @@ -1,3 +1,4 @@ +# Espressif component/wolfssh/CMakeLists.txt # # Copyright (C) 2006-2023 WOLFSSL Inc. # diff --git a/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/main/CMakeLists.txt b/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/main/CMakeLists.txt index c6bf199dd..d58c2ae1c 100644 --- a/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/main/CMakeLists.txt +++ b/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/main/CMakeLists.txt @@ -1,3 +1,26 @@ +# [wolfSSL Project]/main/CMakeLists.txt +# +# Copyright (C) 2006-2023 WOLFSSL Inc. +# +# This file is part of WOLFSSH. +# +# WOLFSSH is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# WOLFSSH 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. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA +# +# cmake for WOLFSSH Espressif projects +# +# See https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/build-system.html # wolfSSL wolfSSH Espressif Example Project/main/CMakeLists.txt # v1.0 #