Skip to content

Commit 51b7a52

Browse files
tgummerergitster
authored andcommitted
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>
1 parent 7d22aec commit 51b7a52

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

t/README

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,13 +332,10 @@ Writing Tests
332332
-------------
333333

334334
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
336336
assignment to variable 'test_description', like this:
337337

338338
#!/bin/sh
339-
#
340-
# Copyright (c) 2005 Junio C Hamano
341-
#
342339

343340
test_description='xxx test (option --frotz)
344341

0 commit comments

Comments
 (0)