From: W. Trevor King Date: Sat, 20 Oct 2012 01:31:00 +0000 (-0400) Subject: .update-copyright.conf: add MANIFEST.in to ignored files. X-Git-Tag: v0.9.1~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4ac1bd6063a76ea8c537f3ab8d4b940beb544cbc;p=python-kmod.git .update-copyright.conf: add MANIFEST.in to ignored files. Signed-off-by: W. Trevor King --- 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.