about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 01:22:29 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 01:22:29 +0100
commit47dfa6c3fc6368a908984d8b3a3840276fe3c9c7 (patch)
treec0adb41e528eea0542f7c066c0e4728eab0d342f /src/main.c
parentd44472049b6c4bf4ff96315182ad214db693057f (diff)
parent4ecb4019a616406444e16f53c8ffdbfe8070b2d2 (diff)
downloadprofani-tty-47dfa6c3fc6368a908984d8b3a3840276fe3c9c7.tar.gz
Merge branch 'master' into python3
Conflicts:
	.gitignore
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index b15293d0..8032478c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
@@ -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");