]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/README: remove mention of adding copyright notices
authorThomas Gummerer <t.gummerer@gmail.com>
Sun, 26 Nov 2017 20:20:59 +0000 (20:20 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Nov 2017 01:36:57 +0000 (10:36 +0900)
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>
t/README

index 4b079e4494d9324f0b03dfe8f714b3717292c0b6..448569b60e0fac5a3605937117072d1fb7bc3af1 100644 (file)
--- 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)