Update DCO ("signoff") rules to 1.1
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 14 Jun 2005 00:51:55 +0000 (17:51 -0700)
committerW. Trevor King <wking@tremily.us>
Sat, 24 Nov 2012 18:42:58 +0000 (13:42 -0500)
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.

Documentation/SubmittingPatches

index 4055674e9a1bde8c20af86794b2127147eea181e..d64d3afafca3bb832756cc7f55fdf77496bd4790 100644 (file)
@@ -10,7 +10,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:
 
@@ -30,6 +30,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>