Updated copyright year

This commit is contained in:
Benoit Blanchon
2015-08-20 15:15:59 +02:00
parent 75f8e25aed
commit 0a1c27f873
6 changed files with 15 additions and 14 deletions

View File

@ -1,7 +1,8 @@
/*
* Arduino JSON library - IndentedPrint example
* Benoit Blanchon 2014 - MIT License
*/
// Copyright Benoit Blanchon 2014-2015
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include <ArduinoJson.h>
@ -27,4 +28,4 @@ void setup() {
void loop() {
// not used in this example
}
}