diff options
| -rwxr-xr-x | selftest.py | 9 |
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 |
