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:
parent
e4a57854a6
commit
e709b9a388
3 changed files with 20 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue