8000 Updated copyright for 2015 · littlestrange/ArduinoJson@5e5f060 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e5f060

Browse files
committed
Updated copyright for 2015
1 parent 29ab5fc commit 5e5f060

File tree

70 files changed

+74
-75
lines changed

Some content is hidden

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

70 files changed

+74
-75
lines changed

include/ArduinoJson/Arduino/Print.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Benoit Blanchon 2014
1+
// Copyright Benoit Blanchon 2014-2015
22
// MIT License
33
//
44
// Arduino JSON library

include/ArduinoJson/DynamicJsonBuffer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Benoit Blanchon 2014
1+
// Copyright Benoit Blanchon 2014-2015
22
// MIT License
33
//
44
// Arduino JSON library

include/ArduinoJson/Internals/IndentedPrint.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Benoit Blanchon 2014
1+
// Copyright Benoit Blanchon 2014-2015
22
// MIT License
33
//
44
// Arduino JSON library

include/ArduinoJson/Internals/JsonBufferAllocated.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Benoit Blanchon 2014
1+
// Copyright Benoit Blanchon 2014-2015
22
// MIT License
33
//
44
// Arduino JSON library
@@ -17,8 +17,7 @@ class JsonBufferAllocated {
1717
return jsonBuffer->alloc(n);
1818
}
1919

20-
void operator delete(void*, JsonBuffer *) throw() {
21-
}
20+
void operator delete(void *, JsonBuffer *) throw() {}
2221
};
2322
}
2423
}

include/ArduinoJson/Internals/JsonParser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Benoit Blanchon 2014
1+
// Copyright Benoit Blanchon 2014-2015
22
// MIT License
33
//
44
// Arduino JSON library

include/ArduinoJson/Internals/JsonPrintable.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1 F987 -
// Copyright Benoit Blanchon 2014
1+
// Copyright Benoit Blanchon 2014-2015
22
// MIT License
33
//
44
// Arduino JSON library

include/ArduinoJson/Internals/JsonVariantContent.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Benoit Blanchon 2014
1+
// Copyright Benoit Blanchon 2014-2015
22
// MIT License
33
//
44
// Arduino JSON library

include/ArduinoJson/Internals/JsonVariantType.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Benoit Blanchon 2014
1+
// Copyright Benoit Blanchon 2014-2015
22
// MIT License
33
//
44
// Arduino JSON library

include/ArduinoJson/Internals/JsonWriter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Benoit Blanchon 2014
1+
// Copyright Benoit Blanchon 2014-2015
22
// MIT License
33
//
44
// Arduino JSON library

include/ArduinoJson/Internals/List.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Benoit Blanchon 2014
1+
// Copyright Benoit Blanchon 2014-2015
22
// MIT License
33
//
44
// Arduino JSON library

0 commit comments

Comments
 (0)
0