Packages

GitHub context and webhook event payloads for GitHub Actions

Current section

Files

Jump to
pontil_context LICENCE.md
Raw

LICENCE.md

# Licence
<!-- SPDX-License-Identifier: Apache-2.0 -->
The Pontil project is copyright © 2026 Austin Ziegler and is licensed under the
[Apache License, version 2.0](licences/APACHE-2.0.txt).
Portions of `pontil_platform` are based on [DitherWither/platform][platform],
copyright © 2024 by DitherWither.
Pontil is based on [actions/toolkit][gha-toolkit], copyright 2019 GitHub and
contributors.
> SPDX Licence Description: [Apache-2.0][apache-2]
## 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
[elixir]: https://github.com/elixir-lang/elixir
[gha-toolkit]: https://github.com/actions/toolkit
[platform]: https://github.com/ditherwither/platform
[trailer]: https://git-scm.com/docs/git-interpret-trailers