summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-19 21:31:00 -0400
committerLucas De Marchi <lucas.demarchi@intel.com>2014-03-20 07:22:53 -0300
commit0330a6038f1ef7df23bfb73b9bfa128cc6ec221f (patch)
tree161fa2807b2994a2bbad0db35f3d1284e4b37f01
parent99c0e862cbbde38c23383ada0ebfd065ac49b1e7 (diff)
downloadkmod-0330a6038f1ef7df23bfb73b9bfa128cc6ec221f.tar.gz
python: .update-copyright.conf: add MANIFEST.in to ignored files.
-rw-r--r--libkmod/python/.update-copyright.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/libkmod/python/.update-copyright.conf b/libkmod/python/.update-copyright.conf
index 1dbc682..b4c80ff 100644
--- a/libkmod/python/.update-copyright.conf
+++ b/libkmod/python/.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 <agrover@redhat.com>
+[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.