aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend_freeimage.c2
-rw-r--r--src/imv.c12
2 files changed, 2 insertions, 12 deletions
diff --git a/src/backend_freeimage.c b/src/backend_freeimage.c
index 6b89324..8849922 100644
--- a/src/backend_freeimage.c
+++ b/src/backend_freeimage.c
@@ -264,7 +264,7 @@ static void backend_free(struct imv_backend *backend)
struct imv_backend *imv_backend_freeimage(void)
{
struct imv_backend *backend = malloc(sizeof(struct imv_backend));
- backend->name = "FreeImage (GPL license)";
+ backend->name = "FreeImage (FIPL v1.0 license)";
backend->open_path = &open_path;
backend->free = &backend_free;
return backend;
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"