Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 912 Bytes

Licence.md

File metadata and controls

28 lines (19 loc) · 912 Bytes

Licence

@KineticCafe/docker-image-update-checker is copyright © 2024 Kinetic Commerce and contributors under the MIT license, except:

  • The copies of the MIT License and the Developer Certificate of Origin in licenses/.

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 the following line must be included as the last line of a commit message for every commit contributed:

Signed-off-by: FirstName LastName <[email protected]>

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

git commit --signoff