As discussed during the GNU Cauldron 2025, any difference with DCO 1.1 is a bug.
Signed-off-by: Marc Poulhiès <[email protected]> --- Hello, as discussed during the session today, I get that this name requirement is a "bug" and should be dropped. The other 4 points are identical to current DCO 1.1 text. htdocs/dco.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/dco.html b/htdocs/dco.html index 68fa183b..1591b033 100644 --- a/htdocs/dco.html +++ b/htdocs/dco.html @@ -54,8 +54,7 @@ then you just add a line saying: <pre> Signed-off-by: Random J Developer <[email protected]></pre> -using your real name (sorry, no pseudonyms or anonymous contributions.) This -will be done for you automatically if you use `git commit -s`. +This will be done for you automatically if you use `git commit -s`. <p>Some people also put extra optional tags at the end. The GCC project does not require tags from anyone other than the original author of the patch, but -- 2.43.0
