* [PATCH] docs: Fix conflicting contributor identity info
@ 2025-03-18 23:53 Ammar Askar
2025-04-14 16:46 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Ammar Askar @ 2025-03-18 23:53 UTC (permalink / raw)
To: workflows; +Cc: corbet, Ammar Askar
In commit d4563201f33a ("Documentation: simplify and clarify DCO
contribution example language"), the patch submission documentation was
updated to remove the note about pseudonyms and instead simplify it to
allow "known identities".
The process documentation still explicitly prohibits pseudonymous
contributors. This patch changes the process documentation to line up
with the submitting patches document.
Signed-off-by: Ammar Askar <ammar@ammaraskar.com>
---
I ran into this page when searching for "kernel pseudonymous" and saw
that it conflicts with changes Linus made in the patch submission
document. Figured it might be worth updating.
Documentation/process/1.Intro.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Documentation/process/1.Intro.rst b/Documentation/process/1.Intro.rst
index c3d0270bbfb3..25ca49f7ae4d 100644
--- a/Documentation/process/1.Intro.rst
+++ b/Documentation/process/1.Intro.rst
@@ -251,12 +251,12 @@ there is no prospect of a migration to version 3 of the GPL in the
foreseeable future.
It is imperative that all code contributed to the kernel be legitimately
-free software. For that reason, code from anonymous (or pseudonymous)
-contributors will not be accepted. All contributors are required to "sign
-off" on their code, stating that the code can be distributed with the
-kernel under the GPL. Code which has not been licensed as free software by
-its owner, or which risks creating copyright-related problems for the
-kernel (such as code which derives from reverse-engineering efforts lacking
+free software. For that reason, code from contributors without a known
+identity or anonymous contributors will not be accepted. All contributors are
+required to "sign off" on their code, stating that the code can be distributed
+with the kernel under the GPL. Code which has not been licensed as free
+software by its owner, or which risks creating copyright-related problems for
+the kernel (such as code which derives from reverse-engineering efforts lacking
proper safeguards) cannot be contributed.
Questions about copyright-related issues are common on Linux development
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] docs: Fix conflicting contributor identity info
2025-03-18 23:53 [PATCH] docs: Fix conflicting contributor identity info Ammar Askar
@ 2025-04-14 16:46 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2025-04-14 16:46 UTC (permalink / raw)
To: Ammar Askar, workflows; +Cc: Ammar Askar
Ammar Askar <ammar@ammaraskar.com> writes:
> In commit d4563201f33a ("Documentation: simplify and clarify DCO
> contribution example language"), the patch submission documentation was
> updated to remove the note about pseudonyms and instead simplify it to
> allow "known identities".
>
> The process documentation still explicitly prohibits pseudonymous
> contributors. This patch changes the process documentation to line up
> with the submitting patches document.
>
> Signed-off-by: Ammar Askar <ammar@ammaraskar.com>
> ---
> I ran into this page when searching for "kernel pseudonymous" and saw
> that it conflicts with changes Linus made in the patch submission
> document. Figured it might be worth updating.
>
> Documentation/process/1.Intro.rst | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/Documentation/process/1.Intro.rst b/Documentation/process/1.Intro.rst
> index c3d0270bbfb3..25ca49f7ae4d 100644
> --- a/Documentation/process/1.Intro.rst
> +++ b/Documentation/process/1.Intro.rst
> @@ -251,12 +251,12 @@ there is no prospect of a migration to version 3 of the GPL in the
> foreseeable future.
>
> It is imperative that all code contributed to the kernel be legitimately
> -free software. For that reason, code from anonymous (or pseudonymous)
> -contributors will not be accepted. All contributors are required to "sign
> -off" on their code, stating that the code can be distributed with the
> -kernel under the GPL. Code which has not been licensed as free software by
> -its owner, or which risks creating copyright-related problems for the
> -kernel (such as code which derives from reverse-engineering efforts lacking
> +free software. For that reason, code from contributors without a known
> +identity or anonymous contributors will not be accepted. All contributors are
> +required to "sign off" on their code, stating that the code can be distributed
> +with the kernel under the GPL. Code which has not been licensed as free
> +software by its owner, or which risks creating copyright-related problems for
> +the kernel (such as code which derives from reverse-engineering efforts lacking
> proper safeguards) cannot be contributed.
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-14 16:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-18 23:53 [PATCH] docs: Fix conflicting contributor identity info Ammar Askar
2025-04-14 16:46 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox