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,8 +1,7 @@
//
// Created by gabi on 5/8/19.
//
// Copyright(c) 2015-present Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#include "spdlog/common.h"
#pragma once
SPDLOG_INLINE spdlog::details::periodic_worker::periodic_worker(const std::function<void()> &callback_fun, std::chrono::seconds interval)
{