Set Apache license to Update Library (#9446)

* feat: update license

* feat: update license

* feat: update license

* feat: update license

* feat: license

* Update Update.h

* Update HttpsOTAUpdate.h

* Update HttpsOTAUpdate.cpp

* Update HttpsOTAUpdate.cpp

* Update HttpsOTAUpdate.cpp

* Update HttpsOTAUpdate.cpp

* Update HttpsOTAUpdate.cpp

* Update HttpsOTAUpdate.h
This commit is contained in:
Rodrigo Garcia 2024-04-02 13:35:05 -03:00 committed by GitHub
parent e4a57854a6
commit e709b9a388
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,11 @@
/* OTA task
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
*/
#ifndef HTTPSOTAUPDATE_H #ifndef HTTPSOTAUPDATE_H
#define HTTPSOTAUPDATE_H #define HTTPSOTAUPDATE_H
#include "esp_http_client.h" #include "esp_http_client.h"

View file

@ -1,3 +1,9 @@
/*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ESP32UPDATER_H #ifndef ESP32UPDATER_H
#define ESP32UPDATER_H #define ESP32UPDATER_H

View file

@ -1,3 +1,9 @@
/*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "Update.h" #include "Update.h"
#include "Arduino.h" #include "Arduino.h"
#include "spi_flash_mmap.h" #include "spi_flash_mmap.h"