Packages

Parse, resolve, and serialize Git .mailmap files in Elixir.

Current section

Files

Jump to
git_mailmap THIRD_PARTY_NOTICES.md
Raw

THIRD_PARTY_NOTICES.md

# Third-party notices
`git_mailmap` contains no third-party runtime code or runtime dependencies.
Its implementation and test fixtures are original. Compatibility research and
the selection of conformance scenarios were informed by these projects:
- [Git mailmap implementation and documentation](https://github.com/git/git),
licensed under GPL-2.0-only.
- [gitoxide `gix-mailmap`](https://github.com/GitoxideLabs/gitoxide), licensed
under MIT or Apache-2.0.
- [Ruby `mailmap`](https://github.com/manicmaniac/mailmap), licensed under MIT.
Those projects are not bundled with the package. Their names and links are
provided for attribution and compatibility provenance.