about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--LICENSE.txt2
-rw-r--r--docs/profanity.14
-rw-r--r--src/main.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index fa781683..751a2c57 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,5 +1,5 @@
 Profanity
-Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
+Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
 
 Profanity is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/docs/profanity.1 b/docs/profanity.1
index ff9fa62e..fe91aba5 100644
--- a/docs/profanity.1
+++ b/docs/profanity.1
@@ -1,4 +1,4 @@
-.TH PROFANITY 1 "2018-10-20" "Profanity XMPP client"
+.TH PROFANITY 1 "2019-04-23" "Profanity XMPP client"
 .SH NAME
 Profanity \- a simple console based XMPP chat client.
 .SH SYNOPSIS
@@ -60,7 +60,7 @@ or by sending a mail directly to:
 <boothj5web@gmail.com>
 .br
 .SH LICENSE
-Copyright (C) 2012 \- 2018 James Booth <boothj5web@gmail.com>.
+Copyright (C) 2012 \- 2019 James Booth <boothj5web@gmail.com>.
 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.
diff --git a/src/main.c b/src/main.c
index 6060ca27..212a7b9c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -102,7 +102,7 @@ main(int argc, char **argv)
             g_print("Profanity, version %s\n", PACKAGE_VERSION);
         }
 
-        g_print("Copyright (C) 2012 - 2018 James Booth <%s>.\n", PACKAGE_BUGREPORT);
+        g_print("Copyright (C) 2012 - 2019 James Booth <%s>.\n", PACKAGE_BUGREPORT);
         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");