Added file headers with copyrights

This commit is contained in:
Benoit Blanchon
2014-10-23 23:39:22 +02:00
parent e3b4f5038d
commit e85f27c0f3
52 changed files with 301 additions and 44 deletions

View File

@ -1,7 +1,8 @@
/* // Copyright Benoit Blanchon 2014
* Arduino JSON library // MIT License
* Benoit Blanchon 2014 - MIT License //
*/ // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once

View File

@ -1,7 +1,8 @@
/* // Copyright Benoit Blanchon 2014
* Arduino JSON library // MIT License
* Benoit Blanchon 2014 - MIT License //
*/ // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "ArduinoJson/Internals/JsonWriter.hpp" #include "ArduinoJson/Internals/JsonWriter.hpp"

View File

@ -1,7 +1,8 @@
/* // Copyright Benoit Blanchon 2014
* Arduino JSON library // MIT License
* Benoit Blanchon 2014 - MIT License //
*/ // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
namespace ArduinoJson { namespace ArduinoJson {

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "JsonNode.hpp" #include "JsonNode.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "JsonNode.hpp" #include "JsonNode.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "JsonNode.hpp" #include "JsonNode.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "../Arduino/Print.hpp" #include "../Arduino/Print.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "JsonWriter.hpp" #include "JsonWriter.hpp"

View File

@ -1,7 +1,8 @@
/* // Copyright Benoit Blanchon 2014
* Arduino JSON library // MIT License
* Benoit Blanchon 2014 - MIT License //
*/ // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once

View File

@ -1,7 +1,8 @@
/* // Copyright Benoit Blanchon 2014
* Arduino JSON library // MIT License
* Benoit Blanchon 2014 - MIT License //
*/ // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "JsonContainer.hpp" #include "JsonContainer.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "ArduinoJson/JsonValue.hpp" #include "ArduinoJson/JsonValue.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "JsonArray.hpp" #include "JsonArray.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "Arduino/Printable.hpp" #include "Arduino/Printable.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "ArduinoJson/JsonContainer.hpp" #include "ArduinoJson/JsonContainer.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "ArduinoJson/JsonObjectKeyValue.hpp" #include "ArduinoJson/JsonObjectKeyValue.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "ArduinoJson/JsonValue.hpp" #include "ArduinoJson/JsonValue.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "Internals/JsonNodeWrapper.hpp" #include "Internals/JsonNodeWrapper.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#pragma once #pragma once
#include "JsonBuffer.hpp" #include "JsonBuffer.hpp"

View File

@ -1,7 +1,8 @@
/* // Copyright Benoit Blanchon 2014
* Arduino JSON library // MIT License
* Benoit Blanchon 2014 - MIT License //
*/ // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#ifndef ARDUINO #ifndef ARDUINO

View File

@ -1 +1,7 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "ArduinoJson/Internals/CompactJsonWriter.hpp" #include "ArduinoJson/Internals/CompactJsonWriter.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "ArduinoJson/Internals/IndentedPrint.hpp" #include "ArduinoJson/Internals/IndentedPrint.hpp"
using namespace ArduinoJson::Internals; using namespace ArduinoJson::Internals;

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "ArduinoJson/Internals/JsonNode.hpp" #include "ArduinoJson/Internals/JsonNode.hpp"
#include "ArduinoJson/Internals/JsonWriter.hpp" #include "ArduinoJson/Internals/JsonWriter.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "ArduinoJson/Internals/JsonParser.hpp" #include "ArduinoJson/Internals/JsonParser.hpp"
#include <stdlib.h> // for strtol, strtod #include <stdlib.h> // for strtol, strtod

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "ArduinoJson/Internals/JsonWriter.hpp" #include "ArduinoJson/Internals/JsonWriter.hpp"
#include "ArduinoJson/Internals/QuotedString.hpp" #include "ArduinoJson/Internals/QuotedString.hpp"

View File

@ -1 +1,7 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "ArduinoJson/Internals/PrettyJsonWriter.hpp" #include "ArduinoJson/Internals/PrettyJsonWriter.hpp"

View File

@ -1,7 +1,8 @@
/* // Copyright Benoit Blanchon 2014
* Arduino JSON library // MIT License
* Benoit Blanchon 2014 - MIT License //
*/ // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "ArduinoJson/Internals/QuotedString.hpp" #include "ArduinoJson/Internals/QuotedString.hpp"

View File

@ -1,7 +1,8 @@
/* // Copyright Benoit Blanchon 2014
* Arduino JSON library // MIT License
* Benoit Blanchon 2014 - MIT License //
*/ // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "ArduinoJson/Internals/StringBuilder.hpp" #include "ArduinoJson/Internals/StringBuilder.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "ArduinoJson/JsonArray.hpp" #include "ArduinoJson/JsonArray.hpp"
#include "ArduinoJson/JsonObject.hpp" #include "ArduinoJson/JsonObject.hpp"
#include "ArduinoJson/JsonValue.hpp" #include "ArduinoJson/JsonValue.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "ArduinoJson/JsonBuffer.hpp" #include "ArduinoJson/JsonBuffer.hpp"
#include <new> #include <new>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "ArduinoJson/JsonContainer.hpp" #include "ArduinoJson/JsonContainer.hpp"
#include "ArduinoJson/JsonBuffer.hpp" #include "ArduinoJson/JsonBuffer.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "ArduinoJson/JsonObject.hpp" #include "ArduinoJson/JsonObject.hpp"
#include <string.h> // for strcmp #include <string.h> // for strcmp

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "ArduinoJson/JsonValue.hpp" #include "ArduinoJson/JsonValue.hpp"
#include "ArduinoJson/JsonArray.hpp" #include "ArduinoJson/JsonArray.hpp"

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/JsonArray.hpp> #include <ArduinoJson/JsonArray.hpp>
#include <ArduinoJson/JsonObject.hpp> #include <ArduinoJson/JsonObject.hpp>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/StaticJsonBuffer.hpp> #include <ArduinoJson/StaticJsonBuffer.hpp>
#include <ArduinoJson/JsonValue.hpp> #include <ArduinoJson/JsonValue.hpp>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/JsonArray.hpp> #include <ArduinoJson/JsonArray.hpp>
#include <ArduinoJson/StaticJsonBuffer.hpp> #include <ArduinoJson/StaticJsonBuffer.hpp>

View File

@ -1,7 +1,8 @@
/* // Copyright Benoit Blanchon 2014
* Arduino JSON library // MIT License
* Benoit Blanchon 2014 - MIT License //
*/ // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/JsonArray.hpp> #include <ArduinoJson/JsonArray.hpp>

View File

@ -1,7 +1,8 @@
/* // Copyright Benoit Blanchon 2014
* Arduino JSON library // MIT License
* Benoit Blanchon 2014 - MIT License //
*/ // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/JsonArray.hpp> #include <ArduinoJson/JsonArray.hpp>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/StaticJsonBuffer.hpp> #include <ArduinoJson/StaticJsonBuffer.hpp>
#include <ArduinoJson/JsonValue.hpp> #include <ArduinoJson/JsonValue.hpp>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/JsonObject.hpp> #include <ArduinoJson/JsonObject.hpp>
#include <ArduinoJson/StaticJsonBuffer.hpp> #include <ArduinoJson/StaticJsonBuffer.hpp>

View File

@ -1,7 +1,8 @@
/* // Copyright Benoit Blanchon 2014
* Arduino JSON library // MIT License
* Benoit Blanchon 2014 - MIT License //
*/ // Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/JsonObject.hpp> #include <ArduinoJson/JsonObject.hpp>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/JsonArray.hpp> #include <ArduinoJson/JsonArray.hpp>
#include <ArduinoJson/JsonObject.hpp> #include <ArduinoJson/JsonObject.hpp>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/StaticJsonBuffer.hpp> #include <ArduinoJson/StaticJsonBuffer.hpp>
#include <ArduinoJson/JsonValue.hpp> #include <ArduinoJson/JsonValue.hpp>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/StaticJsonBuffer.hpp> #include <ArduinoJson/StaticJsonBuffer.hpp>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/StaticJsonBuffer.hpp> #include <ArduinoJson/StaticJsonBuffer.hpp>
#include <ArduinoJson/JsonValue.hpp> #include <ArduinoJson/JsonValue.hpp>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/StaticJsonBuffer.hpp> #include <ArduinoJson/StaticJsonBuffer.hpp>
#include <ArduinoJson/JsonValue.hpp> #include <ArduinoJson/JsonValue.hpp>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/Internals/QuotedString.hpp> #include <ArduinoJson/Internals/QuotedString.hpp>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/Internals/QuotedString.hpp> #include <ArduinoJson/Internals/QuotedString.hpp>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/StaticJsonBuffer.hpp> #include <ArduinoJson/StaticJsonBuffer.hpp>
#include <ArduinoJson/JsonValue.hpp> #include <ArduinoJson/JsonValue.hpp>

View File

@ -1,3 +1,9 @@
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ArduinoJson/Internals/StringBuilder.hpp> #include <ArduinoJson/Internals/StringBuilder.hpp>