From 8c08e64f377c9faee1abe9c663e9b2d73e7a7a45 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 8 Jan 2021 16:36:30 +0100 Subject: [PATCH] Update copyright --- src/common.c | 2 +- src/config/color.c | 2 +- src/config/preferences.c | 2 +- src/config/preferences.h | 2 +- src/config/theme.c | 2 +- src/event/client_events.c | 2 +- src/event/common.c | 2 +- src/event/common.h | 2 +- src/event/server_events.c | 2 +- src/main.c | 4 ++-- src/omemo/omemo.c | 2 +- src/profanity.c | 2 +- src/profanity.h | 2 +- src/tools/clipboard.c | 2 +- src/tools/clipboard.h | 2 +- src/ui/buffer.c | 2 +- src/ui/buffer.h | 2 +- src/ui/chatwin.c | 2 +- src/ui/console.c | 4 ++-- src/ui/mucwin.c | 2 +- src/ui/occupantswin.c | 2 +- src/ui/rosterwin.c | 2 +- src/ui/statusbar.c | 2 +- src/ui/titlebar.c | 2 +- src/ui/ui.h | 2 +- src/ui/window.c | 2 +- src/ui/window.h | 2 +- src/ui/window_list.c | 2 +- src/xmpp/avatar.c | 2 +- src/xmpp/avatar.h | 2 +- src/xmpp/message.c | 2 +- src/xmpp/stanza.h | 2 +- src/xmpp/xmpp.h | 2 +- 33 files changed, 35 insertions(+), 35 deletions(-) diff --git a/src/common.c b/src/common.c index 658a3a4e..75139676 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/color.c b/src/config/color.c index 7fca0d1a..5f5a89e8 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/preferences.c b/src/config/preferences.c index d350eccb..c2411507 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/preferences.h b/src/config/preferences.h index bfad7d6b..51d9ca12 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/theme.c b/src/config/theme.c index 1869286d..2c653988 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/event/client_events.c b/src/event/client_events.c index 046c6607..6db19463 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/event/common.c b/src/event/common.c index 259f43dc..d7b13c19 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 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/event/common.h b/src/event/common.h index 829a738f..75e141fa 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 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/event/server_events.c b/src/event/server_events.c index 0d9d9523..7cafd4df 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/main.c b/src/main.c index e35a2a1e..71e990f4 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * @@ -116,7 +116,7 @@ main(int argc, char** argv) // lets use fixed email instead of PACKAGE_BUGREPORT g_print("Copyright (C) 2012 - 2019 James Booth .\n"); - g_print("Copyright (C) 2019 - 2020 Michael Vetter .\n"); + g_print("Copyright (C) 2019 - 2021 Michael Vetter .\n"); g_print("License GPLv3+: GNU GPL version 3 or later \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 22ada3a8..1c6a1c8b 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/profanity.c b/src/profanity.c index 7b3da306..c15146b4 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/profanity.h b/src/profanity.h index 87be90b8..23bc213f 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/tools/clipboard.c b/src/tools/clipboard.c index 95b76465..b2ea1bf3 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 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/tools/clipboard.h b/src/tools/clipboard.h index addb60e0..125c8169 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 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/buffer.c b/src/ui/buffer.c index 58399a69..96829e68 100644 --- a/src/ui/buffer.c +++ b/src/ui/buffer.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/buffer.h b/src/ui/buffer.h index 02e04d4a..94800eec 100644 --- a/src/ui/buffer.h +++ b/src/ui/buffer.h @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c index d1f6e356..a52af306 100644 --- a/src/ui/chatwin.c +++ b/src/ui/chatwin.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/console.c b/src/ui/console.c index e35e4350..1bfd1cc1 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * @@ -422,7 +422,7 @@ cons_about(void) } win_println(console, THEME_DEFAULT, "-", "Copyright (C) 2012 - 2019 James Booth ."); - win_println(console, THEME_DEFAULT, "-", "Copyright (C) 2019 - 2020 Michael Vetter ."); + win_println(console, THEME_DEFAULT, "-", "Copyright (C) 2019 - 2021 Michael Vetter ."); win_println(console, THEME_DEFAULT, "-", "License GPLv3+: GNU GPL version 3 or later "); 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 104d0564..808567f4 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/occupantswin.c b/src/ui/occupantswin.c index 1834e47c..3bb95485 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/rosterwin.c b/src/ui/rosterwin.c index 7c4468d8..67e3db9b 100644 --- a/src/ui/rosterwin.c +++ b/src/ui/rosterwin.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/statusbar.c b/src/ui/statusbar.c index 9997755b..2b9960be 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/titlebar.c b/src/ui/titlebar.c index a22abaeb..dee6a7e2 100644 --- a/src/ui/titlebar.c +++ b/src/ui/titlebar.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/ui.h b/src/ui/ui.h index f9fe3cf3..f26eaa10 100644 --- a/src/ui/ui.h +++ b/src/ui/ui.h @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/window.c b/src/ui/window.c index 9e355653..cca6d902 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/window.h b/src/ui/window.h index 7ff25a87..22a1db51 100644 --- a/src/ui/window.h +++ b/src/ui/window.h @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/window_list.c b/src/ui/window_list.c index 475a8867..a90c7141 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 - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/avatar.c b/src/xmpp/avatar.c index 6f30be7c..bf937872 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 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/avatar.h b/src/xmpp/avatar.h index 49c03750..aa1a5ee1 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 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/message.c b/src/xmpp/message.c index 4bbddc72..aceb5a70 100644 --- a/src/xmpp/message.c +++ b/src/xmpp/message.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h index 2058f9a2..95cdc29b 100644 --- a/src/xmpp/stanza.h +++ b/src/xmpp/stanza.h @@ -2,7 +2,7 @@ * stanza.h * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h index e368b683..cc93c51a 100644 --- a/src/xmpp/xmpp.h +++ b/src/xmpp/xmpp.h @@ -2,7 +2,7 @@ * xmpp.h * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2020 Michael Vetter + * Copyright (C) 2019 - 2021 Michael Vetter * * This file is part of Profanity. *