# MIT License Copyright (c) 2017-2026, Mr. Walls 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 NON-INFRINGEMENT. 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. 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. Dependencies NOT included. *** ## Excluded Licenses, not included with package ### Third-Party Dependencies Multicast project testing code is under an MIT license like the Multicast module; however the project's Testing can use tools which are split between multiple licenses (but may not be bundled). While all of the source code is open-source, using some of the project testing is only possible in an environment where additional restrictions apply, due to third-party licensing which is incompatible if it were to be included with the rest of the project as a whole. ### Files: `requirements.txt`, `docs/requirements.txt`, `tests/requirements.txt` *** Certain Continuous Integration/Continuous Deployment (CI/CD) tools may require GNU licensed software to operate effectively. Environment Compatibility: Users must ensure that their testing environments are equipped with the necessary components and licenses to run the testing code. This is akin to a "batteries not included" disclaimer, indicating that additional setup may be required. Users are responsible for ensuring compliance with all applicable licenses and for setting up their environments accordingly. The individual dependencies are owned by their respective copyright holders. _NO ASSOCIATION._ *** ## Included Licenses and additional Acknowledgments included with package ### Files in `tests/`: `profiling.py`, `test_basic.py`, `test_usage.py` and parts of `context.py` *** Copyright (c) 2017-2022, Python Test Repo Template ALSO Licensed under MIT You may obtain a copy of the License at [MIT License](https://github.com/reactive-firewall/python-repo/blob/HEAD/LICENSE.md) *** ### Files: `.github/workflows/markdown-lint.yml`, and `.github/workflows/yaml-lint.yml` *** Copyright (c) 2017-2026, Your Mileage May Vary ALSO Licensed under MIT You may obtain a copy of the License at [MIT License](https://github.com/reactive-firewall/ymmv/blob/HEAD/LICENSE.md) *** ### File: `Logo.svg` *** Copyright (c) 2024-2026, Multicast Logo by Mr. Walls. Source-code (e.g., xml) is under Apache 2.0 License. Rasterized variants (e.g., when rendered/cached/etc. as an image with discrete dimensions) are the Multicast trademark (Namely Multicast's M like symbol and its likeness), and some rights are reserved. See the License for the specific language governing permissions and limitations under the License. You may obtain a copy of the License at [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0) *** ## Third-party Acknowledgments :bow: ### Files: `Logo.svg` *** The logo SVG file references, and when possible renders with, the font [CommicNeue](https://github.com/crozynski/comicneue/). Copyright 2014 The Comic Neue Project Authors (https://github.com/crozynski/comicneue) which was under an OFL-type license. See [OFL](https://raw.githubusercontent.com/crozynski/comicneue/d248cfb9/OFL.txt) for details. _NO ASSOCIATION._ *** ### Files: `multicast/send.py` and `multicast/recv.py` *** Some code (namely: run, and parseArgs) was modified/derived from [This answer on stackoverflow](https://stackoverflow.com/a/52791404) Copyright (c) 2019, ["pterodragon"](https://stackoverflow.com/users/5256940/pterodragon) which was under CC-by-sa-4 license. See [CC-by-sa-4](https://creativecommons.org/licenses/by-sa/4.0/) for details. The code in `parseArgs`, `run`, and `main` are thus **also** under [CC-by-sa-4](https://creativecommons.org/licenses/by-sa/4.0/) when regarded as source-code. _NO ASSOCIATION._ *** ### Files: `tests/profiling.py` *** Some code (namely: class timewith, @do_cprofile, @do_line_profile) was modified/derived from [profiling...like-a-boss](https://github.com/zapier/profiling-python-like-a-boss/tree/1ab93a1154) Copyright (c) 2013, Zapier Inc. All rights reserved. which was under BSD-3 Clause license. See [BSD-3 Clause](https://github.com/zapier/profiling-python-like-a-boss/blob/1ab93a1154/LICENSE.md) license for details. _NO ASSOCIATION._ *** ### Files: `docs/config.py` *** Some code (namely: Sphinx setup output config) was modified/derived from [Sphinx documentation](https://github.com/sphinx-doc/sphinx/blob/569fde84/doc/conf.py) Copyright (c) 2007-2024 by the Sphinx team. All rights reserved. which was under BSD-2 Clause license. See [BSD License](https://github.com/sphinx-doc/sphinx/blob/569fde84/LICENSE.rst) for details. _NO ASSOCIATION._ *** ### Files: `.github/CODE_OF_CONDUCT.md` *** The Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/) Copyright (c) 2014 by Coraline Ada Ehmke. which was under CC BY 4.0 license. See [CC BY 4.0 License](https://github.com/EthicalSource/contributor_covenant/blob/release/LICENSE.md) for details. _NO ASSOCIATION._ ***