.update-copyright.conf: update to pipe separators. master
authorW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 11:13:09 +0000 (07:13 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 11:13:09 +0000 (07:13 -0400)
This brings the config file up to speed with the following
update-copyright commit:

  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

.update-copyright.conf

index 0de6e81161cd6f2937b095dd824609c778b20870..1b53968d13928d52725974e098c5f37628ba1559 100644 (file)
@@ -5,7 +5,7 @@ vcs: Git
 [files]
 authors: yes
 files: yes
-ignored: COPYING, README, .update-copyright.conf, .git*
+ignored: COPYING | README | .update-copyright.conf | .git*
 
 [copyright]
 short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU General Public License.