diff options
author | Pete Maynard <pgm987@gmail.com> | 2016-07-21 11:49:52 +0100 |
---|---|---|
committer | Pete Maynard <pgm987@gmail.com> | 2016-07-21 11:49:52 +0100 |
commit | 14c8f53f855f669ad8658e452693745092890a39 (patch) | |
tree | f23693dd8da7c15beb08597f33963af8e3e7e369 /src | |
parent | feb50ea41174af94d67332cd9baf95506e1483a7 (diff) | |
download | profani-tty-14c8f53f855f669ad8658e452693745092890a39.tar.gz |
Updated GPL URL
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 | ||||
-rw-r--r-- | src/ui/console.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index b15293d0..0b1597bb 100644 --- a/src/main.c +++ b/src/main.c @@ -91,7 +91,7 @@ main(int argc, char **argv) } g_print("Copyright (C) 2012 - 2016 James Booth <%s>.\n", PACKAGE_BUGREPORT); - g_print("License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"); + g_print("License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>\n"); g_print("\n"); g_print("This is free software; you are free to change and redistribute it.\n"); g_print("There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/src/ui/console.c b/src/ui/console.c index 281a68d5..f53823b6 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -427,7 +427,7 @@ cons_about(void) } win_vprint(console, '-', 0, NULL, 0, 0, "", "Copyright (C) 2012 - 2016 James Booth <%s>.", PACKAGE_BUGREPORT); - win_println(console, 0, "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>"); + win_println(console, 0, "License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>"); win_println(console, 0, ""); win_println(console, 0, "This is free software; you are free to change and redistribute it."); win_println(console, 0, "There is NO WARRANTY, to the extent permitted by law."); |