commit 0208cefdc9ca2f09088c50bbebfb2f9c0e1218bd
parent a4b7dc80fbcd65d234e08d2e58a1e8988276cc34
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Sun, 6 Sep 2015 20:24:12 +0200
Removing GD Graphics Library copyright notice as we do not bundle it in our repository anymore
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/main.c b/src/main.c
@@ -68,9 +68,7 @@ void versionInfo(void)
"\nFork me on GitHub: <https://github.com/ansilove/AnsiLove-C>\n"
"Bug reports: <https://github.com/ansilove/AnsiLove-C/issues>\n\n"
"This is free software, released under the 3-Clause BSD license.\n"
- "<https://github.com/ansilove/AnsiLove-C/blob/master/LICENSE>\n\n"
- "LibGD is copyright (C) Thomas Boutell, Pierre-Alain Joye and contributors.\n"
- "<https://bitbucket.org/pierrejoye/gd-libgd>\n\n");
+ "<https://github.com/ansilove/AnsiLove-C/blob/master/LICENSE>\n\n");
}
// following the IEEE Std 1003.1 for utility conventions