-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3766 from matrix-org/update-dco
update DCO
- Loading branch information
Showing
1 changed file
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,12 +71,11 @@ Matrix*](https://matrix.org/category/this-week-in-matrix/) updates for the SDK. | |
|
||
In order to have a concrete record that your contribution is intentional | ||
and you agree to license it under the same terms as the project's license, we've | ||
adopted the same lightweight approach that the Linux Kernel | ||
(https://www.kernel.org/doc/Documentation/SubmittingPatches), Docker | ||
(https://github.com/docker/docker/blob/master/CONTRIBUTING.md), and many other | ||
projects use: the DCO (Developer Certificate of Origin: | ||
http://developercertificate.org/). This is a simple declaration that you wrote | ||
the contribution or otherwise have the right to contribute it to Matrix: | ||
adopted the same lightweight approach that the [Linux Kernel](https://www.kernel.org/doc/Documentation/SubmittingPatches), | ||
[Docker](https://github.com/docker/docker/blob/master/CONTRIBUTING.md), and many other | ||
projects use: the DCO ([Developer Certificate of Origin](http://developercertificate.org/)). | ||
This is a simple declaration that you wrote the contribution or otherwise have the right | ||
to contribute it to Matrix: | ||
|
||
``` | ||
Developer Certificate of Origin | ||
|
@@ -123,11 +122,6 @@ include the line in your commit or pull request comment: | |
Signed-off-by: Your Name <[email protected]> | ||
``` | ||
|
||
We accept contributions under a legally identifiable name, such as your name on | ||
government documentation or common-law names (names claimed by legitimate usage | ||
or repute). Unfortunately, we cannot accept anonymous contributions at this | ||
time. | ||
|
||
Git allows you to add this signoff automatically when using the `-s` flag to | ||
`git commit`, which uses the name and email set in your `user.name` and | ||
`user.email` git configs. | ||
|