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

rich

python-dotenv

requests

sphinx

Optional Dependencies

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

black

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

This software uses Super Pocket (https://github.com/dim-gggl/super-pocket)
Copyright © 2025 Dimitri Gaggioli, MIT License

For Documentation

When referencing Super Pocket in documentation:

Contributing

By contributing to Super Pocket, you agree that your contributions will be licensed under the MIT License.

See Contributing to Super Pocket 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