diff options
| author | engn33r <engn33r@users.noreply.github.com> | 2021-12-31 22:18:39 -0500 |
|---|---|---|
| committer | engn33r <engn33r@users.noreply.github.com> | 2021-12-31 22:18:39 -0500 |
| commit | 81fa70d259ce1609b3fb1bf66c8a9bed81a3f28c (patch) | |
| tree | 436c21bdae3551263b8e6f728be9c2de9d79d26d /docs | |
| parent | da1b0509ecbd71b3ad1e37a1768b328711d9e955 (diff) | |
| download | websocket-client-81fa70d259ce1609b3fb1bf66c8a9bed81a3f28c.tar.gz | |
Update copyright year to 2022
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/about.rst | 2 | ||||
| -rw-r--r-- | docs/source/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/about.rst b/docs/source/about.rst index 58dca79..f09aa17 100644 --- a/docs/source/about.rst +++ b/docs/source/about.rst @@ -4,7 +4,7 @@ About The websocket-client project was started in 2011, but experienced a slowdown in development in 2019-2020. The original creator of this project was -`liris <https://github.com/liris>`_ and the current maintainer (as of 2021) is +`liris <https://github.com/liris>`_ and the current maintainer (since 2021) is `engn33r <https://github.com/engn33r>`_. The project is in the process of being rejuvenated, so any edits or suggestions are appreciated. No typo is too small for a pull request! See the :ref:`contributing` page for more info. diff --git a/docs/source/conf.py b/docs/source/conf.py index 803e50a..7efc02d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -30,7 +30,7 @@ def setup(app): # -- Project information ----------------------------------------------------- project = 'websocket-client' -copyright = '2021' +copyright = '2022' author = 'liris' # The full version, including alpha/beta/rc tags |
