CONTRIBUTING 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. This project embraces the Developer Certificate of Origin (DCO) for
  2. contributions. This means you must agree to the following prior to submitting
  3. patches, if you agree with this developer certificate you acknowledge this by
  4. adding a Signed-off-by tag to your patch commit log. Every submitted patch
  5. must have this.
  6. The source for the DCO:
  7. http://developercertificate.org/
  8. -----------------------------------------------------------------------
  9. Developer Certificate of Origin
  10. Version 1.1
  11. Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
  12. 660 York Street, Suite 102,
  13. San Francisco, CA 94110 USA
  14. Everyone is permitted to copy and distribute verbatim copies of this
  15. license document, but changing it is not allowed.
  16. Developer's Certificate of Origin 1.1
  17. By making a contribution to this project, I certify that:
  18. (a) The contribution was created in whole or in part by me and I
  19. have the right to submit it under the open source license
  20. indicated in the file; or
  21. (b) The contribution is based upon previous work that, to the best
  22. of my knowledge, is covered under an appropriate open source
  23. license and I have the right under that license to submit that
  24. work with modifications, whether created in whole or in part
  25. by me, under the same open source license (unless I am
  26. permitted to submit under a different license), as indicated
  27. in the file; or
  28. (c) The contribution was provided directly to me by some other
  29. person who certified (a), (b) or (c) and I have not modified
  30. it.
  31. (d) I understand and agree that this project and the contribution
  32. are public and that a record of the contribution (including all
  33. personal information I submit with it, including my sign-off) is
  34. maintained indefinitely and may be redistributed consistent with
  35. this project or the open source license(s) involved.