From 5bcfb24aaa56c58aac08a84410827140e7b3bd1a Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Tue, 31 Jan 2017 11:37:14 -0500 Subject: [PATCH] Adding LGPL license --- LICENSE | 26 +++++--------------------- include/CLI.hpp | 3 +++ 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/LICENSE b/LICENSE index 66a2826..1b28a09 100644 --- a/LICENSE +++ b/LICENSE @@ -1,22 +1,6 @@ -The MIT License (MIT) - -Copyright (c) 2015 Crascit - -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. +CLI11 is an open-source project: Permission to use and redistribute +is granted under the terms of the GNU Lesser General Public License, +version 3.0, provided that this notice is included. +Contributors are requested to please put a comment in their header files +explicitly granting permission to redistribute under the LGPL version 3.0. diff --git a/include/CLI.hpp b/include/CLI.hpp index 88970a8..3344246 100644 --- a/include/CLI.hpp +++ b/include/CLI.hpp @@ -1,5 +1,8 @@ #pragma once +// Distributed under the LGPL version 3.0 license. See accompanying +// file LICENSE or https://github.com/henryiii/CLI11 for details. + #include #include #include -- libgit2 0.21.4