8000 Update Copyright to 2025 (#4631) · vavasik800/python-telegram-bot@5f35304 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f35304

Browse files
authored
Update Copyright to 2025 (python-telegram-bot#4631)
1 parent 3fc50c7 commit 5f35304

File tree

422 files changed

+422
-422
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

422 files changed

+422
-422
lines changed

docs/auxil/admonition_inserter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# A library that provides a Python interface to the Telegram Bot API
3-
# Copyright (C) 2015-2024
3+
# Copyright (C) 2015-2025
44
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
55
#
66
# This program is free software: you can redistribute it and/or modify

docs/auxil/kwargs_insertion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# A library that provides a Python interface to the Telegram Bot API
3-
# Copyright (C) 2015-2024
3+
# Copyright (C) 2015-2025
44
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
55
#
66
# This program is free software: you can redistribute it and/or modify

docs/auxil/link_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# A library that provides a Python interface to the Telegram Bot API
3-
# Copyright (C) 2015-2024
3+
# Copyright (C) 2015-2025
44
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
55
#
66
# This program is free software: you can redistribute it and/or modify

docs/auxil/sphinx_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# A library that provides a Python interface to the Telegram Bot API
3-
# Copyright (C) 2015-2024
3+
# Copyright (C) 2015-2025
44
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
55
#
66
# This program is free software: you can redistribute it and/or modify

docs/auxil/tg_const_role.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# A library that provides a Python interface to the Telegram Bot API
3-
# Copyright (C) 2015-2024
3+
# Copyright (C) 2015-2025
44
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
55
#
66
# This program is free software: you can redistribute it and/or modify

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# -- General configuration ------------------------------------------------
1414
# General information about the project.
1515
project = "python-telegram-bot"
16-
copyright = "2015-2024, Leandro Toledo"
16+
copyright = "2015-2025, Leandro Toledo"
1717
author = "Leandro Toledo"
1818

1919
# The version info for the project you're documenting, acts as replacement for

telegram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
#
33
# A library that provides a Python interface to the Telegram Bot API
4-
# Copyright (C) 2015-2024
4+
# Copyright (C) 2015-2025
55
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
66
#
77
# This program is free software: you can redistribute it and/or modify

telegram/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# !/usr/bin/env python
22
#
33
# A library that provides a Python interface to the Telegram Bot API
4-
# Copyright (C) 2015-2024
4+
# Copyright (C) 2015-2025
55
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
66
#
77
# This program is free software: you can redistribute it and/or modify

telegram/_birthdate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
#
33
# A library that provides a Python interface to the Telegram Bot API
4-
# Copyright (C) 2015-2024
4+
# Copyright (C) 2015-2025
55
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
66
#
77
# This program is free software: you can redistribute it and/or modify

telegram/_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pylint: disable=too-many-arguments
33
#
44
# A library that provides a Python interface to the Telegram Bot API
5-
# Copyright (C) 2015-2024
5+
# Copyright (C) 2015-2025
66
# Leandro Toledo de Souza <devs@python-telegram-bot.org>
77
#
88
# This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)
0