From 99829eff9cf4f50b2ae68e5e8fdfda905eb77d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=82=AD?= Date: Sun, 10 Jan 2021 19:56:42 +0500 Subject: [PATCH] Update copyright year in forgotten places (#583) --- README.md | 2 +- docs/source/conf.py | 2 +- pyrogram/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b139023..f8c4432e 100644 --- a/README.md +++ b/README.md @@ -71,5 +71,5 @@ pip3 install pyrogram ### Copyright & License -- Copyright (C) 2017-2020 Dan <> +- Copyright (C) 2017-2021 Dan <> - Licensed under the terms of the [GNU Lesser General Public License v3 or later (LGPLv3+)](COPYING.lesser) diff --git a/docs/source/conf.py b/docs/source/conf.py index ddfc6479..ca1d54d9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -28,7 +28,7 @@ from pygments.styles.friendly import FriendlyStyle FriendlyStyle.background_color = "#f3f2f1" project = "Pyrogram" -copyright = "2017-2020, Dan" +copyright = "2017-2021, Dan" author = "Dan" extensions = [ diff --git a/pyrogram/__init__.py b/pyrogram/__init__.py index 6e71b07a..08031e3e 100644 --- a/pyrogram/__init__.py +++ b/pyrogram/__init__.py @@ -18,7 +18,7 @@ __version__ = "1.1.9" __license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)" -__copyright__ = "Copyright (C) 2017-2020 Dan " +__copyright__ = "Copyright (C) 2017-2021 Dan " from concurrent.futures.thread import ThreadPoolExecutor