filemerger-cli
Copyright (c) 2026 BinaryFleet / Chandrashekhar Bhosale

This product is licensed under the MIT License. See the LICENSE file
in this repository for the full license text.

================================================================================
Trademarks
==========

"FileMerger" / "filemerger-cli" is the name of this project. It is not
affiliated with, endorsed by, or sponsored by any third-party software,
framework, service, or AI provider referenced in this project's
documentation.

This project may reference third-party products, services, programming
languages, or AI platforms by name for compatibility, integration, or
documentation purposes only. Such references do not imply any partnership,
certification, endorsement, or affiliation with their respective owners or
maintainers.

================================================================================
Third-party software
====================

The filemerger-cli package depends on the following third-party software:

pathspec
https://github.com/cpburnz/python-pathspec

Licensed under the Mozilla Public License 2.0 (MPL-2.0).

The dependency is used as an unmodified library dependency through standard
Python package management (pip) and retains its own license and copyright.

Any additional runtime dependency introduced in a future release remains
subject to its respective license and copyright terms.

Development-only tooling is not distributed as part of the runtime package
and is omitted from this notice. See pyproject.toml for the current list of
development and optional dependencies.

================================================================================
Security and Secret Handling
============================

filemerger-cli includes secret-redaction functionality intended to prevent
common credentials and sensitive token patterns from being included in
generated output.

Secret redaction is enabled by default where supported by the configured
output pipeline.

Users who explicitly disable secret redaction are responsible for ensuring
that generated output does not expose credentials, tokens, private keys, or
other sensitive information.

FileMerger is a developer utility and does not guarantee detection of every
possible secret or sensitive value.

================================================================================
License
=======

Copyright (c) 2026 BinaryFleet / Chandrashekhar Bhosale

FileMerger is released under the MIT License.

See the LICENSE file distributed with this repository for the complete
license text.
