From: W. Trevor King Date: Sat, 20 Oct 2012 11:15:21 +0000 (-0400) Subject: .update-copyright.conf: update to pipe separators. X-Git-Url: http://git.tremily.us/?p=pygrader.git;a=commitdiff_plain;h=4c5d113cedcf89bb0556db1de38ca7abd7551b9d .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 Date: Fri Oct 19 21:52:48 2012 -0400 project: for consistency, also separate ignored paths with pipes --- diff --git a/.update-copyright.conf b/.update-copyright.conf index 7c07fc9..7237fa2 100644 --- a/.update-copyright.conf +++ b/.update-copyright.conf @@ -5,7 +5,8 @@ vcs: Git [files] authors: yes files: yes -ignored: COPYING, README, .update-copyright.conf, .git*, */.gitignore, *.pyc +ignored: COPYING | README | .update-copyright.conf | .git* | */.gitignore | + *.pyc [copyright] short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU General Public License.