diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-03-23 01:01:25 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-03-23 01:01:25 +0000 |
commit | a2b68340b1cc18cd67d5608078cdfed191a69548 (patch) | |
tree | 8d02e339b53e41720f2d0a1ac51421c3f229ed0f /h-client | |
parent | 75789d1dc5dc617ad98bf959582ad609bdbb313d (diff) |
h-client: modified software description
Diffstat (limited to 'h-client')
-rwxr-xr-x | h-client/COPYRIGHT.txt | 2 | ||||
-rw-r--r-- | h-client/README.txt | 4 | ||||
-rw-r--r-- | h-client/hclient.py | 2 | ||||
-rw-r--r-- | h-client/hlibrary.py | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/h-client/COPYRIGHT.txt b/h-client/COPYRIGHT.txt index ee8ad69..c06e43b 100755 --- a/h-client/COPYRIGHT.txt +++ b/h-client/COPYRIGHT.txt @@ -1,4 +1,4 @@ -h-client, a python library to manage the database of an h-source node +h-client, a client for an h-source server (such as http://www.h-node.com) Copyright (C) 2011 Antonio Gallo diff --git a/h-client/README.txt b/h-client/README.txt index e0deed9..ae78e6e 100644 --- a/h-client/README.txt +++ b/h-client/README.txt @@ -1,7 +1,7 @@ == Introduction == -h-client, a python library to manage the database of an h-source node +h-client, a client for an h-source server (such as http://www.h-node.com) == Requirements == @@ -30,7 +30,7 @@ python hclient.py -h-client, a python library to manage the database of an h-source node +h-client, a client for an h-source server (such as http://www.h-node.com) Copyright (C) 2011 Antonio Gallo diff --git a/h-client/hclient.py b/h-client/hclient.py index 7fdd318..949a7ba 100644 --- a/h-client/hclient.py +++ b/h-client/hclient.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# h-client, a python library to manage the database of an h-source node +# h-client, a client for an h-source server (such as http://www.h-node.com) # Copyright (C) 2011 Antonio Gallo # # diff --git a/h-client/hlibrary.py b/h-client/hlibrary.py index 4be6a1b..393de7e 100644 --- a/h-client/hlibrary.py +++ b/h-client/hlibrary.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# h-client, a python library to manage the database of an h-source node +# h-client, a client for an h-source server (such as http://www.h-node.com) # Copyright (C) 2011 Antonio Gallo # # |