diff --git a/LICENSE b/LICENSE index a5ce941c..0917ffa8 100644 --- a/LICENSE +++ b/LICENSE @@ -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. - diff --git a/docs/conf.py b/docs/conf.py index 24d9a73b..68b13959 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/src/streamlink/__init__.py b/src/streamlink/__init__.py index df38f95f..9b445f78 100644 --- a/src/streamlink/__init__.py +++ b/src/streamlink/__init__.py @@ -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