From 1330ad4e1e53cdd74ef1706fe95ad8390142edd7 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 9 May 2022 15:43:33 +0200 Subject: [PATCH] Update copyright year --- docs/profanity.1 | 2 +- src/command/cmd_ac.c | 2 +- src/command/cmd_defs.c | 2 +- src/command/cmd_defs.h | 2 +- src/command/cmd_funcs.c | 2 +- src/command/cmd_funcs.h | 2 +- src/common.c | 2 +- src/config/color.c | 2 +- src/config/files.c | 2 +- src/config/files.h | 2 +- src/config/preferences.c | 2 +- src/config/preferences.h | 2 +- src/config/theme.c | 2 +- src/database.c | 2 +- src/database.h | 2 +- src/event/client_events.c | 2 +- src/event/common.c | 2 +- src/event/common.h | 2 +- src/event/server_events.c | 2 +- src/log.c | 2 +- src/main.c | 4 ++-- src/omemo/omemo.c | 2 +- src/profanity.c | 2 +- src/profanity.h | 2 +- src/tools/bookmark_ignore.c | 2 +- src/tools/bookmark_ignore.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/connection.c | 2 +- src/xmpp/message.c | 2 +- src/xmpp/stanza.h | 2 +- src/xmpp/xmpp.h | 2 +- tests/unittests/database/stub_database.c | 2 +- 48 files changed, 50 insertions(+), 50 deletions(-) diff --git a/docs/profanity.1 b/docs/profanity.1 index 2f61bc66..58f183f3 100644 --- a/docs/profanity.1 +++ b/docs/profanity.1 @@ -136,7 +136,7 @@ or to the mailing list at: .br .SH LICENSE Copyright (C) 2012 \- 2019 James Booth . -Copyright (C) 2019 \- 2020 Michael Vetter . +Copyright (C) 2019 \- 2022 Michael Vetter . License GPLv3+: GNU GPL version 3 or later This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c index 89c2c931..ec0e9c30 100644 --- a/src/command/cmd_ac.c +++ b/src/command/cmd_ac.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index d8b84168..e62e2d2d 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/command/cmd_defs.h b/src/command/cmd_defs.h index c288d8b0..9e42775f 100644 --- a/src/command/cmd_defs.h +++ b/src/command/cmd_defs.h @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c index f5f2bc90..9e821ede 100644 --- a/src/command/cmd_funcs.c +++ b/src/command/cmd_funcs.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * Copyright (C) 2020 William Wennerström * * This file is part of Profanity. diff --git a/src/command/cmd_funcs.h b/src/command/cmd_funcs.h index d0a6a543..621dd1c6 100644 --- a/src/command/cmd_funcs.h +++ b/src/command/cmd_funcs.h @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/common.c b/src/common.c index 5e0fabf6..3a1b9cc4 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/color.c b/src/config/color.c index 5f5a89e8..693bfb8e 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/files.c b/src/config/files.c index 7e24dee9..1270d89f 100644 --- a/src/config/files.c +++ b/src/config/files.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2020 Michael Vetter + * Copyright (C) 2020 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/files.h b/src/config/files.h index 39e569ea..16739291 100644 --- a/src/config/files.h +++ b/src/config/files.h @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2018 - 2019 Michael Vetter + * Copyright (C) 2018 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/preferences.c b/src/config/preferences.c index ecb5d498..b2b7f094 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/preferences.h b/src/config/preferences.h index 5fef498d..1070dace 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/theme.c b/src/config/theme.c index 38eb3f2e..5f451623 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/database.c b/src/database.c index 4656ae79..6e10b222 100644 --- a/src/database.c +++ b/src/database.c @@ -2,7 +2,7 @@ * database.c * vim: expandtab:ts=4:sts=4:sw=4 * - * Copyright (C) 2020 Michael Vetter + * Copyright (C) 2020 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/database.h b/src/database.h index 3c1e4f99..a29b0808 100644 --- a/src/database.h +++ b/src/database.h @@ -2,7 +2,7 @@ * database.h * vim: expandtab:ts=4:sts=4:sw=4 * - * Copyright (C) 2020 Michael Vetter + * Copyright (C) 2020 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/event/client_events.c b/src/event/client_events.c index bf519feb..ac52c6fe 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/event/common.c b/src/event/common.c index 408630ce..5c17ca9a 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/event/common.h b/src/event/common.h index 75e141fa..6a776450 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/event/server_events.c b/src/event/server_events.c index 620a8b2d..0f18c4e9 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/log.c b/src/log.c index 8108151f..867e0bb9 100644 --- a/src/log.c +++ b/src/log.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2018 - 2019 Michael Vetter + * Copyright (C) 2018 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/main.c b/src/main.c index 13871732..15e4948a 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 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 - 2021 Michael Vetter .\n"); + g_print("Copyright (C) 2019 - 2022 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 c46714d6..e6d9da42 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/profanity.c b/src/profanity.c index eb829bad..14a1adb5 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/profanity.h b/src/profanity.h index 23bc213f..65079ac6 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/tools/bookmark_ignore.c b/src/tools/bookmark_ignore.c index b86fbeb1..040d0036 100644 --- a/src/tools/bookmark_ignore.c +++ b/src/tools/bookmark_ignore.c @@ -2,7 +2,7 @@ * bookmark_ignore.c * vim: expandtab:ts=4:sts=4:sw=4 * - * Copyright (C) 2020 Michael Vetter + * Copyright (C) 2020 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/tools/bookmark_ignore.h b/src/tools/bookmark_ignore.h index a618ea6b..4f4b1c58 100644 --- a/src/tools/bookmark_ignore.h +++ b/src/tools/bookmark_ignore.h @@ -2,7 +2,7 @@ * bookmark_ignore.h * vim: expandtab:ts=4:sts=4:sw=4 * - * Copyright (C) 2020 Michael Vetter + * Copyright (C) 2020 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/tools/clipboard.c b/src/tools/clipboard.c index a9f67eac..0df7387d 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/tools/clipboard.h b/src/tools/clipboard.h index 125c8169..24503f6e 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/buffer.c b/src/ui/buffer.c index 96829e68..e38aaaec 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/buffer.h b/src/ui/buffer.h index 94800eec..5d363902 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c index d02e4162..b9fae2af 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/console.c b/src/ui/console.c index fbbddba8..3e7a0844 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * @@ -410,7 +410,7 @@ cons_about(void) } win_println(console, THEME_DEFAULT, "-", "Copyright (C) 2012 - 2019 James Booth ."); - win_println(console, THEME_DEFAULT, "-", "Copyright (C) 2019 - 2021 Michael Vetter ."); + win_println(console, THEME_DEFAULT, "-", "Copyright (C) 2019 - 2022 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 04fd7893..b48a4a54 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/occupantswin.c b/src/ui/occupantswin.c index 04150e25..4ee9b179 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/rosterwin.c b/src/ui/rosterwin.c index f67cc00f..17c58223 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/statusbar.c b/src/ui/statusbar.c index d395cc86..4d9737ab 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/titlebar.c b/src/ui/titlebar.c index a5756c01..8e27f5ff 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/ui.h b/src/ui/ui.h index 7deb2ca2..5f31354f 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/window.c b/src/ui/window.c index 5f879c8f..d5578b2a 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/window.h b/src/ui/window.h index c7c2853e..669734ff 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/window_list.c b/src/ui/window_list.c index a6ebb5fe..56370bca 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/avatar.c b/src/xmpp/avatar.c index 346e85ba..b962fcef 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/avatar.h b/src/xmpp/avatar.h index aa1a5ee1..98532917 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c index 9505622a..b2dc9587 100644 --- a/src/xmpp/connection.c +++ b/src/xmpp/connection.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2018 - 2019 Michael Vetter + * Copyright (C) 2018 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/message.c b/src/xmpp/message.c index 115bf3da..dc3bc14f 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h index 07d1f395..6e201497 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h index 6aaa0cb9..2cc22e55 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 - 2021 Michael Vetter + * Copyright (C) 2019 - 2022 Michael Vetter * * This file is part of Profanity. * diff --git a/tests/unittests/database/stub_database.c b/tests/unittests/database/stub_database.c index 15a4478b..bf50aa6e 100644 --- a/tests/unittests/database/stub_database.c +++ b/tests/unittests/database/stub_database.c @@ -1,7 +1,7 @@ /* * stub_database.c * - * Copyright (C) 2020 Michael Vetter + * Copyright (C) 2020 - 2022 Michael Vetter * * This file is part of Profanity. *