From 3dabb5ca06d384bd9279a4c43c31de42960ceb7e Mon Sep 17 00:00:00 2001 From: Arthur van der Staaij Date: Sun, 14 Nov 2021 03:21:44 +0100 Subject: [PATCH] Added a copy of the license to aecpp.h This makes aecpp.h fully standalone, making it easier to integrate in other projects. --- include/aecpp.h | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/include/aecpp.h b/include/aecpp.h index 746f321..4f8eade 100644 --- a/include/aecpp.h +++ b/include/aecpp.h @@ -1,14 +1,33 @@ /* + AEC++ - Yet another small C++11 library for colors and effects in terminal + output by means of ansi escape codes -AEC++ - Yet another small C++11 library for colors and effects in terminal -output by means of ansi escape codes, made by Arthur van der Staaij + To download the latest version, report issues or request new features, visit + https://github.com/avdstaaij/aecpp -This file is released under the terms of the MIT license. -Read LICENSE.txt for more information. + ================================================================================ -To download the latest version, report issues or request new features, visit -https://github.com/avdstaaij/aecpp + MIT License + Copyright (c) 2020-2021 Arthur van der Staaij + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. */ #pragma once