diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-11-09 17:50:42 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-09 17:50:42 -0500 |
commit | 977305346cffad70f0977467153cce52b2d1ae0b (patch) | |
tree | 1f2d56eb4d5a21bafcfedf9ce201a97490bc4ec7 /hadrian/LICENSE | |
parent | bdd2d2862e248948efafa8ba4219e94825ddf21a (diff) | |
parent | 5cee48036ed69ae298a599d43cf72e0fe73e3b4e (diff) | |
download | haskell-977305346cffad70f0977467153cce52b2d1ae0b.tar.gz |
Merge initial Hadrian snapshot
We will continue to pull in squashed snapshots periodically until we
eventually discontinue development in Hadrian's GitHub repository.
Diffstat (limited to 'hadrian/LICENSE')
-rw-r--r-- | hadrian/LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/hadrian/LICENSE b/hadrian/LICENSE new file mode 100644 index 0000000000..ff60fa8b44 --- /dev/null +++ b/hadrian/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2014-2017 Andrey Mokhov + +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. |