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 <t.gummerer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Thomas Gummerer committed
Nov 26, 2017 at 20:20 UTC
51b7a525223bfa856b0ab44c7afe517dfeed465a
1 file changed
+1
-4
t/README
+1
-4
@@ -332,13 +332,10 @@ Writing Tests
332
-------------
333
334
The test script is written as a shell script. It should start
335
-with the standard "#!/bin/sh" with copyright notices, and an
335
+with the standard "#!/bin/sh", and an
336
assignment to variable 'test_description', like this:
337
338
#!/bin/sh
339
- #
340
- # Copyright (c) 2005 Junio C Hamano
341
- #
339
340
test_description='xxx test (option --frotz)
341