Normalized copyright message

This commit is contained in:
gabime
2019-05-11 20:06:17 +03:00
parent 005450ff13
commit 46ef71e3ec
52 changed files with 106 additions and 132 deletions

View File

@@ -1,10 +1,12 @@
// Formatting library for C++
//
// Copyright (c) 2012 - 2016, Victor Zverovich
// All rights reserved.
//
// For the license information refer to format.h.
// Slightly modified version of fmt lib to include bundled format-inl.h
#if !defined(SPDLOG_FMT_EXTERNAL)
#include "spdlog/fmt/bundled/format-inl.h"
#else

View File

@@ -1,3 +1,6 @@
// Copyright(c) 2015-present Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#include "spdlog/spdlog.h"
#include "spdlog/details/null_mutex.h"