patch 679eb7246c0f16324226b8f8213c9db37d652f31 Author: E. Bosch Date: Wed Jul 8 01:56:41 CEST 2026 * Update copyright notices diff -rN -u old-irgramd/LICENSE new-irgramd/LICENSE --- old-irgramd/LICENSE 2026-07-25 09:43:50.965501124 +0200 +++ new-irgramd/LICENSE 2026-07-25 09:43:50.965501124 +0200 @@ -2,6 +2,7 @@ Copyright (c) 2019 Peter Bui Copyright (c) 2020-2026 E. Bosch +Copyright (c) 2026 Miro (Mirochill on github.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff -rN -u old-irgramd/README.md new-irgramd/README.md --- old-irgramd/README.md 2026-07-25 09:43:50.965501124 +0200 +++ new-irgramd/README.md 2026-07-25 09:43:50.965501124 +0200 @@ -126,6 +126,7 @@ Copyright (c) 2019 Peter Bui Copyright (c) 2020-2026 E. Bosch +Copyright (c) 2026 Miro (Mirochill on github.com) 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/emoji2emoticon.py new-irgramd/emoji2emoticon.py --- old-irgramd/emoji2emoticon.py 2026-07-25 09:43:50.965501124 +0200 +++ new-irgramd/emoji2emoticon.py 2026-07-25 09:43:50.969501125 +0200 @@ -2,6 +2,7 @@ # emoji2emoticon.py: UTF-8 Emoji to ASCII emoticon replacement # # (C) Copyright 2019,2023,2025 E. Bosch +# (C) Copyright 2026 Miro (Mirochill on github.com) # # 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/irc.py new-irgramd/irc.py --- old-irgramd/irc.py 2026-07-25 09:43:50.965501124 +0200 +++ new-irgramd/irc.py 2026-07-25 09:43:50.969501125 +0200 @@ -3,6 +3,7 @@ # # Copyright (c) 2019 Peter Bui # Copyright (c) 2020-2024 E. Bosch +# Copyright (c) 2026 Miro (Mirochill on github.com) # # Use of this source code is governed by a MIT style license that # can be found in the LICENSE file included in this project.