python: .update-copyright.conf: add MANIFEST.in to ignored files.
authorW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 01:31:00 +0000 (21:31 -0400)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 25 Mar 2014 03:34:16 +0000 (00:34 -0300)
libkmod/python/.update-copyright.conf

index 1dbc682..b4c80ff 100644 (file)
@@ -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.