diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 02:04:21 +0300 |
---|---|---|
committer | Oleg Morozenkov <m@oleg.rocks> | 2019-12-05 02:04:21 +0300 |
commit | 2978ae35b63eb57d367794e4ac6fd6f492373171 (patch) | |
tree | bf9b47d7e0eb592692b64f418d9a8180a78a730d /src/tools | |
parent | a888db726815a9600ea3b16ea045644b51e2898b (diff) |
Combile all licenses in LICENSE. Fix Dockerfile_test
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/FileTools.cpp | 4 | ||||
-rw-r--r-- | src/tools/StringTools.cpp | 22 |
2 files changed, 0 insertions, 26 deletions
diff --git a/src/tools/FileTools.cpp b/src/tools/FileTools.cpp index f18b85e..408c710 100644 --- a/src/tools/FileTools.cpp +++ b/src/tools/FileTools.cpp @@ -1,7 +1,3 @@ -// -// Created by Oleg Morozenkov on 25.01.17. -// - #include "tgbot/tools/FileTools.h" #include <fstream> diff --git a/src/tools/StringTools.cpp b/src/tools/StringTools.cpp index 5055d8e..2d2e24c 100644 --- a/src/tools/StringTools.cpp +++ b/src/tools/StringTools.cpp @@ -1,25 +1,3 @@ -/* - * Copyright (c) 2015 Oleg Morozenkov - * - * 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. - */ - #include "tgbot/tools/StringTools.h" #include <cstdlib> |