diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/console.c | 4 | ||||
-rw-r--r-- | src/ui/mucwin.c | 2 | ||||
-rw-r--r-- | src/ui/occupantswin.c | 2 | ||||
-rw-r--r-- | src/ui/statusbar.c | 2 | ||||
-rw-r--r-- | src/ui/window_list.c | 2 |
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. * |