diff --git a/include/ArduinoJson/Arduino/Print.hpp b/include/ArduinoJson/Arduino/Print.hpp index dea9ebd6..e4b06f21 100644 --- a/include/ArduinoJson/Arduino/Print.hpp +++ b/include/ArduinoJson/Arduino/Print.hpp @@ -1,7 +1,8 @@ -/* - * Arduino JSON library - * Benoit Blanchon 2014 - MIT License - */ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson #pragma once diff --git a/include/ArduinoJson/Arduino/Printable.hpp b/include/ArduinoJson/Arduino/Printable.hpp index 945ac224..504212a3 100644 --- a/include/ArduinoJson/Arduino/Printable.hpp +++ b/include/ArduinoJson/Arduino/Printable.hpp @@ -1,7 +1,8 @@ -/* - * Arduino JSON library - * Benoit Blanchon 2014 - MIT License - */ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson #pragma once diff --git a/include/ArduinoJson/Internals/CompactJsonWriter.hpp b/include/ArduinoJson/Internals/CompactJsonWriter.hpp index e1252868..c845e585 100644 --- a/include/ArduinoJson/Internals/CompactJsonWriter.hpp +++ b/include/ArduinoJson/Internals/CompactJsonWriter.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "ArduinoJson/Internals/JsonWriter.hpp" diff --git a/include/ArduinoJson/Internals/IndentedPrint.hpp b/include/ArduinoJson/Internals/IndentedPrint.hpp index daf4d392..a665b5bd 100644 --- a/include/ArduinoJson/Internals/IndentedPrint.hpp +++ b/include/ArduinoJson/Internals/IndentedPrint.hpp @@ -1,7 +1,8 @@ -/* -* Arduino JSON library -* Benoit Blanchon 2014 - MIT License -*/ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson #pragma once diff --git a/include/ArduinoJson/Internals/JsonNode.hpp b/include/ArduinoJson/Internals/JsonNode.hpp index f643eca5..232ca096 100644 --- a/include/ArduinoJson/Internals/JsonNode.hpp +++ b/include/ArduinoJson/Internals/JsonNode.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once namespace ArduinoJson { diff --git a/include/ArduinoJson/Internals/JsonNodeIterator.hpp b/include/ArduinoJson/Internals/JsonNodeIterator.hpp index 49e4258c..40310268 100644 --- a/include/ArduinoJson/Internals/JsonNodeIterator.hpp +++ b/include/ArduinoJson/Internals/JsonNodeIterator.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "JsonNode.hpp" diff --git a/include/ArduinoJson/Internals/JsonNodeWrapper.hpp b/include/ArduinoJson/Internals/JsonNodeWrapper.hpp index d7bb60d6..89a39424 100644 --- a/include/ArduinoJson/Internals/JsonNodeWrapper.hpp +++ b/include/ArduinoJson/Internals/JsonNodeWrapper.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "JsonNode.hpp" diff --git a/include/ArduinoJson/Internals/JsonParser.hpp b/include/ArduinoJson/Internals/JsonParser.hpp index 4a004de2..8e1b3567 100644 --- a/include/ArduinoJson/Internals/JsonParser.hpp +++ b/include/ArduinoJson/Internals/JsonParser.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "JsonNode.hpp" diff --git a/include/ArduinoJson/Internals/JsonWriter.hpp b/include/ArduinoJson/Internals/JsonWriter.hpp index 95c0badb..906e0fb7 100644 --- a/include/ArduinoJson/Internals/JsonWriter.hpp +++ b/include/ArduinoJson/Internals/JsonWriter.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "../Arduino/Print.hpp" diff --git a/include/ArduinoJson/Internals/PrettyJsonWriter.hpp b/include/ArduinoJson/Internals/PrettyJsonWriter.hpp index 63125c59..c27bf512 100644 --- a/include/ArduinoJson/Internals/PrettyJsonWriter.hpp +++ b/include/ArduinoJson/Internals/PrettyJsonWriter.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "JsonWriter.hpp" diff --git a/include/ArduinoJson/Internals/QuotedString.hpp b/include/ArduinoJson/Internals/QuotedString.hpp index c9ed44ed..5d341dea 100644 --- a/include/ArduinoJson/Internals/QuotedString.hpp +++ b/include/ArduinoJson/Internals/QuotedString.hpp @@ -1,7 +1,8 @@ -/* - * Arduino JSON library - * Benoit Blanchon 2014 - MIT License - */ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson #pragma once diff --git a/include/ArduinoJson/Internals/StringBuilder.hpp b/include/ArduinoJson/Internals/StringBuilder.hpp index 893530d2..8647fd1b 100644 --- a/include/ArduinoJson/Internals/StringBuilder.hpp +++ b/include/ArduinoJson/Internals/StringBuilder.hpp @@ -1,7 +1,8 @@ -/* - * Arduino JSON library - * Benoit Blanchon 2014 - MIT License - */ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson #pragma once diff --git a/include/ArduinoJson/JsonArray.hpp b/include/ArduinoJson/JsonArray.hpp index 5a2bb287..b32bbe9f 100644 --- a/include/ArduinoJson/JsonArray.hpp +++ b/include/ArduinoJson/JsonArray.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "JsonContainer.hpp" diff --git a/include/ArduinoJson/JsonArrayIterator.hpp b/include/ArduinoJson/JsonArrayIterator.hpp index 65746bdf..885d9d3c 100644 --- a/include/ArduinoJson/JsonArrayIterator.hpp +++ b/include/ArduinoJson/JsonArrayIterator.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "ArduinoJson/JsonValue.hpp" diff --git a/include/ArduinoJson/JsonBuffer.hpp b/include/ArduinoJson/JsonBuffer.hpp index 3405c59a..c34c2802 100644 --- a/include/ArduinoJson/JsonBuffer.hpp +++ b/include/ArduinoJson/JsonBuffer.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "JsonArray.hpp" diff --git a/include/ArduinoJson/JsonContainer.hpp b/include/ArduinoJson/JsonContainer.hpp index d128e3a1..1ed83442 100644 --- a/include/ArduinoJson/JsonContainer.hpp +++ b/include/ArduinoJson/JsonContainer.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "Arduino/Printable.hpp" diff --git a/include/ArduinoJson/JsonObject.hpp b/include/ArduinoJson/JsonObject.hpp index 5d0c2031..4200131c 100644 --- a/include/ArduinoJson/JsonObject.hpp +++ b/include/ArduinoJson/JsonObject.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "ArduinoJson/JsonContainer.hpp" diff --git a/include/ArduinoJson/JsonObjectIterator.hpp b/include/ArduinoJson/JsonObjectIterator.hpp index 308e80f4..bace32df 100644 --- a/include/ArduinoJson/JsonObjectIterator.hpp +++ b/include/ArduinoJson/JsonObjectIterator.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "ArduinoJson/JsonObjectKeyValue.hpp" diff --git a/include/ArduinoJson/JsonObjectKeyValue.hpp b/include/ArduinoJson/JsonObjectKeyValue.hpp index edc7a374..ff248e73 100644 --- a/include/ArduinoJson/JsonObjectKeyValue.hpp +++ b/include/ArduinoJson/JsonObjectKeyValue.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "ArduinoJson/JsonValue.hpp" diff --git a/include/ArduinoJson/JsonValue.hpp b/include/ArduinoJson/JsonValue.hpp index 128e1d31..9804f50a 100644 --- a/include/ArduinoJson/JsonValue.hpp +++ b/include/ArduinoJson/JsonValue.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "Internals/JsonNodeWrapper.hpp" diff --git a/include/ArduinoJson/StaticJsonBuffer.hpp b/include/ArduinoJson/StaticJsonBuffer.hpp index 9d0200db..c5fcd5d0 100644 --- a/include/ArduinoJson/StaticJsonBuffer.hpp +++ b/include/ArduinoJson/StaticJsonBuffer.hpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #pragma once #include "JsonBuffer.hpp" diff --git a/src/Arduino/Print.cpp b/src/Arduino/Print.cpp index cbc0f5ce..7d701d07 100644 --- a/src/Arduino/Print.cpp +++ b/src/Arduino/Print.cpp @@ -1,7 +1,8 @@ -/* - * Arduino JSON library - * Benoit Blanchon 2014 - MIT License - */ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson #ifndef ARDUINO diff --git a/src/Internals/CompactJsonWriter.cpp b/src/Internals/CompactJsonWriter.cpp index 4f6935a5..587496b3 100644 --- a/src/Internals/CompactJsonWriter.cpp +++ b/src/Internals/CompactJsonWriter.cpp @@ -1 +1,7 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include "ArduinoJson/Internals/CompactJsonWriter.hpp" diff --git a/src/Internals/IndentedPrint.cpp b/src/Internals/IndentedPrint.cpp index c9736689..737eb5bb 100644 --- a/src/Internals/IndentedPrint.cpp +++ b/src/Internals/IndentedPrint.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include "ArduinoJson/Internals/IndentedPrint.hpp" using namespace ArduinoJson::Internals; diff --git a/src/Internals/JsonNode.cpp b/src/Internals/JsonNode.cpp index 9d3c0a0b..ac91b8ff 100644 --- a/src/Internals/JsonNode.cpp +++ b/src/Internals/JsonNode.cpp @@ -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/JsonWriter.hpp" diff --git a/src/Internals/JsonParser.cpp b/src/Internals/JsonParser.cpp index 713eb466..308de6cf 100644 --- a/src/Internals/JsonParser.cpp +++ b/src/Internals/JsonParser.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include "ArduinoJson/Internals/JsonParser.hpp" #include // for strtol, strtod diff --git a/src/Internals/JsonWriter.cpp b/src/Internals/JsonWriter.cpp index c3be8964..a3651153 100644 --- a/src/Internals/JsonWriter.cpp +++ b/src/Internals/JsonWriter.cpp @@ -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/QuotedString.hpp" diff --git a/src/Internals/PrettyJsonWriter.cpp b/src/Internals/PrettyJsonWriter.cpp index e0635c63..b6a03812 100644 --- a/src/Internals/PrettyJsonWriter.cpp +++ b/src/Internals/PrettyJsonWriter.cpp @@ -1 +1,7 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include "ArduinoJson/Internals/PrettyJsonWriter.hpp" diff --git a/src/Internals/QuotedString.cpp b/src/Internals/QuotedString.cpp index 9231f6fa..41128893 100644 --- a/src/Internals/QuotedString.cpp +++ b/src/Internals/QuotedString.cpp @@ -1,7 +1,8 @@ -/* - * Arduino JSON library - * Benoit Blanchon 2014 - MIT License - */ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson #include "ArduinoJson/Internals/QuotedString.hpp" diff --git a/src/Internals/StringBuilder.cpp b/src/Internals/StringBuilder.cpp index d201c013..cfdcc9e0 100644 --- a/src/Internals/StringBuilder.cpp +++ b/src/Internals/StringBuilder.cpp @@ -1,7 +1,8 @@ -/* - * Arduino JSON library - * Benoit Blanchon 2014 - MIT License - */ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson #include "ArduinoJson/Internals/StringBuilder.hpp" diff --git a/src/JsonArray.cpp b/src/JsonArray.cpp index 549ea6f6..1af813f9 100644 --- a/src/JsonArray.cpp +++ b/src/JsonArray.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include "ArduinoJson/JsonArray.hpp" #include "ArduinoJson/JsonObject.hpp" #include "ArduinoJson/JsonValue.hpp" diff --git a/src/JsonBuffer.cpp b/src/JsonBuffer.cpp index 587a57fc..2d0882db 100644 --- a/src/JsonBuffer.cpp +++ b/src/JsonBuffer.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include "ArduinoJson/JsonBuffer.hpp" #include diff --git a/src/JsonContainer.cpp b/src/JsonContainer.cpp index db87b85c..0a8f8c98 100644 --- a/src/JsonContainer.cpp +++ b/src/JsonContainer.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include "ArduinoJson/JsonContainer.hpp" #include "ArduinoJson/JsonBuffer.hpp" diff --git a/src/JsonObject.cpp b/src/JsonObject.cpp index 7eeacbcb..b50fb360 100644 --- a/src/JsonObject.cpp +++ b/src/JsonObject.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include "ArduinoJson/JsonObject.hpp" #include // for strcmp diff --git a/src/JsonValue.cpp b/src/JsonValue.cpp index 14e999bf..2ab6e7bd 100644 --- a/src/JsonValue.cpp +++ b/src/JsonValue.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include "ArduinoJson/JsonValue.hpp" #include "ArduinoJson/JsonArray.hpp" diff --git a/test/Issue10.cpp b/test/Issue10.cpp index 4af8647d..aae0e301 100644 --- a/test/Issue10.cpp +++ b/test/Issue10.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include #include diff --git a/test/JsonArray_Container_Tests.cpp b/test/JsonArray_Container_Tests.cpp index 28c37926..00d0e11c 100644 --- a/test/JsonArray_Container_Tests.cpp +++ b/test/JsonArray_Container_Tests.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include #include diff --git a/test/JsonArray_Iterator_Tests.cpp b/test/JsonArray_Iterator_Tests.cpp index f479a75c..6ebfcb0a 100644 --- a/test/JsonArray_Iterator_Tests.cpp +++ b/test/JsonArray_Iterator_Tests.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include #include diff --git a/test/JsonArray_PrettyPrintTo_Tests.cpp b/test/JsonArray_PrettyPrintTo_Tests.cpp index 7c8639da..84c51f31 100644 --- a/test/JsonArray_PrettyPrintTo_Tests.cpp +++ b/test/JsonArray_PrettyPrintTo_Tests.cpp @@ -1,7 +1,8 @@ -/* -* Arduino JSON library -* Benoit Blanchon 2014 - MIT License -*/ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson #include #include diff --git a/test/JsonArray_PrintTo_Tests.cpp b/test/JsonArray_PrintTo_Tests.cpp index e8233fbf..49466c4f 100644 --- a/test/JsonArray_PrintTo_Tests.cpp +++ b/test/JsonArray_PrintTo_Tests.cpp @@ -1,7 +1,8 @@ -/* -* Arduino JSON library -* Benoit Blanchon 2014 - MIT License -*/ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson #include #include diff --git a/test/JsonObject_Container_Tests.cpp b/test/JsonObject_Container_Tests.cpp index a8fd3f56..2497c9ae 100644 --- a/test/JsonObject_Container_Tests.cpp +++ b/test/JsonObject_Container_Tests.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include #include diff --git a/test/JsonObject_Iterator_Tests.cpp b/test/JsonObject_Iterator_Tests.cpp index 77117b36..ee0e6f15 100644 --- a/test/JsonObject_Iterator_Tests.cpp +++ b/test/JsonObject_Iterator_Tests.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include #include diff --git a/test/JsonObject_PrettyPrintTo_Tests.cpp b/test/JsonObject_PrettyPrintTo_Tests.cpp index 032eb04a..ee9ce732 100644 --- a/test/JsonObject_PrettyPrintTo_Tests.cpp +++ b/test/JsonObject_PrettyPrintTo_Tests.cpp @@ -1,7 +1,8 @@ -/* -* Arduino JSON library -* Benoit Blanchon 2014 - MIT License -*/ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson #include #include diff --git a/test/JsonObject_Serialization_Tests.cpp b/test/JsonObject_Serialization_Tests.cpp index 8035678b..abd72087 100644 --- a/test/JsonObject_Serialization_Tests.cpp +++ b/test/JsonObject_Serialization_Tests.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include #include diff --git a/test/JsonParser_Array_Tests.cpp b/test/JsonParser_Array_Tests.cpp index 1c126766..eb7e2cea 100644 --- a/test/JsonParser_Array_Tests.cpp +++ b/test/JsonParser_Array_Tests.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include #include diff --git a/test/JsonParser_Nested_Tests.cpp b/test/JsonParser_Nested_Tests.cpp index 11fc852e..0425ce37 100644 --- a/test/JsonParser_Nested_Tests.cpp +++ b/test/JsonParser_Nested_Tests.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include diff --git a/test/JsonParser_Object_Tests.cpp b/test/JsonParser_Object_Tests.cpp index 20124be6..1f0ee52a 100644 --- a/test/JsonParser_Object_Tests.cpp +++ b/test/JsonParser_Object_Tests.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include #include diff --git a/test/JsonValueTests.cpp b/test/JsonValueTests.cpp index 5d23723b..9c71f118 100644 --- a/test/JsonValueTests.cpp +++ b/test/JsonValueTests.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include #include diff --git a/test/QuotedString_ExtractFrom_Tests.cpp b/test/QuotedString_ExtractFrom_Tests.cpp index 03f149cb..6bb8ef4d 100644 --- a/test/QuotedString_ExtractFrom_Tests.cpp +++ b/test/QuotedString_ExtractFrom_Tests.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include diff --git a/test/QuotedString_PrintTo_Tests.cpp b/test/QuotedString_PrintTo_Tests.cpp index 4db3a5a1..36c535ea 100644 --- a/test/QuotedString_PrintTo_Tests.cpp +++ b/test/QuotedString_PrintTo_Tests.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include diff --git a/test/StaticJsonBufferTests.cpp b/test/StaticJsonBufferTests.cpp index a9a89deb..c66328cf 100644 --- a/test/StaticJsonBufferTests.cpp +++ b/test/StaticJsonBufferTests.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include #include diff --git a/test/StringBuilderTests.cpp b/test/StringBuilderTests.cpp index f2f08728..dcb0c533 100644 --- a/test/StringBuilderTests.cpp +++ b/test/StringBuilderTests.cpp @@ -1,3 +1,9 @@ +// Copyright Benoit Blanchon 2014 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson + #include #include