diff options
Diffstat (limited to 'h-client')
-rw-r--r-- | h-client/hclient.py | 16 |
1 files changed, 16 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. import pygtk pygtk.require('2.0') |