summaryrefslogtreecommitdiff
path: root/vendor/github.com/mailru/easyjson/LICENSE
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-01-08 13:47:51 -0500
committerMatthew Heon <matthew.heon@pm.me>2019-01-10 15:48:09 -0500
commit07f3b147f1619b234cad0fda3d7556c1f05e7f11 (patch)
treeb50e4e5e7ddffc0010df82b0c09e6d25b336a7a0 /vendor/github.com/mailru/easyjson/LICENSE
parent36d96c19f947aeac2675afe64a3b482e54f9e4c4 (diff)
downloadpodman-07f3b147f1619b234cad0fda3d7556c1f05e7f11.tar.gz
podman-07f3b147f1619b234cad0fda3d7556c1f05e7f11.tar.bz2
podman-07f3b147f1619b234cad0fda3d7556c1f05e7f11.zip
Remove easyjson in preparation for switch to jsoniter
The jsoniter library does not require code generation, which is a massive advantage over easyjson (it's also about the same in performance). Begin moving over to it by removing the existing easyjson code. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'vendor/github.com/mailru/easyjson/LICENSE')
-rw-r--r--vendor/github.com/mailru/easyjson/LICENSE7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/github.com/mailru/easyjson/LICENSE b/vendor/github.com/mailru/easyjson/LICENSE
deleted file mode 100644
index fbff658f7..000000000
--- a/vendor/github.com/mailru/easyjson/LICENSE
+++ /dev/null
@@ -1,7 +0,0 @@
-Copyright (c) 2016 Mail.Ru Group
-
-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.