t/README: remove mention of adding copyright notices
[gitweb.git] / 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)