diff options
-rw-r--r-- | docs/profanity.1 | 2 | ||||
-rw-r--r-- | src/main.c | 2 | ||||
-rw-r--r-- | src/ui/console.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/profanity.1 b/docs/profanity.1 index 50065242..57211be7 100644 --- a/docs/profanity.1 +++ b/docs/profanity.1 @@ -63,7 +63,7 @@ or by sending a mail directly to: .PP .SH LICENSE Copyright (C) 2012 \- 2016 James Booth <boothj5web@gmail.com>. -License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> +License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html> This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. .SH AUTHORS/CREDITS 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."); |