The test suite of this repository consists of a collection of individual EPUB 3.3 publications. All tests in this repository are distributed under the W3C Software and Document License, with the W3C as a copyright holder. Contributors/creators are acknowledged individually, and should be listed in the package file of the test, alongside with the relevant license statement as follows:
<?xml version="1.0" encoding="UTF-8"?>
<package …>
<metadata>
…
<dc:creator>1st contributor's name</dc:creator>
<dc:creator>2nd contributor's name</dc:creator>
…
<link rel="dcterms:rights"
href="https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document"/>
<link rel="dcterms:rightsHolder" href="https://www.w3.org"/>
…
</metadata>
…
</package>
See the separate guide for further details on how to contribute to the test suite.