diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-05 18:14:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 18:14:53 +0100 |
commit | fc0673f5612368e0d90173bb061f4b257d08b885 (patch) | |
tree | 2a7146aa7fd8b18190523eb2211d90c61e97fac8 /vendor/github.com/acarl005/stripansi/LICENSE | |
parent | 107fd64970faa5870a4c23c971f5061e57b99067 (diff) | |
parent | baec9f3b10faa4f319b92549ea460aba0af91a4d (diff) | |
download | podman-fc0673f5612368e0d90173bb061f4b257d08b885.tar.gz podman-fc0673f5612368e0d90173bb061f4b257d08b885.tar.bz2 podman-fc0673f5612368e0d90173bb061f4b257d08b885.zip |
Merge pull request #5062 from vrothberg/update-image
vendor github.com/containers/image/v5@v5.2.0
Diffstat (limited to 'vendor/github.com/acarl005/stripansi/LICENSE')
-rw-r--r-- | vendor/github.com/acarl005/stripansi/LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/acarl005/stripansi/LICENSE b/vendor/github.com/acarl005/stripansi/LICENSE new file mode 100644 index 000000000..00abe0dbf --- /dev/null +++ b/vendor/github.com/acarl005/stripansi/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Andrew Carlson + +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. |