about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-11 02:05:29 +0000
committerJames Booth <boothj5@gmail.com>2013-01-11 02:05:29 +0000
commitd29c7fd87839bda67d55e349184582490a517809 (patch)
tree0b47fcd101c804c58b0d29d5c0a540f74476cbed /src/main.c
parent5fbf966b9ce62dd905159fcd9eaa4b2d3187eae6 (diff)
downloadprofani-tty-d29c7fd87839bda67d55e349184582490a517809.tar.gz
Updated copyright
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 5d6069f1..6ff4d6c0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,7 @@
 /*
  * main.c
  *
- * Copyright (C) 2012 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
@@ -56,7 +56,7 @@ main(int argc, char **argv)
 
     if (version == TRUE) {
         g_print("Profanity, version %s\n", PACKAGE_VERSION);
-        g_print("Copyright (C) 2012 James Booth <%s>.\n", PACKAGE_BUGREPORT);
+        g_print("Copyright (C) 2012, 2013 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("\n");
         g_print("This is free software; you are free to change and redistribute it.\n");