patch 945c376d09b4d456a8da3a5cc9b3ef17a0735abb Author: E. Bosch Date: Wed Mar 29 21:50:59 CEST 2023 * Update year in copyright notices diff -rN -u old-irgramd-1/irc.py new-irgramd-1/irc.py --- old-irgramd-1/irc.py 2025-09-13 16:04:01.952237002 +0200 +++ new-irgramd-1/irc.py 2025-09-13 16:04:01.968236980 +0200 @@ -2,7 +2,7 @@ # irc.py: IRC server side implementation # # Copyright (c) 2019 Peter Bui -# Copyright (c) 2020-2022 E. Bosch +# Copyright (c) 2020-2023 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. diff -rN -u old-irgramd-1/irgramd new-irgramd-1/irgramd --- old-irgramd-1/irgramd 2025-09-13 16:04:01.952237002 +0200 +++ new-irgramd-1/irgramd 2025-09-13 16:04:01.968236980 +0200 @@ -3,7 +3,7 @@ # irgramd: IRC-Telegram gateway - Main file # # Copyright (c) 2019 Peter Bui -# Copyright (c) 2020-2022 E. Bosch +# Copyright (c) 2020-2023 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. diff -rN -u old-irgramd-1/service.py new-irgramd-1/service.py --- old-irgramd-1/service.py 2025-09-13 16:04:01.952237002 +0200 +++ new-irgramd-1/service.py 2025-09-13 16:04:01.976236969 +0200 @@ -1,7 +1,7 @@ # irgramd: IRC-Telegram gateway # service.py: IRC service/control command handlers # -# Copyright (c) 2022 E. Bosch +# Copyright (c) 2022,2023 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. diff -rN -u old-irgramd-1/telegram.py new-irgramd-1/telegram.py --- old-irgramd-1/telegram.py 2025-09-13 16:04:01.956236997 +0200 +++ new-irgramd-1/telegram.py 2025-09-13 16:04:01.980236963 +0200 @@ -2,7 +2,7 @@ # telegram.py: Interface to Telethon Telegram library # # Copyright (c) 2019 Peter Bui -# Copyright (c) 2020-2022 E. Bosch +# Copyright (c) 2020-2023 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. diff -rN -u old-irgramd-1/utils.py new-irgramd-1/utils.py --- old-irgramd-1/utils.py 2025-09-13 16:04:01.956236997 +0200 +++ new-irgramd-1/utils.py 2025-09-13 16:04:01.980236963 +0200 @@ -2,7 +2,7 @@ # utils.py: Helper functions # # Copyright (c) 2019 Peter Bui -# Copyright (c) 2020-2022 E. Bosch +# Copyright (c) 2020-2023 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.