Update copyright notice

This commit is contained in:
Benoit Blanchon
2023-03-16 17:50:34 +01:00
parent ad4b13c8f0
commit 8340b36170
81 changed files with 90 additions and 90 deletions

View File

@ -1,5 +1,5 @@
# ArduinoJson - arduinojson.org # ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2019 # Copyright Benoit Blanchon 2014-2023
# MIT License # MIT License
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)") if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
@ -47,7 +47,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
add_compile_options(-Wnoexcept) add_compile_options(-Wnoexcept)
endif() endif()
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.7 AND if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.7 AND
CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8) CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
# avoid false positive with GCC 4.7 # avoid false positive with GCC 4.7
add_compile_options(-Wno-maybe-uninitialized) add_compile_options(-Wno-maybe-uninitialized)

View File

@ -1,8 +1,8 @@
# ArduinoJson - arduinojson.org # ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2019 # Copyright Benoit Blanchon 2014-2023
# MIT License # MIT License
add_executable(DynamicJsonBufferTests add_executable(DynamicJsonBufferTests
alloc.cpp alloc.cpp
createArray.cpp createArray.cpp
createObject.cpp createObject.cpp

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,8 @@
# ArduinoJson - arduinojson.org # ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2019 # Copyright Benoit Blanchon 2014-2023
# MIT License # MIT License
add_executable(IntegrationTests add_executable(IntegrationTests
gbathree.cpp gbathree.cpp
round_trip.cpp round_trip.cpp
) )

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,8 @@
# ArduinoJson - arduinojson.org # ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2019 # Copyright Benoit Blanchon 2014-2023
# MIT License # MIT License
add_executable(JsonArrayTests add_executable(JsonArrayTests
add.cpp add.cpp
basics.cpp basics.cpp
copyFrom.cpp copyFrom.cpp

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
# ArduinoJson - arduinojson.org # ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2019 # Copyright Benoit Blanchon 2014-2023
# MIT License # MIT License
add_executable(JsonBufferTests add_executable(JsonBufferTests

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
# ArduinoJson - arduinojson.org # ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2019 # Copyright Benoit Blanchon 2014-2023
# MIT License # MIT License
add_executable(JsonObjectTests add_executable(JsonObjectTests

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,8 @@
# ArduinoJson - arduinojson.org # ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2019 # Copyright Benoit Blanchon 2014-2023
# MIT License # MIT License
add_executable(JsonVariantTests add_executable(JsonVariantTests
as.cpp as.cpp
compare.cpp compare.cpp
copy.cpp copy.cpp

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,8 @@
# ArduinoJson - arduinojson.org # ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2019 # Copyright Benoit Blanchon 2014-2023
# MIT License # MIT License
add_executable(JsonWriterTests add_executable(JsonWriterTests
writeFloat.cpp writeFloat.cpp
writeString.cpp writeString.cpp
) )

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <catch.hpp> #include <catch.hpp>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <catch.hpp> #include <catch.hpp>

View File

@ -1,8 +1,8 @@
# ArduinoJson - arduinojson.org # ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2019 # Copyright Benoit Blanchon 2014-2023
# MIT License # MIT License
add_executable(MiscTests add_executable(MiscTests
empty.cpp empty.cpp
deprecated.cpp deprecated.cpp
FloatParts.cpp FloatParts.cpp

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson/Serialization/FloatParts.hpp> #include <ArduinoJson/Serialization/FloatParts.hpp>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#define ARDUINOJSON_ENABLE_DEPRECATED 1 #define ARDUINOJSON_ENABLE_DEPRECATED 1

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
// catch.hpp mutes several warnings, this file allows to detect them // catch.hpp mutes several warnings, this file allows to detect them

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson/version.hpp> #include <ArduinoJson/version.hpp>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,8 +1,8 @@
# ArduinoJson - arduinojson.org # ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2019 # Copyright Benoit Blanchon 2014-2023
# MIT License # MIT License
add_executable(PolyfillsTests add_executable(PolyfillsTests
isFloat.cpp isFloat.cpp
isInteger.cpp isInteger.cpp
parseFloat.cpp parseFloat.cpp

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson/Polyfills/isFloat.hpp> #include <ArduinoJson/Polyfills/isFloat.hpp>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson/Polyfills/isInteger.hpp> #include <ArduinoJson/Polyfills/isInteger.hpp>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson/Polyfills/parseFloat.hpp> #include <ArduinoJson/Polyfills/parseFloat.hpp>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <stdint.h> #include <stdint.h>

View File

@ -1,8 +1,8 @@
# ArduinoJson - arduinojson.org # ArduinoJson - arduinojson.org
# Copyright Benoit Blanchon 2014-2019 # Copyright Benoit Blanchon 2014-2023
# MIT License # MIT License
add_executable(StaticJsonBufferTests add_executable(StaticJsonBufferTests
alloc.cpp alloc.cpp
createArray.cpp createArray.cpp
createObject.cpp createObject.cpp

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>

View File

@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org // ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019 // Copyright Benoit Blanchon 2014-2023
// MIT License // MIT License
#include <ArduinoJson.h> #include <ArduinoJson.h>