about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@users.noreply.github.com>2016-07-24 01:12:51 +0100
committerGitHub <noreply@github.com>2016-07-24 01:12:51 +0100
commit98246577775e114784ace1b392788e8a6b4bfb49 (patch)
treef23693dd8da7c15beb08597f33963af8e3e7e369
parentfeb50ea41174af94d67332cd9baf95506e1483a7 (diff)
parent14c8f53f855f669ad8658e452693745092890a39 (diff)
downloadprofani-tty-98246577775e114784ace1b392788e8a6b4bfb49.tar.gz
Merge pull request #826 from PMaynard/gpl-url
Updated GPL URL
-rw-r--r--docs/profanity.12
-rw-r--r--src/main.c2
-rw-r--r--src/ui/console.c2
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.");