diff options
author | Alan Pearce | 2024-05-10 15:10:01 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-10 15:24:10 +0200 |
commit | d75a137c0fa6498ca6e35a0f257634ea3df1bec6 (patch) | |
tree | 1f40b38343c7b3b3c9288026585ec5c0644bde0a /LICENSE | |
download | nix-packages-d75a137c0fa6498ca6e35a0f257634ea3df1bec6.tar.lz nix-packages-d75a137c0fa6498ca6e35a0f257634ea3df1bec6.tar.zst nix-packages-d75a137c0fa6498ca6e35a0f257634ea3df1bec6.zip |
initial commit
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..212cbf2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2018 Francesco Gazzetta + +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. + |