about summary refs log tree commit diff stats
path: root/src/ui
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
parent5d7f2d1516d7d2c8faa9d4f5c6cacac6092e64bb (diff)
downloadprofani-tty-be13e98fe7082858d37185357ca06a09e538b78e.tar.gz
Update my Copyright to 2020
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/console.c4
-rw-r--r--src/ui/mucwin.c2
-rw-r--r--src/ui/occupantswin.c2
-rw-r--r--src/ui/statusbar.c2
-rw-r--r--src/ui/window_list.c2
5 files changed, 6 insertions, 6 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.");
diff --git a/src/ui/mucwin.c b/src/ui/mucwin.c
index 66de0dba..0179c22b 100644
--- a/src/ui/mucwin.c
+++ b/src/ui/mucwin.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.
  *
diff --git a/src/ui/occupantswin.c b/src/ui/occupantswin.c
index 800c7cbb..70314c2b 100644
--- a/src/ui/occupantswin.c
+++ b/src/ui/occupantswin.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.
  *
diff --git a/src/ui/statusbar.c b/src/ui/statusbar.c
index 8f9900e1..c3b7c7b4 100644
--- a/src/ui/statusbar.c
+++ b/src/ui/statusbar.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.
  *
diff --git a/src/ui/window_list.c b/src/ui/window_list.c
index 180dcf3e..36c46680 100644
--- a/src/ui/window_list.c
+++ b/src/ui/window_list.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.
  *