about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorkaffeekanne <kaffeekanne@users.noreply.github.com>2019-04-24 01:08:38 +0200
committerkaffeekanne <kaffeekanne@users.noreply.github.com>2019-04-24 01:08:38 +0200
commitf8640019f389bf121ec4419ce3d6354dcac4edc2 (patch)
tree8ffe35d85c032c6bdfc19fad0222e3e658b058d9 /src/main.c
parent0d8a39d8ddfc2adc2efc8b1941a3862363c86507 (diff)
downloadprofani-tty-f8640019f389bf121ec4419ce3d6354dcac4edc2.tar.gz
Update copyright years
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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");