From 2b233348db8cfbf19c537679db0dcaaeb958d7b2 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 20 Oct 2012 07:18:40 -0400 Subject: .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 | 3 ++- update-copyright | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.update-copyright.conf b/.update-copyright.conf index 2e47b00..8194c52 100644 --- a/.update-copyright.conf +++ b/.update-copyright.conf @@ -5,7 +5,8 @@ vcs: Git [files] authors: yes files: yes -ignored: AUTHORS, COPYING, README, .update-copyright.conf, .git*, .be*, *.pyc, */catmutt +ignored: AUTHORS | COPYING | README | .update-copyright.conf | .git* | .be* | + *.pyc | */catmutt [copyright] short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU General Public License. diff --git a/update-copyright b/update-copyright index d50736b..621ed3a 160000 --- a/update-copyright +++ b/update-copyright @@ -1 +1 @@ -Subproject commit d50736b78316eeec5b575d298cc24f385b06603c +Subproject commit 621ed3ab31f6cea366b91ef25821f101bf44d4c7 -- cgit