feat(example): Use CC0 license for examples

This commit is contained in:
Wu Jian Gang
2018-04-12 14:03:21 +08:00
parent 5db18b014a
commit f30b84f3d4
23 changed files with 173 additions and 441 deletions

View File

@ -1,3 +1,12 @@
/* SPIFFS test example
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.
*/
#include "esp_spiffs.h"
#include "esp_ssc.h"
#include "esp_system.h"