Packages

BIP-39 mnemonic tools for Elixir

Current section

Files

Jump to
mnemonist LICENCE.md
Raw

LICENCE.md

# Licence
- SPDX-Licence-Identifier: [Apache-2.0][apache-2] OR [MIT][mit].
Mnemonist is copyright © 2025 Austin Ziegler and is licensed under the
[Apache License, version 2.0](licences/APACHE-2.0.txt) or the
[MIT License](licenses/MIT.txt). The Apache license is the preferred license,
but Mnemonist is based on MIT-licensed work by:
- [Lanford Cai](https://github.com/LanfordCai/mnemonic), 2019
- [Ayrat Badykov](https://github.com/ayrat555/mnemoniac), 2023
- [Izel Nakri](https://github.com/izelnakri/mnemonic), 2017-2022
- [Pavol Rusnak and Trezor](https://github.com/trezor/python-mnemonic),
2013-2025
- [Jeong Han Seok](https://github.com/rudebono/bip39), 2019
## Developer Certificate of Origin
All contributors **must** certify they are willing and able to provide their
contributions under the terms of this project's licences with the certification
of the [Developer Certificate of Origin (Version 1.1)](licences/dco.txt).
Such certification is provided by ensuring that a `Signed-off-by`
[commit trailer][trailer] is present on every commit:
Signed-off-by: FirstName LastName <email@example.org>
The `Signed-off-by` trailer can be automatically added by git with the `-s` or
`--signoff` option on `git commit`:
```sh
git commit --signoff
```
[apache-2]: https://spdx.org/licenses/Apache-2.0.html
[mit]: https://spdx.org/licenses/MIT.html
[elixir]: https://github.com/elixir-lang/elixir
[trailer]: https://git-scm.com/docs/git-interpret-trailers