Skip to content

Commit

Permalink
Set Apache license to Update Library (#9446)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
SuGlider committed Apr 2, 2024
1 parent e4a5785 commit e709b9a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libraries/Update/src/HttpsOTAUpdate.h
Original file line number Diff line number Diff line change
@@ -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
#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 "spi_flash_mmap.h"
Expand Down

0 comments on commit e709b9a

Please sign in to comment.