Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb26f48

Browse files
authoredApr 2, 2024··
Update HttpsOTAUpdate.cpp
1 parent 14fa234 commit cb26f48

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
 

‎libraries/Update/src/HttpsOTAUpdate.cpp

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
/*
2-
This code is in the Public Domain (or CC0 licensed, at your option.)
1+
/*
2+
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
36

4-
Unless required by applicable law or agreed to in writing, this
5-
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
6-
CONDITIONS OF ANY KIND, either express or implied.
7-
*/
87
#include <stdio.h>
98
#include <string.h>
109

0 commit comments

Comments
 (0)
Please sign in to comment.