aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-03-19 17:18:03 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-03-19 17:18:03 +0000
commit5f03c5201377af10161e620a322ec24592a854ff (patch)
tree3fbb51d06d1b8da6da0251ee7a2780a1c385bb3e
parente0c5b36dcc92d97c65f14290bb78b2327ff731a5 (diff)
added license
-rw-r--r--h-client/hclient.py16
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')