diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-13 17:51:55 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-13 17:51:55 -0700 |
commit | cbd83da82b15292337ff2b71e619c9a3a95f6d80 (patch) | |
tree | d48270f5e5f42f52622bd605e9803f7e2fe336b3 /Documentation/SubmittingPatches | |
parent | 814d8ffd5009e13f1266759b583ef847c5350d77 (diff) | |
download | kernel_samsung_aries-cbd83da82b15292337ff2b71e619c9a3a95f6d80.zip kernel_samsung_aries-cbd83da82b15292337ff2b71e619c9a3a95f6d80.tar.gz kernel_samsung_aries-cbd83da82b15292337ff2b71e619c9a3a95f6d80.tar.bz2 |
Update DCO ("signoff") rules to 1.1
This adds a clause that notes explicitly that the person doing the
sign-off knows that the project (and his sign-off) is public and will
possibly get archived and re-distributed.
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 9838d32..4d35562 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -271,7 +271,7 @@ patch, which certifies that you wrote it or otherwise have the right to pass it on as a open-source patch. The rules are pretty simple: if you can certify the below: - Developer's Certificate of Origin 1.0 + Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: @@ -291,6 +291,12 @@ can certify the below: 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. + then you just add a line saying Signed-off-by: Random J Developer <random@developer.org> |