diff options
author | murgatroid99 <michael.lumish@gmail.com> | 2015-01-29 09:38:42 -0800 |
---|---|---|
committer | murgatroid99 <michael.lumish@gmail.com> | 2015-01-29 09:38:42 -0800 |
commit | 5582b2d1d7a9c0537b3196f70fe7bd3c85310e64 (patch) | |
tree | 17f1b775da58aac6836f65889d4a9e03db735cb5 /third_party/cJSON/LICENSE | |
parent | 684f6f4359a4c09b3430ae8da80f9db5ac00a603 (diff) | |
parent | 9b3809f99f50c579aa2a21246514ae15b332187a (diff) |
Merge branch 'master' of github.com:google/grpc into node_server_metadata
Diffstat (limited to 'third_party/cJSON/LICENSE')
-rw-r--r-- | third_party/cJSON/LICENSE | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/third_party/cJSON/LICENSE b/third_party/cJSON/LICENSE deleted file mode 100644 index fa0a438e2c..0000000000 --- a/third_party/cJSON/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ - Copyright (c) 2009 Dave Gamble - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. - |