From 4ac1bd6063a76ea8c537f3ab8d4b940beb544cbc Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 19 Oct 2012 21:31:00 -0400 Subject: [PATCH] .update-copyright.conf: add MANIFEST.in to ignored files. Signed-off-by: W. Trevor King --- .update-copyright.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.update-copyright.conf b/.update-copyright.conf index 1dbc682..b4c80ff 100644 --- a/.update-copyright.conf +++ b/.update-copyright.conf @@ -5,12 +5,15 @@ vcs: Git [files] authors: yes files: yes -ignored: COPYING, COPYING.LESSER, README, README.rst, .update-copyright.conf, - .git* +ignored: COPYING, COPYING.LESSER, README, README.rst, MANIFEST.in, + .update-copyright.conf, .git* [aliases] Red Hat, Inc.: Andy Grover +[author-hacks] +kmod/kmod.pyx: Red Hat, Inc. + [copyright] short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU Lesser General Public License. long: This file is part of %(project)s. -- 2.26.2