diff options
-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 # # |