Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 2.06 KB

CONTRIBUTING.md

File metadata and controls

50 lines (37 loc) · 2.06 KB

If you would like to contribute to the UniversalCodeGrep project, please certify your agreement to the following DCO:


UniversalCodeGrep Developer's Certificate of Origin Version 1.0

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I have the right to submit it under the appropriate version of the GNU General Public License; or

(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the GNU General Public License, in the appropriate version; or

(c) The contribution was provided directly to me by some other person who certified (a), (b), or (c) and I have not modified it.

(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all metadata and personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the requirements of the GNU GPL where they are relevant.

(e) I am granting this work to this project under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at the option of the project) any later version.

The text of the GPL version 3 can be found at this link: http://www.gnu.org/licenses/gpl-3.0.html


Please confirm your certification to the above by adding the following sign-off line to every git commit message of your submisions to the UniversalCodeGrep project:

Signed-off-by: Random J Developer <random@developer.example.org>

Use your real name (no pseudonyms or anonymous contributions can be accepted).

This line can be automatically added by git if you run the git commit command with the -s option. Signing can be done afterword with --amend -s.