1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Fix license headers in new files

This commit is contained in:
Ivan Grokhotkov
2016-03-03 12:59:50 +03:00
parent 1f97e000d0
commit 266962f9fe
7 changed files with 127 additions and 78 deletions

View File

@ -1,10 +1,18 @@
//
// spiffs_mock.cpp
// esp8266-host-tests
//
// Created by Ivan Grokhotkov on 03/03/16.
// Copyright © 2016 esp8266.com. All rights reserved.
//
/*
spiffs_mock.cpp - SPIFFS HAL mock for host side testing
Copyright © 2016 Ivan Grokhotkov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
*/
#include "spiffs_mock.h"
#include "spiffs/spiffs.h"