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:32:44 +0000 (16:32 -0500)
commitd841f5213b20a68dc9c211815b5cad983930518d
tree36f858b8e5c74a17cd13419d9a5679d37ed5f900
parentab16beff7ee7761485820077dedeff0208b8dcdb
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