diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-13 18:44:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-13 18:44:24 +0200 |
commit | ce64c1403df0e4ca75be50e4a835cc0889b0c8ac (patch) | |
tree | 9637b215859c8459f61f58fb23351201c42b3111 /contrib/snapcraft/LICENSE | |
parent | 7a859f064a1f4a5a7eb5ab0d8d175c2f0b0de497 (diff) | |
parent | e9365c1a81337c7700ae2d360082b6b1cadb7f0e (diff) | |
download | podman-ce64c1403df0e4ca75be50e4a835cc0889b0c8ac.tar.gz podman-ce64c1403df0e4ca75be50e4a835cc0889b0c8ac.tar.bz2 podman-ce64c1403df0e4ca75be50e4a835cc0889b0c8ac.zip |
Merge pull request #3772 from haircommander/snapcraft
fork https://github.com/abitrolly/podman
Diffstat (limited to 'contrib/snapcraft/LICENSE')
-rw-r--r-- | contrib/snapcraft/LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/snapcraft/LICENSE b/contrib/snapcraft/LICENSE new file mode 100644 index 000000000..81802d619 --- /dev/null +++ b/contrib/snapcraft/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Snapcrafters + +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. |