From f1acf702a9d0a82e3f2919352a9224ceddf4f735 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 20 Feb 2026 16:13:31 +0100 Subject: [PATCH] chore: Update copyright year --- docs/profanity.1 | 2 +- src/chatlog.c | 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/accounts.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/pgp/gpg.c | 2 +- src/pgp/ox.c | 2 +- src/pgp/ox.h | 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/tools/editor.c | 2 +- src/tools/editor.h | 2 +- src/tools/http_download.c | 2 +- src/tools/plugin_download.c | 2 +- src/tools/plugin_download.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 +- 58 files changed, 60 insertions(+), 60 deletions(-) diff --git a/docs/profanity.1 b/docs/profanity.1 index 7d108694..d67b02dd 100755 --- a/docs/profanity.1 +++ b/docs/profanity.1 @@ -220,7 +220,7 @@ or to the mailing list at: .br .SH LICENSE Copyright (C) 2012 \- 2019 James Booth . -Copyright (C) 2019 \- 2025 Michael Vetter . +Copyright (C) 2019 \- 2026 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/chatlog.c b/src/chatlog.c index 96150e58..b51010a9 100644 --- a/src/chatlog.c +++ b/src/chatlog.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2018 - 2025 Michael Vetter + * Copyright (C) 2018 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c index d353abcf..989637bb 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index f864f38d..dbe7bfff 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/command/cmd_defs.h b/src/command/cmd_defs.h index 16389584..f4fbf723 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c index 9946f68e..d8b43b28 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 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 4b44b18a..3bdd9379 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/common.c b/src/common.c index ef78edb3..602013c5 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/accounts.c b/src/config/accounts.c index 9d684e54..fecdb04d 100644 --- a/src/config/accounts.c +++ b/src/config/accounts.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/color.c b/src/config/color.c index 1912352a..722c684b 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/files.c b/src/config/files.c index 965bd4d2..46b94144 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 - 2025 Michael Vetter + * Copyright (C) 2020 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/files.h b/src/config/files.h index 56513c2d..f417b4c2 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 - 2025 Michael Vetter + * Copyright (C) 2018 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/preferences.c b/src/config/preferences.c index 22bf0203..0aa57a4d 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/preferences.h b/src/config/preferences.h index e844f814..eeb2d4bb 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/config/theme.c b/src/config/theme.c index eb7e3486..b1bb57c7 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/database.c b/src/database.c index e9af1263..c30d5271 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 - 2025 Michael Vetter + * Copyright (C) 2020 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/database.h b/src/database.h index 3b52efdd..ab1b34a7 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 - 2025 Michael Vetter + * Copyright (C) 2020 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/event/client_events.c b/src/event/client_events.c index 3250160b..8aa980a6 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/event/common.c b/src/event/common.c index db455452..bca6e131 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/event/common.h b/src/event/common.h index 34e56821..b5fa55a9 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/event/server_events.c b/src/event/server_events.c index 4712977b..c877ff31 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/log.c b/src/log.c index 7fa26581..bfef7811 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 - 2025 Michael Vetter + * Copyright (C) 2018 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/main.c b/src/main.c index 4ef8bd0d..17f14880 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * @@ -107,7 +107,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 - 2025 Michael Vetter .\n"); + g_print("Copyright (C) 2019 - 2026 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 f46fbf95..7e8b3a9e 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/pgp/gpg.c b/src/pgp/gpg.c index 43cd65dd..83a429af 100644 --- a/src/pgp/gpg.c +++ b/src/pgp/gpg.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2018 - 2025 Michael Vetter + * Copyright (C) 2018 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/pgp/ox.c b/src/pgp/ox.c index f92df503..8cec46f8 100644 --- a/src/pgp/ox.c +++ b/src/pgp/ox.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2020 Stefan Kropp - * Copyright (C) 2020 - 2025 Michael Vetter + * Copyright (C) 2020 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/pgp/ox.h b/src/pgp/ox.h index 28b99218..98abeb78 100644 --- a/src/pgp/ox.h +++ b/src/pgp/ox.h @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2020 Stefan Kropp - * Copyright (C) 2020 - 2025 Michael Vetter + * Copyright (C) 2020 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/profanity.c b/src/profanity.c index 039c764a..0694f4bb 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/profanity.h b/src/profanity.h index a91cdfd9..525d22ce 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/tools/bookmark_ignore.c b/src/tools/bookmark_ignore.c index ae8bc5a6..f002c0f2 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 - 2025 Michael Vetter + * Copyright (C) 2020 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/tools/bookmark_ignore.h b/src/tools/bookmark_ignore.h index d2f38262..daa675a1 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 - 2025 Michael Vetter + * Copyright (C) 2020 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/tools/clipboard.c b/src/tools/clipboard.c index 510819c7..3aea51b5 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/tools/clipboard.h b/src/tools/clipboard.h index 5177c4b6..6ad2a603 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/tools/editor.c b/src/tools/editor.c index b1cf1f65..3c5ee823 100644 --- a/src/tools/editor.c +++ b/src/tools/editor.c @@ -2,7 +2,7 @@ * editor.c * vim: expandtab:ts=4:sts=4:sw=4 * - * Copyright (C) 2022 - 2025 Michael Vetter + * Copyright (C) 2022 - 2026 Michael Vetter * Copyright (C) 2022 MarcoPolo PasTonMolo * Copyright (C) 2022 Steffen Jaeckel * diff --git a/src/tools/editor.h b/src/tools/editor.h index 011cba0d..596a9766 100644 --- a/src/tools/editor.h +++ b/src/tools/editor.h @@ -2,7 +2,7 @@ * editor.h * vim: expandtab:ts=4:sts=4:sw=4 * - * Copyright (C) 2022 - 2025 Michael Vetter + * Copyright (C) 2022 - 2026 Michael Vetter * Copyright (C) 2022 MarcoPolo PasTonMolo * * This file is part of Profanity. diff --git a/src/tools/http_download.c b/src/tools/http_download.c index ac8d6609..62ce8aa3 100644 --- a/src/tools/http_download.c +++ b/src/tools/http_download.c @@ -4,7 +4,7 @@ * * Copyright (C) 2012 - 2019 James Booth * Copyright (C) 2020 William Wennerström - * Copyright (C) 2019 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/tools/plugin_download.c b/src/tools/plugin_download.c index 3abf47f1..d2959e2c 100644 --- a/src/tools/plugin_download.c +++ b/src/tools/plugin_download.c @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/tools/plugin_download.h b/src/tools/plugin_download.h index 37bee882..83d2be3e 100644 --- a/src/tools/plugin_download.h +++ b/src/tools/plugin_download.h @@ -3,7 +3,7 @@ * vim: expandtab:ts=4:sts=4:sw=4 * * Copyright (C) 2012 - 2019 James Booth - * Copyright (C) 2019 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/buffer.c b/src/ui/buffer.c index e0b6ea10..1223d520 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/buffer.h b/src/ui/buffer.h index 2e4a7be3..c06f74f6 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c index f05bf1c1..c4ea5d8d 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/console.c b/src/ui/console.c index c79b1c67..6663cb7e 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * @@ -362,7 +362,7 @@ cons_about(void) } win_println(console, THEME_DEFAULT, "-", "Copyright (C) 2012 - 2019 James Booth ."); - win_println(console, THEME_DEFAULT, "-", "Copyright (C) 2019 - 2025 Michael Vetter ."); + win_println(console, THEME_DEFAULT, "-", "Copyright (C) 2019 - 2026 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 b306aab2..ac6afba8 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/occupantswin.c b/src/ui/occupantswin.c index 81011523..8f431609 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/rosterwin.c b/src/ui/rosterwin.c index abc635d6..4a1ae264 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/statusbar.c b/src/ui/statusbar.c index 2f0e21e4..f4894614 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/titlebar.c b/src/ui/titlebar.c index f0f1e310..4c812e80 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/ui.h b/src/ui/ui.h index 4ef297cc..ac67881d 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/window.c b/src/ui/window.c index 88271b34..208e83cc 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/window.h b/src/ui/window.h index 7749cb0d..b9c27268 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/ui/window_list.c b/src/ui/window_list.c index 5735f019..f144b9e5 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/avatar.c b/src/xmpp/avatar.c index aa8a7241..e7788bc5 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/avatar.h b/src/xmpp/avatar.h index 6424bdd8..97d0375c 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c index d1c6ea37..97562786 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 - 2025 Michael Vetter + * Copyright (C) 2018 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/message.c b/src/xmpp/message.c index 30fb2696..1b627ef3 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h index db3b0fea..9bb21941 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 Michael Vetter * * This file is part of Profanity. * diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h index 26d3d259..5fd214c9 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 - 2025 Michael Vetter + * Copyright (C) 2019 - 2026 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 c3827b46..3ce64020 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 - 2025 Michael Vetter + * Copyright (C) 2020 - 2026 Michael Vetter * * This file is part of Profanity. *