about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-01-03 19:52:31 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-01-03 19:52:31 +0100
commitbe13e98fe7082858d37185357ca06a09e538b78e (patch)
treea3252f8ebd59559a23a6bca78c3014e4cb112c29 /src/ui/console.c
parent5d7f2d1516d7d2c8faa9d4f5c6cacac6092e64bb (diff)
downloadprofani-tty-be13e98fe7082858d37185357ca06a09e538b78e.tar.gz
Update my Copyright to 2020
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 ba9bf70c..a64815ed 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -3,7 +3,7 @@
  * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
- * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
@@ -415,7 +415,7 @@ cons_about(void)
     }
 
     win_println(console, THEME_DEFAULT, '-', "Copyright (C) 2012 - 2019 James Booth <boothj5web@gmail.com>.");
-    win_println(console, THEME_DEFAULT, '-', "Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>.");
+    win_println(console, THEME_DEFAULT, '-', "Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>.");
     win_println(console, THEME_DEFAULT, '-', "License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>");
     win_println(console, THEME_DEFAULT, '-', "");
     win_println(console, THEME_DEFAULT, '-', "This is free software; you are free to change and redistribute it.");