This commit is contained in:
bastimeyer 2023-01-01 00:00:00 +00:00 committed by Sebastian Meyer
parent d695e40e52
commit 578467b131
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Copyright (c) 2011-2016, Christopher Rosell
Copyright (c) 2016-2022, Streamlink Team
Copyright (c) 2016-2023, Streamlink Team
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = 'Streamlink'
copyright = '2022, Streamlink'
copyright = '2023, Streamlink'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the

View File

@ -13,7 +13,7 @@ from streamlink._version import __version__
__title__ = "streamlink"
__license__ = "Simplified BSD"
__author__ = "Streamlink"
__copyright__ = "Copyright 2022 Streamlink"
__copyright__ = "Copyright 2023 Streamlink"
__credits__ = ["https://github.com/streamlink/streamlink/blob/master/AUTHORS"]
from streamlink.api import streams