Updated copyright headers

This commit is contained in:
gabime
2019-06-04 00:09:16 +03:00
parent eea9d6136f
commit bcfa9241b8
56 changed files with 145 additions and 126 deletions

View File

@@ -1,4 +1,4 @@
// Copyright(c) 2015-present Gabi Melman & spdlog contributors.
// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#pragma once
@@ -223,7 +223,6 @@ std::unique_ptr<T> make_unique(Args &&... args)
#endif
} // namespace details
} // namespace spdlog
#ifdef SPDLOG_HEADER_ONLY