From 5f03c5201377af10161e620a322ec24592a854ff Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sat, 19 Mar 2011 17:18:03 +0000 Subject: added license --- h-client/hclient.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/h-client/hclient.py b/h-client/hclient.py index 72611c5..2ca8c03 100644 --- a/h-client/hclient.py +++ b/h-client/hclient.py @@ -1,4 +1,20 @@ # -*- coding: utf-8 -*- +# h-client, a python library to manage the database of an h-source node +# Copyright (C) 2011 Antonio Gallo +# +# +# h-client 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 3 of the License, or +# (at your option) any later version. +# +# h-client 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 h-client. If not, see . import pygtk pygtk.require('2.0') -- cgit v1.2.3