about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-02-10 23:16:09 +0000
committerJames Booth <boothj5@gmail.com>2015-02-10 23:16:09 +0000
commitb3be26a21406b549426f6c94c91e8b2a6bf32701 (patch)
tree0602eb4b496b4dd2d783004ab7f4f4da254c7a7a /src/ui/console.c
parent1e2ef973348a58b0ba58eb020cc91e4f41a1d10e (diff)
downloadprofani-tty-b3be26a21406b549426f6c94c91e8b2a6bf32701.tar.gz
Updated copyright
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index c1bfe450..01d1c73a 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1,7 +1,7 @@
 /*
  * console.c
  *
- * Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2015 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
@@ -176,7 +176,7 @@ cons_about(void)
         }
     }
 
-    win_save_vprint(console, '-', NULL, 0, 0, "", "Copyright (C) 2012 - 2014 James Booth <%s>.", PACKAGE_BUGREPORT);
+    win_save_vprint(console, '-', NULL, 0, 0, "", "Copyright (C) 2012 - 2015 James Booth <%s>.", PACKAGE_BUGREPORT);
     win_save_println(console, "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>");
     win_save_println(console, "");
     win_save_println(console, "This is free software; you are free to change and redistribute it.");