Cleaned up repository and add licensing notices to files. Project licensed under Mozilla Public License.

This commit is contained in:
2022-09-06 17:37:04 +10:00
parent 03da61a716
commit 027c9fa999
23 changed files with 497 additions and 1417 deletions

View File

@@ -420,7 +420,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<WarningLevel>EnableAllWarnings</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>

View File

@@ -1,3 +1,8 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0.If a copy of the MPL was not distributed with this
* file, You can obtain one at http ://mozilla.org/MPL/2.0/.
*/
#include "ESPReader.h"
#include <stdio.h>