This commit is contained in:
bastimeyer 2024-01-01 13:58:16 +01:00 committed by Sebastian Meyer
parent e1d1426a6c
commit c7d6b16520
3 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Copyright (c) 2011-2016, Christopher Rosell
Copyright (c) 2016-2023, Streamlink Team
Copyright (c) 2016-2024, Streamlink Team
All rights reserved.
Redistribution and use in source and binary forms, with or without
@ -21,4 +21,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project = 'Streamlink'
copyright = '2023, Streamlink'
copyright = '2024, 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 2023 Streamlink"
__copyright__ = "Copyright 2024 Streamlink"
__credits__ = ["https://github.com/streamlink/streamlink/blob/master/AUTHORS"]
from streamlink.api import streams