* [PATCH] MAINTTAINERS: update DCO info
@ 2007-08-22 15:24 Randy Dunlap
2007-08-22 22:57 ` Joe Perches
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2007-08-22 15:24 UTC (permalink / raw)
To: lkml; +Cc: torvalds, akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
Update URL for DCO (old URL is invalid).
Also, point to SubmittingPatches for the current DCO.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
MAINTAINERS | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--- linux-2.6.23-rc3-git2.orig/MAINTAINERS
+++ linux-2.6.23-rc3-git2/MAINTAINERS
@@ -45,8 +45,11 @@ trivial patch so apply some common sense
PLEASE remember that submissions must be made under the terms
of the OSDL certificate of contribution
- (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
+ (http://old.linux-foundation.org/newsroom/press_releases/2004/2004_05_24_dco.html)
and should include a Signed-off-by: line.
+ The current certificate is also documented in
+ Documentation/SubmittingPatches as the Developer's Certificate
+ of Origin (DCO).
6. Make sure you have the right to send any changes you make. If you
do changes at work you may find your employer owns the patch
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTTAINERS: update DCO info
2007-08-22 15:24 [PATCH] MAINTTAINERS: update DCO info Randy Dunlap
@ 2007-08-22 22:57 ` Joe Perches
2007-08-22 23:00 ` Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Joe Perches @ 2007-08-22 22:57 UTC (permalink / raw)
To: Randy Dunlap; +Cc: lkml, torvalds, akpm
On Wed, 2007-08-22 at 08:24 -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Update URL for DCO (old URL is invalid).
> Also, point to SubmittingPatches for the current DCO.
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> ---
> MAINTAINERS | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> --- linux-2.6.23-rc3-git2.orig/MAINTAINERS
> +++ linux-2.6.23-rc3-git2/MAINTAINERS
> @@ -45,8 +45,11 @@ trivial patch so apply some common sense
>
> PLEASE remember that submissions must be made under the terms
> of the OSDL certificate of contribution
> - (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
> + (http://old.linux-foundation.org/newsroom/press_releases/2004/2004_05_24_dco.html)
> and should include a Signed-off-by: line.
> + The current certificate is also documented in
> + Documentation/SubmittingPatches as the Developer's Certificate
> + of Origin (DCO).
Why have an external link which may go out of date
when we already have the cert?
It's really short, we could just quote it.
Maybe it should be a separate file
Documentation/Developer_Certificate_of_Origin
and referenced directly.
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTTAINERS: update DCO info
2007-08-22 22:57 ` Joe Perches
@ 2007-08-22 23:00 ` Randy Dunlap
2007-08-24 6:50 ` [PATCH v2] " Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2007-08-22 23:00 UTC (permalink / raw)
To: Joe Perches; +Cc: lkml, torvalds, akpm
Joe Perches wrote:
> On Wed, 2007-08-22 at 08:24 -0700, Randy Dunlap wrote:
>> From: Randy Dunlap <randy.dunlap@oracle.com>
>>
>> Update URL for DCO (old URL is invalid).
>> Also, point to SubmittingPatches for the current DCO.
>>
>> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
>> ---
>> MAINTAINERS | 5 ++++-
>> 1 file changed, 4 insertions(+), 1 deletion(-)
>>
>> --- linux-2.6.23-rc3-git2.orig/MAINTAINERS
>> +++ linux-2.6.23-rc3-git2/MAINTAINERS
>> @@ -45,8 +45,11 @@ trivial patch so apply some common sense
>>
>> PLEASE remember that submissions must be made under the terms
>> of the OSDL certificate of contribution
>> - (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
>> + (http://old.linux-foundation.org/newsroom/press_releases/2004/2004_05_24_dco.html)
>> and should include a Signed-off-by: line.
>> + The current certificate is also documented in
>> + Documentation/SubmittingPatches as the Developer's Certificate
>> + of Origin (DCO).
>
> Why have an external link which may go out of date
> when we already have the cert?
>
> It's really short, we could just quote it.
I wouldn't bother repeating it, but I'll happily remove the URL
and just refer to Documentation/SubmittingPatches. I think that
the latter is a good place for it to stay.
> Maybe it should be a separate file
> Documentation/Developer_Certificate_of_Origin
> and referenced directly.
>
> Developer's Certificate of Origin 1.1
>
> By making a contribution to this project, I certify that:
>
> (a) The contribution was created in whole or in part by me and I
> have the right to submit it under the open source license
> indicated in the file; or
>
> (b) The contribution is based upon previous work that, to the best
> of my knowledge, is covered under an appropriate open source
> license and I have the right under that license to submit that
> work with modifications, whether created in whole or in part
> by me, under the same open source license (unless I am
> permitted to submit under a different license), as indicated
> in the file; or
>
> (c) The contribution was provided directly to me by some other
> 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.
>
>
--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2] MAINTTAINERS: update DCO info
2007-08-22 23:00 ` Randy Dunlap
@ 2007-08-24 6:50 ` Randy Dunlap
0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2007-08-24 6:50 UTC (permalink / raw)
To: lkml; +Cc: Joe Perches, torvalds, akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
Drop the URL for DCO (URL is invalid).
Also, point to SubmittingPatches for the current DCO.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
MAINTAINERS | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--- linux-2.6.23-rc3-git6.orig/MAINTAINERS
+++ linux-2.6.23-rc3-git6/MAINTAINERS
@@ -44,9 +44,10 @@ trivial patch so apply some common sense
or does something very odd once a month document it.
PLEASE remember that submissions must be made under the terms
- of the OSDL certificate of contribution
- (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
- and should include a Signed-off-by: line.
+ of the OSDL certificate of contribution and should include a
+ Signed-off-by: line. The current version of this "Developer's
+ Certificate of Origin" (DCO) is listed in the file
+ Documentation/SubmittingPatches.
6. Make sure you have the right to send any changes you make. If you
do changes at work you may find your employer owns the patch
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-24 6:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-22 15:24 [PATCH] MAINTTAINERS: update DCO info Randy Dunlap
2007-08-22 22:57 ` Joe Perches
2007-08-22 23:00 ` Randy Dunlap
2007-08-24 6:50 ` [PATCH v2] " Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox