Re: [PATCH] MAINTAINERS: create DCO section; add myself to it

2021-06-03 Thread Jason Merrill via Gcc-patches

On 6/2/21 12:33 PM, Koning, Paul wrote:




On Jun 2, 2021, at 11:03 AM, Jason Merrill via Gcc-patches 
 wrote:

On 6/1/21 3:22 PM, Richard Biener via Gcc wrote:

On June 1, 2021 7:30:54 PM GMT+02:00, David Malcolm via Gcc  
wrote:

...


The MAINTAINERS file doesn't seem to have such a "DCO list"
yet; does the following patch look like what you had in mind?

ChangeLog

* MAINTAINERS: Create DCO section; add myself to it.
---
MAINTAINERS | 12 
1 file changed, 12 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index db25583b37b..1148e0915cf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -685,3 +685,15 @@ Josef Zlomek   

James Dennett   
Christian Ehrhardt  
Dara Hazeghi
+
+
+DCO
+===
+
+Developers with commit access may add their name to the following list
+to certify the DCO (https://developercertificate.org/) for all

There should be a verbatim copy of the DCO in this file or the repository.


It's on the website now, at gcc.gnu.org/dco.html , and I've added the section 
to MAINTAINERS.  It's not clear to me that it needs to be in the source tree as 
well, since it's project contribution policy rather than license.


I'm wondering about change control of this document.  The GPL has a version 
number and references to use the version number.  The DCO seems to have a 
version number, but the DCO section in the MAINTAINERS file does not give it.  
I would think that a certification should call out which DCO it uses, whether 
in a one-off (in a patch) or in the MAINTAINERS DCO list.


I've added the version to the MAINTAINERS list, thanks.  It is not 
customary to mention the version in a Signed-off-by tag.


Jason



Re: [PATCH] MAINTAINERS: create DCO section; add myself to it

2021-06-02 Thread Koning, Paul via Gcc-patches



> On Jun 2, 2021, at 11:03 AM, Jason Merrill via Gcc-patches 
>  wrote:
> 
> On 6/1/21 3:22 PM, Richard Biener via Gcc wrote:
>> On June 1, 2021 7:30:54 PM GMT+02:00, David Malcolm via Gcc 
>>  wrote:
 ...
>>> 
>>> The MAINTAINERS file doesn't seem to have such a "DCO list"
>>> yet; does the following patch look like what you had in mind?
>>> 
>>> ChangeLog
>>> 
>>> * MAINTAINERS: Create DCO section; add myself to it.
>>> ---
>>> MAINTAINERS | 12 
>>> 1 file changed, 12 insertions(+)
>>> 
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index db25583b37b..1148e0915cf 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -685,3 +685,15 @@ Josef Zlomek   
>>> 
>>> James Dennett   
>>> Christian Ehrhardt  
>>> Dara Hazeghi
>>> +
>>> +
>>> +DCO
>>> +===
>>> +
>>> +Developers with commit access may add their name to the following list
>>> +to certify the DCO (https://developercertificate.org/) for all
>> There should be a verbatim copy of the DCO in this file or the repository.
> 
> It's on the website now, at gcc.gnu.org/dco.html , and I've added the section 
> to MAINTAINERS.  It's not clear to me that it needs to be in the source tree 
> as well, since it's project contribution policy rather than license.

I'm wondering about change control of this document.  The GPL has a version 
number and references to use the version number.  The DCO seems to have a 
version number, but the DCO section in the MAINTAINERS file does not give it.  
I would think that a certification should call out which DCO it uses, whether 
in a one-off (in a patch) or in the MAINTAINERS DCO list.

paul



Re: [PATCH] MAINTAINERS: create DCO section; add myself to it

2021-06-02 Thread Jason Merrill via Gcc-patches

On 6/1/21 3:22 PM, Richard Biener via Gcc wrote:

On June 1, 2021 7:30:54 PM GMT+02:00, David Malcolm via Gcc  
wrote:

On Tue, 2021-06-01 at 10:00 -0400, David Edelsohn via Gcc wrote:

GCC was created as part of the GNU Project but has grown to operate
asan autonomous project.

The GCC Steering Committee has decided to relax the requirement to
assign copyright for all changes to the Free Software Foundation.
GCC
will continue to be developed, distributed, and licensed under the
GNU
General Public License v3.0. GCC will now accept contributions with
or
without an FSF copyright assignment. This change is consistent with
the practices of many other major Free Software projects, such as the
Linux kernel.

Contributors who have an FSF Copyright Assignment don't need to
change anything.  Contributors who wish to utilize the Developer
Certificate
of Origin[1] should add a Signed-off-by message to their commit
messages.
Developers with commit access may add their name to the DCO list in
the
MAINTAINERS file to certify the DCO for all future commits in lieu of
individual
Signed-off-by messages for each commit.

The GCC Steering Committee continues to affirm the principles of Free
Software, and that will never change.

- The GCC Steering Committee

[1] https://developercertificate.org/



The MAINTAINERS file doesn't seem to have such a "DCO list"
yet; does the following patch look like what you had in mind?

ChangeLog

* MAINTAINERS: Create DCO section; add myself to it.
---
MAINTAINERS | 12 
1 file changed, 12 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index db25583b37b..1148e0915cf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -685,3 +685,15 @@ Josef Zlomek   

James Dennett   
Christian Ehrhardt  
Dara Hazeghi
+
+
+DCO
+===
+
+Developers with commit access may add their name to the following list
+to certify the DCO (https://developercertificate.org/) for all


There should be a verbatim copy of the DCO in this file or the repository.


It's on the website now, at gcc.gnu.org/dco.html , and I've added the 
section to MAINTAINERS.  It's not clear to me that it needs to be in the 
source tree as well, since it's project contribution policy rather than 
license.


Jason



Re: [PATCH] MAINTAINERS: create DCO section; add myself to it

2021-06-01 Thread Richard Biener via Gcc
On June 1, 2021 7:30:54 PM GMT+02:00, David Malcolm via Gcc  
wrote:
>On Tue, 2021-06-01 at 10:00 -0400, David Edelsohn via Gcc wrote:
>> GCC was created as part of the GNU Project but has grown to operate
>> as
>> an autonomous project.
>> 
>> The GCC Steering Committee has decided to relax the requirement to
>> assign copyright for all changes to the Free Software Foundation. 
>> GCC
>> will continue to be developed, distributed, and licensed under the
>> GNU
>> General Public License v3.0. GCC will now accept contributions with
>> or
>> without an FSF copyright assignment. This change is consistent with
>> the practices of many other major Free Software projects, such as the
>> Linux kernel.
>> 
>> Contributors who have an FSF Copyright Assignment don't need to
>> change anything.  Contributors who wish to utilize the Developer
>> Certificate
>> of Origin[1] should add a Signed-off-by message to their commit
>> messages.
>> Developers with commit access may add their name to the DCO list in
>> the
>> MAINTAINERS file to certify the DCO for all future commits in lieu of
>> individual
>> Signed-off-by messages for each commit.
>> 
>> The GCC Steering Committee continues to affirm the principles of Free
>> Software, and that will never change.
>> 
>> - The GCC Steering Committee
>> 
>> [1] https://developercertificate.org/
>> 
>
>The MAINTAINERS file doesn't seem to have such a "DCO list"
>yet; does the following patch look like what you had in mind?
>
>ChangeLog
>
>   * MAINTAINERS: Create DCO section; add myself to it.
>---
> MAINTAINERS | 12 
> 1 file changed, 12 insertions(+)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index db25583b37b..1148e0915cf 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -685,3 +685,15 @@ Josef Zlomek  
>
> James Dennett 
> Christian Ehrhardt
> Dara Hazeghi  
>+
>+
>+DCO
>+===
>+
>+Developers with commit access may add their name to the following list
>+to certify the DCO (https://developercertificate.org/) for all

There should be a verbatim copy of the DCO in this file or the repository. 

>+future commits in lieu of individual Signed-off-by messages for each
>commit.
>+
>+  DCO list(last name alphabetical order)
>+
>+David Malcolm 



[PATCH] MAINTAINERS: create DCO section; add myself to it

2021-06-01 Thread David Malcolm via Gcc
On Tue, 2021-06-01 at 10:00 -0400, David Edelsohn via Gcc wrote:
> GCC was created as part of the GNU Project but has grown to operate
> as
> an autonomous project.
> 
> The GCC Steering Committee has decided to relax the requirement to
> assign copyright for all changes to the Free Software Foundation. 
> GCC
> will continue to be developed, distributed, and licensed under the
> GNU
> General Public License v3.0. GCC will now accept contributions with
> or
> without an FSF copyright assignment. This change is consistent with
> the practices of many other major Free Software projects, such as the
> Linux kernel.
> 
> Contributors who have an FSF Copyright Assignment don't need to
> change anything.  Contributors who wish to utilize the Developer
> Certificate
> of Origin[1] should add a Signed-off-by message to their commit
> messages.
> Developers with commit access may add their name to the DCO list in
> the
> MAINTAINERS file to certify the DCO for all future commits in lieu of
> individual
> Signed-off-by messages for each commit.
> 
> The GCC Steering Committee continues to affirm the principles of Free
> Software, and that will never change.
> 
> - The GCC Steering Committee
> 
> [1] https://developercertificate.org/
> 

The MAINTAINERS file doesn't seem to have such a "DCO list"
yet; does the following patch look like what you had in mind?

ChangeLog

* MAINTAINERS: Create DCO section; add myself to it.
---
 MAINTAINERS | 12 
 1 file changed, 12 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index db25583b37b..1148e0915cf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -685,3 +685,15 @@ Josef Zlomek   

 James Dennett  
 Christian Ehrhardt 
 Dara Hazeghi   
+
+
+DCO
+===
+
+Developers with commit access may add their name to the following list
+to certify the DCO (https://developercertificate.org/) for all
+future commits in lieu of individual Signed-off-by messages for each commit.
+
+   DCO list(last name alphabetical order)
+
+David Malcolm  
-- 
2.26.3