From f9c020da5dbb912e895a59f5d1c78d4e07a82223 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 20 Oct 2012 07:15:42 -0400 Subject: [PATCH] .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 --- .update-copyright.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.update-copyright.conf b/.update-copyright.conf index fd7b201..382680a 100644 --- a/.update-copyright.conf +++ b/.update-copyright.conf @@ -5,7 +5,7 @@ vcs: Git [files] authors: yes files: yes -ignored: COPYING, README, .update-copyright.conf, .git*, *.pyc +ignored: COPYING | README | .update-copyright.conf | .git* | *.pyc [copyright] short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU General Public License. -- 2.26.2