Updated copyright year to 2019

This commit is contained in:
Benoit Blanchon
2019-02-15 13:34:37 +01:00
parent 0685a36f0e
commit 0d01e84336
174 changed files with 297 additions and 297 deletions

View File

@@ -1,5 +1,5 @@
// ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2018
// Copyright Benoit Blanchon 2014-2019
// MIT License
#pragma once
@@ -26,8 +26,8 @@ struct StringTraits<const TString, void> : StringTraits<TString> {};
template <typename TString>
struct StringTraits<TString&, void> : StringTraits<TString> {};
}
}
} // namespace Internals
} // namespace ArduinoJson
#include "ArduinoStream.hpp"
#include "CharPointer.hpp"