diff --git a/src/iSponsorBlockTV/dial_client.py b/src/iSponsorBlockTV/dial_client.py index 68522dd..ce742c2 100644 --- a/src/iSponsorBlockTV/dial_client.py +++ b/src/iSponsorBlockTV/dial_client.py @@ -6,20 +6,20 @@ import ssdp import xmltodict from ssdp import network -"""Redistribution and use of the DIAL DIscovery And Launch protocol -specification (the “DIAL Specification”), with or without modification, -are permitted provided that the following conditions are met: ● -Redistributions of the DIAL Specification must retain the above copyright -notice, this list of conditions and the following disclaimer. ● -Redistributions of implementations of the DIAL Specification in source code -form must retain the above copyright notice, this list of conditions and the -following disclaimer. ● Redistributions of implementations of the DIAL -Specification in binary form must include the above copyright notice. ● The -DIAL mark, the NETFLIX mark and the names of contributors to the DIAL -Specification may not be used to endorse or promote specifications, software, -products, or any other materials derived from the DIAL Specification without -specific prior written permission. The DIAL mark is owned by Netflix and -information on licensing the DIAL mark is available at +"""Redistribution and use of the DIAL DIscovery And Launch protocol +specification (the “DIAL Specification”), with or without modification, +are permitted provided that the following conditions are met: ● +Redistributions of the DIAL Specification must retain the above copyright +notice, this list of conditions and the following disclaimer. ● +Redistributions of implementations of the DIAL Specification in source code +form must retain the above copyright notice, this list of conditions and the +following disclaimer. ● Redistributions of implementations of the DIAL +Specification in binary form must include the above copyright notice. ● The +DIAL mark, the NETFLIX mark and the names of contributors to the DIAL +Specification may not be used to endorse or promote specifications, software, +products, or any other materials derived from the DIAL Specification without +specific prior written permission. The DIAL mark is owned by Netflix and +information on licensing the DIAL mark is available at www.dial-multiscreen.org.""" """ @@ -44,7 +44,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.""" -"""Modified code from +"""Modified code from https://github.com/codingjoe/ssdp/blob/main/ssdp/__main__.py"""