summaryrefslogtreecommitdiff
path: root/vendor/github.com/klauspost/cpuid/LICENSE
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-01-03 08:55:35 -0600
committerbaude <bbaude@redhat.com>2019-01-03 12:49:30 -0600
commit561e65969f89c6f60193cf1755752b571a1149f5 (patch)
tree8f2f784c27546f061a38cf5fe68a9ee672be950f /vendor/github.com/klauspost/cpuid/LICENSE
parent098c13418abf3985f20689bdda0361904a40ef98 (diff)
downloadpodman-561e65969f89c6f60193cf1755752b571a1149f5.tar.gz
podman-561e65969f89c6f60193cf1755752b571a1149f5.tar.bz2
podman-561e65969f89c6f60193cf1755752b571a1149f5.zip
vendor in new containers/storage
vendor in latest containers/storage which contains a fix for when a filesystem that overlayfs is on is ENOSPC. adding pgzip/compress as a new dep for c/s Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'vendor/github.com/klauspost/cpuid/LICENSE')
-rw-r--r--vendor/github.com/klauspost/cpuid/LICENSE22
1 files changed, 22 insertions, 0 deletions
diff --git a/vendor/github.com/klauspost/cpuid/LICENSE b/vendor/github.com/klauspost/cpuid/LICENSE
new file mode 100644
index 000000000..5cec7ee94
--- /dev/null
+++ b/vendor/github.com/klauspost/cpuid/LICENSE
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2015 Klaus Post
+
+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.
+