diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-26 23:09:31 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-26 23:09:31 +0100 |
commit | fcf3870b7c0f30a5991e518ad8a404a9d38c3a45 (patch) | |
tree | 3168f904fb2dd205ce1fbbac2daa0f381ec86b70 /LICENSE.md | |
parent | Added warning when trying to get value of non-existent options (diff) | |
download | smolbote-fcf3870b7c0f30a5991e518ad8a404a9d38c3a45.tar.xz |
Using boost::program_options instead of libconfig
Diffstat (limited to 'LICENSE.md')
-rw-r--r-- | LICENSE.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,6 +1,6 @@ # smolbote -Copyright (C) 2017 - 2018 xiannox +Copyright (C) 2017 - 2018 aqua This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as @@ -19,9 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. - license: LGPL-3.0 - source code: http://code.qt.io/cgit/ -## libconfig - -- url: https://hyperrealm.github.io/libconfig/ -- license: LGPL-2.1 -- source code: https://github.com/hyperrealm/libconfig - +## boost +- components: program_options +- url: http://www.boost.org/ +- license: BSL-1.0 +- source code: http://www.boost.org/users/download/ |