patch 96f3cc24071c7b58c1647b1996dac3fee46eb367 Author: E. Bosch Date: Fri Jul 10 22:56:40 CEST 2026 * Update year in copyright notices diff -rN -u old-irgramd/irc.py new-irgramd/irc.py --- old-irgramd/irc.py 2026-07-25 09:19:16.665171669 +0200 +++ new-irgramd/irc.py 2026-07-25 09:19:16.665171669 +0200 @@ -2,7 +2,7 @@ # irc.py: IRC server side implementation # # Copyright (c) 2019 Peter Bui -# Copyright (c) 2020-2024 E. Bosch +# Copyright (c) 2020-2024,2026 E. Bosch # Copyright (c) 2026 Miro (Mirochill on github.com) # # Use of this source code is governed by a MIT style license that diff -rN -u old-irgramd/irgramd new-irgramd/irgramd --- old-irgramd/irgramd 2026-07-25 09:19:16.665171669 +0200 +++ new-irgramd/irgramd 2026-07-25 09:19:16.673171671 +0200 @@ -3,7 +3,7 @@ # irgramd: IRC-Telegram gateway - Main file # # Copyright (c) 2019 Peter Bui -# Copyright (c) 2020-2024 E. Bosch +# Copyright (c) 2020-2024,2026 E. Bosch # # Use of this source code is governed by a MIT style license that # can be found in the LICENSE file included in this project.