summaryrefslogtreecommitdiffstats
path: root/selftest.py
diff options
context:
space:
mode:
authorWill Woods <wwoods@wills-mini.localdomain>2007-09-04 14:47:59 -0400
committerWill Woods <wwoods@wills-mini.localdomain>2007-09-04 14:52:31 -0400
commite6f699f06e92b1e49b1b8d2c8fbe89d9425a4a9a (patch)
treef0c17a2c279e829ca092e7f89c9014e0425bf726 /selftest.py
parentbebde5fd746a4ba694e39535a4274adc0ae41d75 (diff)
downloadpython-bugzilla-e6f699f06e92b1e49b1b8d2c8fbe89d9425a4a9a.tar.gz
python-bugzilla-e6f699f06e92b1e49b1b8d2c8fbe89d9425a4a9a.tar.xz
python-bugzilla-e6f699f06e92b1e49b1b8d2c8fbe89d9425a4a9a.zip
Add GPL header to selftest.py
Diffstat (limited to 'selftest.py')
-rwxr-xr-xselftest.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/selftest.py b/selftest.py
index 11d89a5..59607e3 100755
--- a/selftest.py
+++ b/selftest.py
@@ -1,6 +1,15 @@
#!/usr/bin/python
# Simple self-test of the bugzilla module
+# Copyright (C) 2007 Red Hat Inc.
+# Author: Will Woods <wwoods@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; either version 2 of the License, or (at your
+# option) any later version. See http://www.gnu.org/copyleft/gpl.html for
+# the full text of the license.
+
from bugzilla import Bugzilla
import os, glob, sys