summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-19 21:54:20 -0400
committerLucas De Marchi <lucas.demarchi@intel.com>2014-03-20 07:22:53 -0300
commit661c546c68014e50c2b04c4a0c91cce4e8b38c0c (patch)
treed9b9657c099597d4c1601b7b5d16d9b7e96649b5
parent0330a6038f1ef7df23bfb73b9bfa128cc6ec221f (diff)
downloadkmod-661c546c68014e50c2b04c4a0c91cce4e8b38c0c.tar.gz
python: .update-copyright.conf: update to pipe separators.
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.
-rw-r--r--libkmod/python/.update-copyright.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkmod/python/.update-copyright.conf b/libkmod/python/.update-copyright.conf
index b4c80ff..3462de2 100644
--- a/libkmod/python/.update-copyright.conf
+++ b/libkmod/python/.update-copyright.conf
@@ -5,8 +5,8 @@ vcs: Git
[files]
authors: yes
files: yes
-ignored: COPYING, COPYING.LESSER, README, README.rst, MANIFEST.in,
- .update-copyright.conf, .git*
+ignored: COPYING | COPYING.LESSER | README | README.rst | MANIFEST.in |
+ .update-copyright.conf | .git*
[aliases]
Red Hat, Inc.: Andy Grover <agrover@redhat.com>