License ======= Super Pocket License Information MIT License ----------- Copyright (c) 2025 Dimitri Gaggioli (dim-gggl) 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. What This Means --------------- The MIT License is a permissive open-source license that allows you to: Permitted ~~~~~~~~~ * ✓ **Commercial Use** - Use Super Pocket in commercial projects * ✓ **Modification** - Modify the source code * ✓ **Distribution** - Distribute the software * ✓ **Private Use** - Use the software privately * ✓ **Sublicense** - Grant sublicenses to the software Conditions ~~~~~~~~~~ * **License and Copyright Notice** - Include the MIT License and copyright notice in your distributions * **Liability** - The software is provided "as is" without warranty Limitations ~~~~~~~~~~~ * ✗ **Liability** - The author is not liable for damages * ✗ **Warranty** - No warranty is provided Third-Party Licenses -------------------- Super Pocket uses several third-party libraries, each with their own licenses: Core Dependencies ~~~~~~~~~~~~~~~~~ click ^^^^^ * **License**: BSD-3-Clause * **Copyright**: Copyright © 2014 by the Pallets team * **URL**: https://palletsprojects.com/p/click/ rich ^^^^ * **License**: MIT * **Copyright**: Copyright © 2020 Will McGugan * **URL**: https://github.com/Textualize/rich python-dotenv ^^^^^^^^^^^^^ * **License**: BSD-3-Clause * **Copyright**: Copyright © 2014, Saurabh Kumar * **URL**: https://github.com/theskumar/python-dotenv requests ^^^^^^^^ * **License**: Apache-2.0 * **Copyright**: Copyright © 2019 Kenneth Reitz * **URL**: https://github.com/psf/requests sphinx ^^^^^^ * **License**: BSD-2-Clause * **Copyright**: Copyright © 2007-2024 by the Sphinx team * **URL**: https://www.sphinx-doc.org/ Optional Dependencies ~~~~~~~~~~~~~~~~~~~~~ fpdf2 ^^^^^ * **License**: LGPL-3.0 * **Copyright**: Copyright © 2002-2024 fpdf2 contributors * **URL**: https://github.com/py-pdf/fpdf2 Pillow ^^^^^^ * **License**: HPND (Historical Permission Notice and Disclaimer) * **Copyright**: Copyright © 1997-2011 by Secret Labs AB, Copyright © 1995-2011 by Fredrik Lundh * **URL**: https://github.com/python-pillow/Pillow Development Dependencies ~~~~~~~~~~~~~~~~~~~~~~~~ pytest ^^^^^^ * **License**: MIT * **Copyright**: Copyright © 2004 Holger Krekel and others * **URL**: https://pytest.org/ black ^^^^^ * **License**: MIT * **Copyright**: Copyright © 2018 Łukasz Langa and contributors * **URL**: https://github.com/psf/black ruff ^^^^ * **License**: MIT * **Copyright**: Copyright © 2022 Charlie Marsh * **URL**: https://github.com/astral-sh/ruff License Compatibility --------------------- All dependencies use licenses compatible with the MIT License: * **MIT** - Fully compatible * **BSD-2/3-Clause** - Fully compatible * **Apache-2.0** - Fully compatible * **LGPL-3.0** - Compatible (fpdf2 is LGPL) * **HPND** - Fully compatible Trademark --------- "Super Pocket" and the Super Pocket logo (if any) are trademarks of Dimitri Gaggioli. You may not use these trademarks without permission, except as necessary to describe the software or comply with the MIT License. Attribution ----------- When using or distributing Super Pocket, please include attribution: Minimal Attribution ~~~~~~~~~~~~~~~~~~~ .. code-block:: text This software uses Super Pocket (https://github.com/dim-gggl/super-pocket) Copyright © 2025 Dimitri Gaggioli, MIT License Recommended Attribution ~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: text Powered by Super Pocket - Developer Productivity Tools https://github.com/dim-gggl/super-pocket Copyright © 2025 Dimitri Gaggioli Licensed under the MIT License For Documentation ~~~~~~~~~~~~~~~~~ When referencing Super Pocket in documentation: * Link to the repository: https://github.com/dim-gggl/super-pocket * Link to the documentation: https://super-pocket.readthedocs.io/ * Mention the MIT License Contributing ------------ By contributing to Super Pocket, you agree that your contributions will be licensed under the MIT License. See :doc:`contributing` for more information. License Files ------------- License files in the repository: * ``LICENSE`` - Full MIT License text * ``NOTICE`` - Copyright and attribution notices * ``docs/license.rst`` - This file Questions --------- For questions about licensing: * Open an issue on GitHub * Contact: dim-gggl (GitHub username) Disclaimer ---------- This documentation is for informational purposes only and does not constitute legal advice. For legal questions, consult a qualified attorney. The official license text is in the ``LICENSE`` file in the repository root. In case of any discrepancy, the ``LICENSE`` file takes precedence. See Also -------- * `MIT License `_ - Official MIT License * `Open Source Initiative `_ - Open source licenses * `Choose a License `_ - License comparison * :doc:`contributing` - Contributing guidelines