No copyright notices on new tests

This commit is contained in:
Dale Wijnand 2018-09-07 11:46:53 +01:00 committed by GitHub
parent 2a00b5539d
commit f393341f79
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ To add a new test, the first thing you generally do is to create a
file, typically a Rust source file. Test files have a particular file, typically a Rust source file. Test files have a particular
structure: structure:
- They always begin with the [copyright notice](./conventions.html#copyright);
- then they should have some kind of - then they should have some kind of
[comment explaining what the test is about](#explanatory_comment); [comment explaining what the test is about](#explanatory_comment);
- next, they can have one or more [header commands](#header_commands), which - next, they can have one or more [header commands](#header_commands), which