update-copyright.py: Use the configured files.authors and files.files
authorW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 21:32:44 +0000 (16:32 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 21:48:34 +0000 (16:48 -0500)
commitfab5ea071cd189afe77e2a505bb833e333825407
tree0956ba9ad049ff18ce3c36d8544873c7cb0d2641
parentce322c67e77eb4102ab1feefbf37d7c542ed4ed8
update-copyright.py: Use the configured files.authors and files.files

Rather than reading them into Project.with_authors and
Project.with_files and then ignoring them.  This means that if you
don't want an AUTHOR file, you can disable it in your
.update-copyright.conf and then skip `--no-authors` on the command
line.
bin/update-copyright.py