summaryrefslogtreecommitdiffstats
path: root/koji-bisect.py
diff options
context:
space:
mode:
Diffstat (limited to 'koji-bisect.py')
-rwxr-xr-xkoji-bisect.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/koji-bisect.py b/koji-bisect.py
index 2cb1402..599c56c 100755
--- a/koji-bisect.py
+++ b/koji-bisect.py
@@ -1,5 +1,13 @@
#!/usr/bin/python
+# Copyright © 2012 Red Hat Inc.
+# Author(s): Josh Boyer <jwboyer@redhat.com>
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation; version 2 of the License.
+# See http://www.gnu.org/copyleft/gpl.html for the full text of the license.
+
import sys
import ConfigParser
import argparse