From: Thomas Gummerer Date: Sun, 26 Nov 2017 20:20:59 +0000 (+0000) Subject: t/README: remove mention of adding copyright notices X-Git-Tag: v2.16.0-rc0~60^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51b7a525223bfa856b0ab44c7afe517dfeed465a;p=git t/README: remove mention of adding copyright notices We generally no longer include copyright notices in new test scripts. However t/README still mentions it as something to include at the top of every new script. Remove that mention as it's outdated. Signed-off-by: Thomas Gummerer Signed-off-by: Junio C Hamano --- diff --git a/t/README b/t/README index 4b079e4494..448569b60e 100644 --- a/t/README +++ b/t/README @@ -332,13 +332,10 @@ Writing Tests ------------- The test script is written as a shell script. It should start -with the standard "#!/bin/sh" with copyright notices, and an +with the standard "#!/bin/sh", and an assignment to variable 'test_description', like this: #!/bin/sh - # - # Copyright (c) 2005 Junio C Hamano - # test_description='xxx test (option --frotz)