Skip to content

Set Apache license to Update Library #9446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Apr 2, 2024
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