THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
==============================================
MediaboxMC incorporates third-party open source software components.
The following is a list of these components and their respective licenses.
The Publisher (Revolt.Inc) gratefully acknowledges the contributions
of the open source community.
===============================================================================
TABLE OF CONTENTS
1. MPV Player (LGPL-2.1-or-later / GPL-2.0-or-later)
2. uosc - Modern OSC for MPV (LGPL-2.1)
3. Dapper (Apache-2.0)
4. Serilog.Extensions.Logging (Apache-2.0)
5. Serilog.Extensions.Hosting (Apache-2.0)
6. Serilog.Sinks.File (Apache-2.0)
7. BLAKE3 (CC0-1.0 / Apache-2.0)
8. Microsoft.Data.Sqlite (MIT)
9. TMDbLib (MIT)
10. CommunityToolkit.Mvvm (MIT)
11. Microsoft.Extensions.DependencyInjection (MIT)
12. Microsoft.Extensions.Hosting (MIT)
13. Microsoft.Extensions.Logging (MIT)
14. Microsoft.Extensions.Logging.Console (MIT)
15. SharpCompress (MIT)
===============================================================================
1. MPV PLAYER
https://mpv.io
https://github.com/mpv-player/mpv
MediaboxMC uses MPV as an external video player process. MPV is launched
as a separate executable and communicates with MediaboxMC via IPC
(named pipes). MPV is NOT embedded, statically linked, or included in the
MediaboxMC binary.
MPV is downloaded separately at first launch from public repositories.
You have the right to obtain the source code for MPV and to replace the
MPV binary with any compatible version you choose.
MPV is Copyright (C) the mpv project contributors.
The MPV binary may be distributed under either LGPL-2.1-or-later or
GPL-2.0-or-later depending on the build configuration and included
components (such as x264, x265, etc.).
Source Code: https://github.com/mpv-player/mpv
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
[This is the first released version of the Lesser GPL. It also counts
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]
TERMS AND CONDITIONS: See https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
---
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
TERMS AND CONDITIONS: See https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
===============================================================================
2. UOSC - MODERN OSC FOR MPV
https://github.com/tomasklaen/uosc
Copyright (C) tomasklaen and contributors.
Licensed under the GNU Lesser General Public License v2.1 (LGPL-2.1).
uosc is a user interface script for MPV. It is loaded by MPV at runtime
as a Lua script plugin. It is NOT part of the MediaboxMC binary.
Source Code: https://github.com/tomasklaen/uosc
License: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
===============================================================================
3. DAPPER
https://github.com/DapperLib/Dapper
Copyright (C) Marc Gravell, Nick Craver and contributors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
===============================================================================
4. SERILOG.EXTENSIONS.LOGGING
https://github.com/serilog/serilog-extensions-logging
Copyright (C) Serilog Contributors
Licensed under the Apache License, Version 2.0.
See: http://www.apache.org/licenses/LICENSE-2.0
===============================================================================
5. SERILOG.EXTENSIONS.HOSTING
https://github.com/serilog/serilog-extensions-hosting
Copyright (C) Serilog Contributors
Licensed under the Apache License, Version 2.0.
See: http://www.apache.org/licenses/LICENSE-2.0
===============================================================================
6. SERILOG.SINKS.FILE
https://github.com/serilog/serilog-sinks-file
Copyright (C) Serilog Contributors
Licensed under the Apache License, Version 2.0.
See: http://www.apache.org/licenses/LICENSE-2.0
===============================================================================
7. BLAKE3
https://github.com/xoofx/Blake3.NET
The BLAKE3 algorithm is released under CC0-1.0 (public domain) or
Apache-2.0, at your option.
The .NET binding (Blake3 NuGet package) is:
Copyright (C) Alexandre Mutel
Licensed under the BSD 2-Clause License:
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 HOLDER 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.
===============================================================================
8. MICROSOFT.DATA.SQLITE
https://github.com/dotnet/efcore
Copyright (C) .NET Foundation and Contributors
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE 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.
===============================================================================
9. TMDBLIB
https://github.com/LordMike/TMDbLib
Copyright (C) Michael Bisbjerg (LordMike)
Licensed under the MIT License.
See license text in Section 8 above.
===============================================================================
10. COMMUNITYTOOLKIT.MVVM
https://github.com/CommunityToolkit/dotnet
Copyright (C) .NET Foundation and Contributors
Licensed under the MIT License.
See license text in Section 8 above.
===============================================================================
11. MICROSOFT.EXTENSIONS.DEPENDENCYINJECTION
https://github.com/dotnet/runtime
Copyright (C) .NET Foundation and Contributors
Licensed under the MIT License.
See license text in Section 8 above.
===============================================================================
12. MICROSOFT.EXTENSIONS.HOSTING
https://github.com/dotnet/runtime
Copyright (C) .NET Foundation and Contributors
Licensed under the MIT License.
See license text in Section 8 above.
===============================================================================
13. MICROSOFT.EXTENSIONS.LOGGING
https://github.com/dotnet/runtime
Copyright (C) .NET Foundation and Contributors
Licensed under the MIT License.
See license text in Section 8 above.
===============================================================================
14. MICROSOFT.EXTENSIONS.LOGGING.CONSOLE
https://github.com/dotnet/runtime
Copyright (C) .NET Foundation and Contributors
Licensed under the MIT License.
See license text in Section 8 above.
===============================================================================
15. SHARPCOMPRESS
https://github.com/adamhathcock/sharpcompress
Copyright (C) Adam Hathcock
Licensed under the MIT License.
See license text in Section 8 above.
===============================================================================
FULL LICENSE TEXTS
The full text of the Apache License 2.0 is available at:
http://www.apache.org/licenses/LICENSE-2.0
The full text of the GNU LGPL 2.1 is available at:
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
The full text of the GNU GPL 2.0 is available at:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
The full text of the MIT License is included in Section 8 above.
===============================================================================
TMDB ATTRIBUTION
This product uses the TMDB API but is not endorsed or certified by TMDB.
https://www.themoviedb.org
===============================================================================