mirror of https://github.com/gabime/spdlog.git
MIT license
parent
0f76db880e
commit
8c38b4ee9e
@ -1,23 +1,22 @@
|
|||||||
/*************************************************************************/
|
The MIT License (MIT)
|
||||||
/* spdlog - an extremely fast and easy to use c++11 logging library. */
|
|
||||||
/* Copyright (c) 2014 Gabi Melman. */
|
Copyright (c) 2015 Gabi Melman.
|
||||||
/* */
|
|
||||||
/* Permission is hereby granted, free of charge, to any person obtaining */
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
/* a copy of this software and associated documentation files (the */
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
/* "Software"), to deal in the Software without restriction, including */
|
in the Software without restriction, including without limitation the rights
|
||||||
/* without limitation the rights to use, copy, modify, merge, publish, */
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
/* distribute, sublicense, and/or sell copies of the Software, and to */
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
/* permit persons to whom the Software is furnished to do so, subject to */
|
furnished to do so, subject to the following conditions:
|
||||||
/* the following conditions: */
|
|
||||||
/* */
|
The above copyright notice and this permission notice shall be included in
|
||||||
/* The above copyright notice and this permission notice shall be */
|
all copies or substantial portions of the Software.
|
||||||
/* included in all copies or substantial portions of the Software. */
|
|
||||||
/* */
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
|
THE SOFTWARE.
|
||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|
||||||
/*************************************************************************/
|
|
||||||
|
Loading…
Reference in New Issue