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
The DCO is a legal protection for some licenses (such as MIT) which do not expressly verify contributors' consent.
MIT also does not have a patents clause, which the DCO helps address.
This is not retroactive, but could help protect future contributions.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,3 +40,30 @@ Good pull requests - patches, improvements, new features - are a fantastic help.
40
40
**Please ask first** before embarking on any significant pull request (e.g. implementing features, refactoring code), otherwise you risk spending a lot of time working on something that the project's developers might not want to merge into the project.
41
41
42
42
Please adhere to the coding conventions used throughout a project (indentation, accurate comments, etc.). See the [code style](https://www.bsframework.io/docs/code_style.html) guide and respect the style of surrounding code.
43
+
44
+
<aid="developers-certificate-of-origin"></a>
45
+
## Developer's Certificate of Origin 1.1
46
+
47
+
By making a contribution to this project, I certify that:
48
+
49
+
* (a) The contribution was created in whole or in part by me and I
50
+
have the right to submit it under the open source license
51
+
indicated in the file; or
52
+
53
+
* (b) The contribution is based upon previous work that, to the best
54
+
of my knowledge, is covered under an appropriate open source
55
+
license and I have the right under that license to submit that
56
+
work with modifications, whether created in whole or in part
57
+
by me, under the same open source license (unless I am
58
+
permitted to submit under a different license), as indicated
59
+
in the file; or
60
+
61
+
* (c) The contribution was provided directly to me by some other
62
+
person who certified (a), (b) or (c) and I have not modified
63
+
it.
64
+
65
+
* (d) I understand and agree that this project and the contribution
66
+
are public and that a record of the contribution (including all
67
+
personal information I submit with it, including my sign-off) is
68
+
maintained indefinitely and may be redistributed consistent with
69
+
this project or the open source license(s) involved.
0 commit comments