aboutsummaryrefslogtreecommitdiff
path: root/src/imv.c
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-01-20 23:14:57 +0000
committerHarry Jeffery <harry@exec64.co.uk>2019-01-29 22:25:05 +0000
commit4e928fb9bb89f7e1f609aa7905dde3be7edbc4b8 (patch)
tree31c214e821e1b87bbb691d9352e06efc97e64dd6 /src/imv.c
parent55724fae1e2ea130362c91feeff367a9fc9012c2 (diff)
downloadimv-4e928fb9bb89f7e1f609aa7905dde3be7edbc4b8.tar.gz
Use FreeImage under FIPL instead of GPL
Diffstat (limited to 'src/imv.c')
-rw-r--r--src/imv.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/imv.c b/src/imv.c
index 2273689..c75a243 100644
--- a/src/imv.c
+++ b/src/imv.c
@@ -532,19 +532,9 @@ bool imv_parse_args(struct imv *imv, int argc, char **argv)
"imv's full source code is published under the terms of the MIT\n"
"license, and can be found at https://github.com/eXeC64/imv\n"
"\n"
- "Due to the use of a GPL licensed library imv is also made available\n"
- "under the terms of the GNU General Public License, which applies to\n"
- "all binary releases of imv.\n"
- "\n"
- "This program is free software; you can redistribute it and/or\n"
- "modify it under the terms of the GNU General Public License\n"
- "as published by the Free Software Foundation; either version 2\n"
- "of the License, or (at your option) any later version.\n"
- "The source code to imv is also published under the MIT license.\n"
- "\n"
"imv uses the FreeImage open source image library.\n"
"See http://freeimage.sourceforge.net for details.\n"
- "FreeImage is used under the GNU GPLv2.\n"
+ "FreeImage is used under the FIPL License v1.0.\n"
"\n"
"imv uses the inih library to parse ini files.\n"
"See https://github.com/benhoyt/inih for details.\n"