Skip to content

Commit

Permalink
Update copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Jan 1, 2022
1 parent 8f9599c commit af18994
Show file tree
Hide file tree
Showing 332 changed files with 333 additions and 333 deletions.
2 changes: 1 addition & 1 deletion ArduinoJson.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include "src/ArduinoJson.h"
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ArduinoJson - https://arduinojson.org
# Copyright Benoit Blanchon 2014-2021
# Copyright © 2014-2022, Benoit BLANCHON
# MIT License

cmake_minimum_required(VERSION 3.15)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)
---------------------

Copyright © 2014-2021 Benoit BLANCHON
Copyright © 2014-2022, Benoit BLANCHON

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:

Expand Down
2 changes: 1 addition & 1 deletion examples/JsonConfigFile/JsonConfigFile.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License
//
// This example shows how to store your project configuration in a file.
Expand Down
2 changes: 1 addition & 1 deletion examples/JsonFilterExample/JsonFilterExample.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License
//
// This example shows how to use DeserializationOpion::Filter
Expand Down
2 changes: 1 addition & 1 deletion examples/JsonGeneratorExample/JsonGeneratorExample.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License
//
// This example shows how to generate a JSON document with ArduinoJson.
Expand Down
2 changes: 1 addition & 1 deletion examples/JsonHttpClient/JsonHttpClient.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License
//
// This example shows how to parse a JSON document in an HTTP response.
Expand Down
2 changes: 1 addition & 1 deletion examples/JsonParserExample/JsonParserExample.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License
//
// This example shows how to deserialize a JSON document with ArduinoJson.
Expand Down
2 changes: 1 addition & 1 deletion examples/JsonServer/JsonServer.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License
//
// This example shows how to implement an HTTP server that sends a JSON document
Expand Down
2 changes: 1 addition & 1 deletion examples/JsonUdpBeacon/JsonUdpBeacon.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License
//
// This example shows how to send a JSON document to a UDP socket.
Expand Down
2 changes: 1 addition & 1 deletion examples/MsgPackParser/MsgPackParser.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License
//
// This example shows how to deserialize a MessagePack document with
Expand Down
2 changes: 1 addition & 1 deletion examples/ProgmemExample/ProgmemExample.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License
//
// This example shows the different ways you can use Flash strings with
Expand Down
2 changes: 1 addition & 1 deletion examples/StringExample/StringExample.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License
//
// This example shows the different ways you can use String with ArduinoJson.
Expand Down
2 changes: 1 addition & 1 deletion extras/ci/espidf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ArduinoJson - https://arduinojson.org
# Copyright Benoit Blanchon 2014-2021
# Copyright © 2014-2022, Benoit BLANCHON
# MIT License

cmake_minimum_required(VERSION 3.5)
Expand Down
2 changes: 1 addition & 1 deletion extras/ci/espidf/main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ArduinoJson - https://arduinojson.org
# Copyright Benoit Blanchon 2014-2021
# Copyright © 2014-2022, Benoit BLANCHON
# MIT License

idf_component_register(SRCS "main.cpp"
Expand Down
2 changes: 1 addition & 1 deletion extras/ci/espidf/main/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/fuzzing/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ArduinoJson - https://arduinojson.org
# Copyright Benoit Blanchon 2014-2021
# Copyright © 2014-2022, Benoit BLANCHON
# MIT License

if(MSVC)
Expand Down
2 changes: 1 addition & 1 deletion extras/fuzzing/reproducer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

// This file is NOT use by Google's OSS fuzz
Expand Down
2 changes: 1 addition & 1 deletion extras/scripts/wandbox/JsonGeneratorExample.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License
//
// This example shows how to generate a JSON document with ArduinoJson.
Expand Down
2 changes: 1 addition & 1 deletion extras/scripts/wandbox/JsonParserExample.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License
//
// This example shows how to deserialize a JSON document with ArduinoJson.
Expand Down
2 changes: 1 addition & 1 deletion extras/scripts/wandbox/MsgPackParserExample.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License
//
// This example shows how to generate a JSON document with ArduinoJson.
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ArduinoJson - https://arduinojson.org
# Copyright Benoit Blanchon 2014-2021
# Copyright © 2014-2022, Benoit BLANCHON
# MIT License

set(CMAKE_CXX_STANDARD 98)
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/Cpp11/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ArduinoJson - https://arduinojson.org
# Copyright Benoit Blanchon 2014-2021
# Copyright © 2014-2022, Benoit BLANCHON
# MIT License

if("cxx_nullptr" IN_LIST CMAKE_CXX_COMPILE_FEATURES)
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/Cpp17/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ArduinoJson - https://arduinojson.org
# Copyright Benoit Blanchon 2014-2021
# Copyright © 2014-2022, Benoit BLANCHON
# MIT License

if(MSVC_VERSION LESS 1910)
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/Cpp20/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ArduinoJson - https://arduinojson.org
# Copyright Benoit Blanchon 2014-2021
# Copyright © 2014-2022, Benoit BLANCHON
# MIT License

if(MSVC_VERSION LESS 1910)
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/FailingBuilds/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ArduinoJson - https://arduinojson.org
# Copyright Benoit Blanchon 2014-2021
# Copyright © 2014-2022, Benoit BLANCHON
# MIT License

macro(build_should_fail target)
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/FailingBuilds/Issue1189.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/FailingBuilds/Issue978.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/FailingBuilds/assign_char.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/FailingBuilds/delete_jsondocument.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/FailingBuilds/read_long_long.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#define ARDUINOJSON_USE_LONG_LONG 0
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/FailingBuilds/variant_as_char.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/FailingBuilds/write_long_long.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#define ARDUINOJSON_USE_LONG_LONG 0
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/Helpers/Arduino.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/Helpers/CustomReader.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/Helpers/api/Print.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/Helpers/api/Stream.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/Helpers/api/String.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/Helpers/progmem_emulation.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <stdint.h> // uint8_t
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/IntegrationTests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ArduinoJson - https://arduinojson.org
# Copyright Benoit Blanchon 2014-2021
# Copyright © 2014-2022, Benoit BLANCHON
# MIT License

add_executable(IntegrationTests
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/IntegrationTests/gbathree.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/IntegrationTests/issue772.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/IntegrationTests/openweathermap.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/IntegrationTests/round_trip.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/JsonArray/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ArduinoJson - https://arduinojson.org
# Copyright Benoit Blanchon 2014-2021
# Copyright © 2014-2022, Benoit BLANCHON
# MIT License

add_executable(JsonArrayTests
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/JsonArray/add.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/JsonArray/clear.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/JsonArray/copyArray.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/JsonArray/createNested.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/JsonArray/equals.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/JsonArray/get.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/JsonArray/isNull.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/JsonArray/iterator.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/JsonArray/memoryUsage.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/JsonArray/nesting.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
2 changes: 1 addition & 1 deletion extras/tests/JsonArray/remove.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include <ArduinoJson.h>
Expand Down
Loading

0 comments on commit af18994

Please sign in to comment.