View Source Licence
Enviable is copyright © 2024 Austin Ziegler and is licensed under
Apache License, version 2.0. Portions of Enviable are
adapted from the System
module in Elixir.
Developer Certificate of Origin
All contributors must certify they are able and willing to provide their contributions under the terms of this project's licences with the certification of the Developer Certificate of Origin (Version 1.1).
Such certification is provided by ensuring that a Signed-off-by
commit 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
:
git commit --signoff