diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-23 23:23:19 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-23 23:25:43 +0100 |
commit | b400ea8d09b516b40b767d9477634bab470d95ec (patch) | |
tree | ca4bc21d0b121f1dc98846c8a96225ef9c0a107d /json-rpc-shell.c | |
parent | ecad324ef338f4dd101b164ea41bb7db19ee582c (diff) | |
download | json-rpc-shell-b400ea8d09b516b40b767d9477634bab470d95ec.tar.gz json-rpc-shell-b400ea8d09b516b40b767d9477634bab470d95ec.tar.xz json-rpc-shell-b400ea8d09b516b40b767d9477634bab470d95ec.zip |
Not so trivial anymore
We're gonna implement WebSockets soon, so make appropriate changes to texts.
Updated copyright in LICENSE.
Diffstat (limited to 'json-rpc-shell.c')
-rw-r--r-- | json-rpc-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-rpc-shell.c b/json-rpc-shell.c index f50c859..1dbc286 100644 --- a/json-rpc-shell.c +++ b/json-rpc-shell.c @@ -1,5 +1,5 @@ /* - * json-rpc-shell.c: trivial JSON-RPC 2.0 shell + * json-rpc-shell.c: simple JSON-RPC 2.0 shell * * Copyright (c) 2014 - 2015, Přemysl Janouch <p.janouch@gmail.com> * All rights reserved. |