View Source Licence

App Identity for Elixir is copyright © 2022 Kinetic Commerce and contributors and is licensed under Apache Licence, version 2.0.

Developer Certificate of Origin

All contributors must certify they are able and willing to provide their contributions under the terms of this project's licenses with the certification of the Developer Certificate of Origin (Version 1.1).

Such certification is provided by ensuring that the following line must be included as the last line of a commit message for every commit contributed:

Signed-off-by: FirstName LastName <email@example.org>

The Signed-off-by line can be automatically added by git with the -s or --signoff option on git commit:

git commit --signoff