From 8b8b30c5531830d03c2056d529b79548b7be1f4e Mon Sep 17 00:00:00 2001 From: Will Woods Date: Wed, 23 Sep 2009 13:53:40 -0400 Subject: GPLv2+ boilerplate --- israwhidebroken/client.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 from fedora.client import BaseClient, AppError, ServerError import os, sys -- cgit