Skip to content

Commit

Permalink
Adjust Update Library license (#9448)
Browse files Browse the repository at this point in the history
* Adjust Update Library license

* Update Update.h

* Update Updater.cpp
  • Loading branch information
SuGlider committed Apr 2, 2024
1 parent 9da60f4 commit c2a8e25
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libraries/Update/src/HttpsOTAUpdate.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* 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
#define HTTPSOTAUPDATE_H
#include "esp_http_client.h"
Expand Down
6 changes: 6 additions & 0 deletions libraries/Update/src/Update.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef ESP32UPDATER_H
#define ESP32UPDATER_H

Expand Down
6 changes: 6 additions & 0 deletions libraries/Update/src/Updater.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/

#include "Update.h"
#include "Arduino.h"
#include "esp_spi_flash.h"
Expand Down

0 comments on commit c2a8e25

Please sign in to comment.