<div>Dear all,</div><div>š</div><div>Have a question not directly related to license terms, it is more related to copyright inside an AUTHORS.txt file. My apologies in advance if the question is not suited for this mailing list.</div><div>š</div><div>I am looking for information on how to draft a "proper" AUTHORS.txt and the documentation seems scarce (or my google-fu needs tuning). One can debate if such file is needed or not, yet many projects include such file and this is a moot point.</div><div>š</div><div><a href="https://github.com/mozilla/gecko-dev/blob/master/python/virtualenv/AUTHORS.txt">https://github.com/mozilla/gecko-dev/blob/master/python/virtualenv/AUTHORS.txt</a></div><div><a href="https://github.com/rust-lang/rust/blob/master/AUTHORS.txt"></a><a>https://github.com/rust-lang/rust/blob/master/AUTHORS.txt</a></div><div><a href="https://github.com/adamcooke/gitscm/blob/master/config/authors.txt">https://github.com/adamcooke/gitscm/blob/master/config/authors.txt</a></div><div><a href="https://github.com/jquery/jquery/blob/master/AUTHORS.txt">https://github.com/jquery/jquery/blob/master/AUTHORS.txt</a></div><div>š</div><div>Some exist with slight more text:</div><div><a href="https://github.com/mozilla-services/redbarrel/blob/master/AUTHORS.txt">https://github.com/mozilla-services/redbarrel/blob/master/AUTHORS.txt</a></div><div>š</div><div>š</div><div>Looking at examples, a possible syntax could be:</div><div>š</div><div># line with comments</div><div>Name1 or Group1 <optional email address></div><div>Name2 or Group2 <optional email address></div><div>Name3 or Group3 <optional email address></div><div>...<br />š</div><div>And this output can be generated from a git repository using:</div><div>git log --format='%aN <%aE>' | sort -f | uniq</div><div>( source: <a>https://github.com/rust-lang/rust/issues/5037</a> )</div><div>š</div><div>š</div><div>Would you see this syntax as a reasonable way to draft an AUTHORS.txt file?</div><div>š</div><div>Is there something else missing to be considered or included?</div><div>š</div><div>Thanks,</div><div>Nuno</div><div>š</div><div>-- <br />http://triplecheck.net<br />phone:š +49 615 146 03187</div><div>š</div>