Skip to content

Commit 01e49b3

Browse files
committed
Update copyright year
1 parent 8f7e793 commit 01e49b3

File tree

357 files changed

+364
-364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

357 files changed

+364
-364
lines changed

ArduinoJson.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ArduinoJson - https://arduinojson.org
2-
// Copyright © 2014-2024, Benoit BLANCHON
2+
// Copyright © 2014-2025, Benoit BLANCHON
33
// MIT License
44

55
#include "src/ArduinoJson.h"

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ArduinoJson - https://arduinojson.org
2-
# Copyright © 2014-2024, Benoit BLANCHON
2+
# Copyright © 2014-2025, Benoit BLANCHON
33
# MIT License
44

55
cmake_minimum_required(VERSION 3.15)

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22
---------------------
33

4-
Copyright © 2014-2024, Benoit BLANCHON
4+
Copyright © 2014-2025, Benoit BLANCHON
55

66
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:
77

examples/JsonConfigFile/JsonConfigFile.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ArduinoJson - https://arduinojson.org
2-
// Copyright © 2014-2024, Benoit BLANCHON
2+
// Copyright © 2014-2025, Benoit BLANCHON
33
// MIT License
44
//
55
// This example shows how to store your project configuration in a file.

examples/JsonFilterExample/JsonFilterExample.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ArduinoJson - https://arduinojson.org
2-
// Copyright © 2014-2024, Benoit BLANCHON
2+
// Copyright © 2014-2025, Benoit BLANCHON
33
// MIT License
44
//
55
// This example shows how to use DeserializationOption::Filter

examples/JsonGeneratorExample/JsonGeneratorExample.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ArduinoJson - https://arduinojson.org
2-
// Copyright © 2014-2024, Benoit BLANCHON
2+
// Copyright © 2014-2025, Benoit BLANCHON
33
// MIT License
44
//
55
// This example shows how to generate a JSON document with ArduinoJson.

examples/JsonHttpClient/JsonHttpClient.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ArduinoJson - https://arduinojson.org
2-
// Copyright © 2014-2024, Benoit BLANCHON
2+
// Copyright © 2014-2025, Benoit BLANCHON
33
// MIT License
44
//
55
// This example shows how to parse a JSON document in an HTTP response.

examples/JsonParserExample/JsonParserExample.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ArduinoJson - https://arduinojson.org
2-
// Copyright © 2014-2024, Benoit BLANCHON
2+
// Copyright © 2014-2025, Benoit BLANCHON
33
// MIT License
44
//
55
// This example shows how to deserialize a JSON document with ArduinoJson.

examples/JsonServer/JsonServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ArduinoJson - https://arduinojson.org
2-
// Copyright © 2014-2024, Benoit BLANCHON
2+
// Copyright © 2014-2025, Benoit BLANCHON
33
// MIT License
44
//
55
// This example shows how to implement an HTTP server that sends a JSON document

examples/JsonUdpBeacon/JsonUdpBeacon.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ArduinoJson - https://arduinojson.org
2-
// Copyright © 2014-2024, Benoit BLANCHON
2+
// Copyright © 2014-2025, Benoit BLANCHON
33
// MIT License
44
//
55
// This example shows how to send a JSON document to a UDP socket.

0 commit comments

Comments
 (0)