diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common.c | 2 | ||||
-rw-r--r-- | src/config/color.c | 2 | ||||
-rw-r--r-- | src/config/preferences.c | 2 | ||||
-rw-r--r-- | src/config/preferences.h | 2 | ||||
-rw-r--r-- | src/config/theme.c | 2 | ||||
-rw-r--r-- | src/event/client_events.c | 2 | ||||
-rw-r--r-- | src/event/common.c | 2 | ||||
-rw-r--r-- | src/event/common.h | 2 | ||||
-rw-r--r-- | src/event/server_events.c | 2 | ||||
-rw-r--r-- | src/main.c | 4 | ||||
-rw-r--r-- | src/omemo/omemo.c | 2 | ||||
-rw-r--r-- | src/profanity.c | 2 | ||||
-rw-r--r-- | src/profanity.h | 2 | ||||
-rw-r--r-- | src/tools/clipboard.c | 2 | ||||
-rw-r--r-- | src/tools/clipboard.h | 2 | ||||
-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 | ||||
-rw-r--r-- | src/xmpp/avatar.c | 2 | ||||
-rw-r--r-- | src/xmpp/avatar.h | 2 | ||||
-rw-r--r-- | src/xmpp/stanza.h | 2 | ||||
-rw-r--r-- | src/xmpp/xmpp.h | 2 |
24 files changed, 26 insertions, 26 deletions
diff --git a/src/common.c b/src/common.c index c73c071d..050fc2b7 100644 --- a/src/common.c +++ b/src/common.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/config/color.c b/src/config/color.c index 34e01247..9a646132 100644 --- a/src/config/color.c +++ b/src/config/color.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2019 Aurelien Aptel <aurelien.aptel@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/config/preferences.c b/src/config/preferences.c index a7fd4733..ec797f06 100644 --- a/src/config/preferences.c +++ b/src/config/preferences.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/config/preferences.h b/src/config/preferences.h index 845168de..c899143a 100644 --- a/src/config/preferences.h +++ b/src/config/preferences.h @@ -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/config/theme.c b/src/config/theme.c index 424a14a3..50c0ffb0 100644 --- a/src/config/theme.c +++ b/src/config/theme.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/event/client_events.c b/src/event/client_events.c index 8238977f..6716b7e2 100644 --- a/src/event/client_events.c +++ b/src/event/client_events.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/event/common.c b/src/event/common.c index b1d6a9ef..05c3f30b 100644 --- a/src/event/common.c +++ b/src/event/common.c @@ -2,7 +2,7 @@ * common.c * vim: expandtab:ts=4:sts=4:sw=4 * - * 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/event/common.h b/src/event/common.h index 7d8a1d92..829a738f 100644 --- a/src/event/common.h +++ b/src/event/common.h @@ -2,7 +2,7 @@ * common.h * vim: expandtab:ts=4:sts=4:sw=4 * - * 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/event/server_events.c b/src/event/server_events.c index 62d64869..f2a3abf5 100644 --- a/src/event/server_events.c +++ b/src/event/server_events.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/main.c b/src/main.c index 6510d151..fff74785 100644 --- a/src/main.c +++ b/src/main.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. * @@ -108,7 +108,7 @@ main(int argc, char **argv) // lets use fixed email instead of PACKAGE_BUGREPORT g_print("Copyright (C) 2012 - 2019 James Booth <boothj5web@gmail.com>.\n"); - g_print("Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>.\n"); + g_print("Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>.\n"); g_print("License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>\n"); g_print("\n"); g_print("This is free software; you are free to change and redistribute it.\n"); diff --git a/src/omemo/omemo.c b/src/omemo/omemo.c index eb88cb09..1f22559c 100644 --- a/src/omemo/omemo.c +++ b/src/omemo/omemo.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2019 Paul Fariello <paul@fariello.eu> - * 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/profanity.c b/src/profanity.c index 98886cce..ab27bd46 100644 --- a/src/profanity.c +++ b/src/profanity.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/profanity.h b/src/profanity.h index b8e4e3ff..988facfe 100644 --- a/src/profanity.h +++ b/src/profanity.h @@ -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/tools/clipboard.c b/src/tools/clipboard.c index efb988a6..9454915c 100644 --- a/src/tools/clipboard.c +++ b/src/tools/clipboard.c @@ -2,7 +2,7 @@ * clipboard.c * vim: expandtab:ts=4:sts=4:sw=4 * - * 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/tools/clipboard.h b/src/tools/clipboard.h index b83c8074..d6cfee9a 100644 --- a/src/tools/clipboard.h +++ b/src/tools/clipboard.h @@ -2,7 +2,7 @@ * clipboard.h * vim: expandtab:ts=4:sts=4:sw=4 * - * 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/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. * diff --git a/src/xmpp/avatar.c b/src/xmpp/avatar.c index 87e4af1e..1d48be90 100644 --- a/src/xmpp/avatar.c +++ b/src/xmpp/avatar.c @@ -2,7 +2,7 @@ * avatar.c * vim: expandtab:ts=4:sts=4:sw=4 * - * 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/xmpp/avatar.h b/src/xmpp/avatar.h index 37026542..707600b3 100644 --- a/src/xmpp/avatar.h +++ b/src/xmpp/avatar.h @@ -2,7 +2,7 @@ * avatar.h * vim: expandtab:ts=4:sts=4:sw=4 * - * 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/xmpp/stanza.h b/src/xmpp/stanza.h index 6e41b81d..4b241fe2 100644 --- a/src/xmpp/stanza.h +++ b/src/xmpp/stanza.h @@ -2,7 +2,7 @@ * stanza.h * * 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/xmpp/xmpp.h b/src/xmpp/xmpp.h index c48da210..6210b384 100644 --- a/src/xmpp/xmpp.h +++ b/src/xmpp/xmpp.h @@ -2,7 +2,7 @@ * xmpp.h * * 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. * |