diff options
author | baude <bbaude@redhat.com> | 2019-02-08 20:09:04 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-02-11 17:48:34 -0600 |
commit | a1ab6788e4df5cf270e99befdd69026e5d7fcd3a (patch) | |
tree | 62620c54b77201acd5ed578c3ab8b55da8f6ac6a /vendor/github.com/urfave/cli/LICENSE | |
parent | 54a5584d84d37632c1c8480d437a012625526a84 (diff) | |
download | podman-a1ab6788e4df5cf270e99befdd69026e5d7fcd3a.tar.gz podman-a1ab6788e4df5cf270e99befdd69026e5d7fcd3a.tar.bz2 podman-a1ab6788e4df5cf270e99befdd69026e5d7fcd3a.zip |
Remove urfave/cli from libpod
This is the final cleanup to remove urfave/sli from libpod. Removed
old, disabled tests that have not been run in over a year.
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'vendor/github.com/urfave/cli/LICENSE')
-rw-r--r-- | vendor/github.com/urfave/cli/LICENSE | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/urfave/cli/LICENSE b/vendor/github.com/urfave/cli/LICENSE deleted file mode 100644 index 42a597e29..000000000 --- a/vendor/github.com/urfave/cli/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2016 Jeremy Saenz & Contributors - -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. |