You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributions.md
+13-36Lines changed: 13 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,47 +54,24 @@ file:
54
54
*/
55
55
56
56
57
-
Code signing
57
+
Eclipse Contributor Agreement
58
58
============
59
59
60
-
The sign-off is a simple line at the end of the explanation for the
61
-
patch, which certifies that you wrote it or otherwise have the right to pass it
62
-
on as an open-source patch. The rules are pretty simple: if you can certify
63
-
the below:
60
+
Your contribution cannot be accepted unless you have a signed [ECA - Eclipse Foundation Contributor Agreement](http://www.eclipse.org/legal/ECA.php) in place.
64
61
65
-
Developer's Certificate of Origin 1.1
62
+
Here is the checklist for contributions to be considered _acceptable_:
66
63
67
-
By making a contribution to this project, I certify that:
68
-
69
-
(a) The contribution was created in whole or in part by me and I
70
-
have the right to submit it under the open source license
71
-
indicated in the file; or
72
-
73
-
(b) The contribution is based upon previous work that, to the best
74
-
of my knowledge, is covered under an appropriate open source
75
-
license and I have the right under that license to submit that
76
-
work with modifications, whether created in whole or in part
77
-
by me, under the same open source license (unless I am
78
-
permitted to submit under a different license), as indicated
79
-
in the file; or
80
-
81
-
(c) The contribution was provided directly to me by some other
82
-
person who certified (a), (b) or (c) and I have not modified
83
-
it.
84
-
85
-
(d) I understand and agree that this project and the contribution
86
-
are public and that a record of the contribution (including all
87
-
personal information I submit with it, including my sign-off) is
88
-
maintained indefinitely and may be redistributed consistent with
89
-
this project or the open source license(s) involved.
90
-
91
-
then you just add a line to each of your commits with `--signoff` saying
0 commit comments