From: W. Trevor King Date: Fri, 3 Oct 2014 03:44:33 +0000 (-0700) Subject: README: update to pipe separators X-Git-Tag: v0.6.1~2 X-Git-Url: http://git.tremily.us/?p=update-copyright.git;a=commitdiff_plain;h=43a108a869ee838d23e079475d8bae60a7762448;hp=cd7751d74780f3c73d843b46bff1182eae364114 README: update to pipe separators 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 Date: Fri Oct 19 21:52:48 2012 -0400 project: for consistency, also separate ignored paths with pipes --- diff --git a/README b/README index f979634..7e85b80 100644 --- a/README +++ b/README @@ -59,7 +59,7 @@ like:: [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] @@ -87,7 +87,7 @@ files/files 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