This brings the config file up to speed with the following
update-copyright commit (which landed in 0.5):
commit
3c68a1a48419d8b2bbc2ce0e7f1700b996ec30e9
Author: W. Trevor King <wking@tremily.us>
Date: Fri Oct 19 21:52:48 2012 -0400
project: for consistency, also separate ignored paths with pipes
[files]
authors: yes
files: yes
- ignored: COPYING, README, .update-copyright.conf, .git*
+ ignored: COPYING | README | .update-copyright.conf | .git*
pyfile: update_copyright/license.py
[copyright]
Should ``update-copyright.py`` update copyright blurbs in versioned
files? ``yes`` or ``no``.
files/ignored
- A comma-separated list of globs matching files that should not have
+ A pipe-separated list of globs matching files that should not have
copyright blurbs updated. This protects files that may accidentally
caught by the blurb update algorithm.
files/pyfile