summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-09-23 13:53:40 -0400
committerWill Woods <wwoods@redhat.com>2009-09-23 13:53:40 -0400
commit8b8b30c5531830d03c2056d529b79548b7be1f4e (patch)
treec1ca2f741a722e47f478fd737ad4569cc43f011b
parentb2e555dc8ebe3971dd587cc40a8df04d6d5dd5ff (diff)
downloadisrawhidebroken-8b8b30c5531830d03c2056d529b79548b7be1f4e.tar.gz
israwhidebroken-8b8b30c5531830d03c2056d529b79548b7be1f4e.tar.xz
israwhidebroken-8b8b30c5531830d03c2056d529b79548b7be1f4e.zip
GPLv2+ boilerplate
-rw-r--r--israwhidebroken/client.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/israwhidebroken/client.py b/israwhidebroken/client.py
index 41f8dd1..474d438 100644
--- a/israwhidebroken/client.py
+++ b/israwhidebroken/client.py
@@ -1,5 +1,23 @@
#!/usr/bin/python
# uses the fedora.client library to talk to israwhidebroken
+#
+# Copyright 2009, Red Hat, Inc.
+#
+# 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.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# Author: Will Woods <wwoods@redhat.com>
from fedora.client import BaseClient, AppError, ServerError
import os, sys