From 49483579eded7ee4e23cc4b9a9e75ed20a4d62e8 Mon Sep 17 00:00:00 2001 From: back-to Date: Wed, 12 Feb 2020 19:22:26 +0100 Subject: [PATCH] LiveProxy 1.0.0 --- LICENSE | 2 +- NOTICE | 39 --------------------------------------- README.md | 2 +- liveproxy/__init__.py | 2 +- 4 files changed, 3 insertions(+), 42 deletions(-) delete mode 100644 NOTICE diff --git a/LICENSE b/LICENSE index 12149b1..51cd655 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2018, back-to +Copyright (c) 2018 - 2020, back-to All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/NOTICE b/NOTICE deleted file mode 100644 index f84419c..0000000 --- a/NOTICE +++ /dev/null @@ -1,39 +0,0 @@ -NOTICES: --------- - -This document includes a list of open source components used in LiveProxy. - -For easier maintenance, LiveProxy uses slightly modified code of Streamlink. - --------- - -## Streamlink - -* HOMEPAGE: - * https://streamlink.github.io/ - -* LICENSE: - - Copyright (c) 2011-2016, Christopher Rosell - Copyright (c) 2016-2018, Streamlink Team - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR - ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - 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/README.md b/README.md index 101cf9b..bceb6ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LiveProxy 0.3.0 +# LiveProxy 1.0.0 [![Build Status](https://travis-ci.org/back-to/liveproxy.svg?branch=master)](https://travis-ci.org/back-to/liveproxy) diff --git a/liveproxy/__init__.py b/liveproxy/__init__.py index e8e4b94..d1a82ef 100644 --- a/liveproxy/__init__.py +++ b/liveproxy/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.3.0' +__version__ = '1.0.0'