-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathContributorAgreement.txt
More file actions
79 lines (53 loc) · 3.13 KB
/
Copy pathContributorAgreement.txt
File metadata and controls
79 lines (53 loc) · 3.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Contributor Agreement
Version 1.2
To contribute to this project, you must (1) attest to your right to offer your
contribution and (2) clearly indicate whether you used artificial intelligence
tools to develop your contribution.
== (1) Your Right to Contribute ==
You must agree to and comply with the terms of the following agreement.
Complying with the agreement does not alter your right to use your
contributions for any other purpose.
Developer's Certificate of Origin 1.1
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 open source license indicated in
the file; 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 same open source license (unless I am permitted to submit
under a different license), as indicated in the file; 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
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
Indicate your acceptance of the agreement by including a "sign-off" in any
contribution you propose. The sign-off is a line of text that accompanies your
proposed contribution, attesting that you have the right to provide it.
When proposing changes via source control systems (such as Git), you can
comply with the agreement by adding the following line to your commit message:
Signed-off-by: Firstname Lastname <user@domain>
For example:
Signed-off-by: Random J. Developer <random@developer.example.org>
Please provide your real name (no pseudonyms or anonymous contributions). All
changes accepted into the project's official source code must be accompanied
by this sign-off.
== (2) Your Use of Generative AI Tools ==
You must note contributions generated in whole or in part by artificial
intelligence tools. In your comments or commit messages, provide any context
reviewers might need to understand the change, and explain which part(s) of
your proposed change came from the tool. Then follow the instructions below.
If you used a generative artificial intelligence tool to create your entire
contribution, add the following additional line to your commit message:
Generated-by: Assistant Name
For example:
Generated-by: Claude Code
If you used a generative artificial intelligence tool to assist you in
creating your contribution, add the following line to your commit message:
Assisted-by: Assistant Name
For example:
Assisted-by: GitHub Copilot