Re: [PATCH] libstdc++: Improve documentation on copyright notices in new tests

2025-06-13 Thread Tomasz Kaminski
On Wed, Jun 11, 2025 at 11:36 AM Jonathan Wakely wrote: > Clarify that FSF copyright notices in tests are incorrect for > contributions under DCO terms. Clarify the sentence about copying > existing tests to clarify that it is only referring to copying the code > in the test file, rather than jus

[PATCH] libstdc++: Improve documentation on copyright notices in new tests

2025-06-11 Thread Jonathan Wakely
Clarify that FSF copyright notices in tests are incorrect for contributions under DCO terms. Clarify the sentence about copying existing tests to clarify that it is only referring to copying the code in the test file, rather than just copying an existing file as a template for a new test. libstdc+