This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".
The branch, master has been updated
via 729e1ed6f87c2dedaedfdac1a8df4d3939f62c22 (commit)
from 87741e98fd7b6ecc5b51aff9be2629e147d01724 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 729e1ed6f87c2dedaedfdac1a8df4d3939f62c22
Author: Mark Wielaard <[email protected]>
Date: Mon Dec 2 11:16:00 2024 +0100
wwwdocs: Clarify DCO name/identity and (anonymous) pseudonym policy
Adjust the DCO text to match the broader community usage and
clarifications around the use of real names, known identities and
(anonymous) pseudonyms.
These changes clarify what was meant by "real name" and that it is not
required to be a "legal name" or any other stronger requirement than a
known identity and can be contacted to discuss the contribution as
adopted by other communities like the linux kernel, elfutils, cncf and
gentoo.
Also explain that the FSF assignment policy might be more appropriate
when wanting to contribute using an anonymous pseudonym or when
needing an explicit company disclaimer.
diff --git a/htdocs/dco.html b/htdocs/dco.html
index 68fa183b..0bf0d3fe 100644
--- a/htdocs/dco.html
+++ b/htdocs/dco.html
@@ -54,8 +54,21 @@ 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`.
+using a known identity (sorry, no anonymous contributions.) This will
+be done for you automatically if you use `git commit -s`. The name
+you use as your identity should not be an anonymous id or false name
+that misrepresents who you are.
+
+<p>A known identity can be the committer's real, birth or legal name,
+but can also be an established (online) identity. It is the name you
+convey to people in the community for them to use to identify you as
+you. A key concern is that your identification is sufficient enough
+to contact you if an issue were to arise in the future about your
+contribution. You should not deliberately use a name or email address
+that hides your identity. When you wish to only contribute under an
+(anonymous) pseudonym, or when you require an explicit employer
+disclaimer, then following the <a href="contribute.html#legal">FSF
+assignment process</a> is more appropriate.</p>
<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
-----------------------------------------------------------------------
Summary of changes:
htdocs/dco.html | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
hooks/post-receive
--
gcc-wwwdocs