diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-02-03 23:02:29 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-02-03 23:02:29 +0100 |
commit | 58408ae74ada42e142df53bd8ea084deeb106ca2 (patch) | |
tree | 1b1c8f550373c7f28154342e20917efbadaadf75 | |
parent | 1529b959d29bdec355a26ce716f666eeef46d836 (diff) | |
download | json-rpc-shell-58408ae74ada42e142df53bd8ea084deeb106ca2.tar.gz json-rpc-shell-58408ae74ada42e142df53bd8ea084deeb106ca2.tar.xz json-rpc-shell-58408ae74ada42e142df53bd8ea084deeb106ca2.zip |
Fix and update LICENSE
-rw-r--r-- | LICENSE | 23 | ||||
-rw-r--r-- | json-rpc-shell.c | 1 |
2 files changed, 11 insertions, 13 deletions
@@ -1,14 +1,13 @@ - Copyright (c) 2014 - 2016, Přemysl Janouch <p.janouch@gmail.com> - All rights reserved. +Copyright (c) 2014 - 2016, Přemysl Janouch <p.janouch@gmail.com> - Permission to use, copy, modify, and/or distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY - SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION - OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/json-rpc-shell.c b/json-rpc-shell.c index cf6523b..2a36bf8 100644 --- a/json-rpc-shell.c +++ b/json-rpc-shell.c @@ -2,7 +2,6 @@ * json-rpc-shell.c: simple JSON-RPC 2.0 shell * * Copyright (c) 2014 - 2016, Přemysl Janouch <p.janouch@gmail.com> - * All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above |