diff options
author | baude <bbaude@redhat.com> | 2017-11-03 20:32:06 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2017-11-03 20:37:09 -0500 |
commit | 9f5fa7f2eb4c2a441dc224c45ba981d595ac3638 (patch) | |
tree | 5f31ec1afb41af30f6fdd7aba84ddf143ec135cc /vendor/github.com/stretchr/testify/LICENSE | |
parent | 098389dc3e7bbba7c266ad24c909f3a5422e2908 (diff) | |
download | podman-9f5fa7f2eb4c2a441dc224c45ba981d595ac3638.tar.gz podman-9f5fa7f2eb4c2a441dc224c45ba981d595ac3638.tar.bz2 podman-9f5fa7f2eb4c2a441dc224c45ba981d595ac3638.zip |
Vendor in testify/assert and deps
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'vendor/github.com/stretchr/testify/LICENSE')
-rw-r--r-- | vendor/github.com/stretchr/testify/LICENSE | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vendor/github.com/stretchr/testify/LICENSE b/vendor/github.com/stretchr/testify/LICENSE new file mode 100644 index 000000000..473b670a7 --- /dev/null +++ b/vendor/github.com/stretchr/testify/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2012 - 2013 Mat Ryer and Tyler Bunnell + +Please consider promoting this project if you find it useful. + +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. |