summaryrefslogtreecommitdiffstats
path: root/crates/index/LICENSE-MIT
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-02-20 18:16:27 -0500
committerAndrew Gallant <jamslam@gmail.com>2022-08-22 14:49:35 -0400
commit60a1db34a69b0d57adb9c2725366e9d8adb5efdc (patch)
treea2a39770b2ad0e86e2e3a8e6b59b3f26857f7302 /crates/index/LICENSE-MIT
parent87b33c96c02b5d728324632956d301ef3d234f80 (diff)
index: embarking on a most ambitious project...ag/index
Diffstat (limited to 'crates/index/LICENSE-MIT')
-rw-r--r--crates/index/LICENSE-MIT21
1 files changed, 21 insertions, 0 deletions
diff --git a/crates/index/LICENSE-MIT b/crates/index/LICENSE-MIT
new file mode 100644
index 00000000..3b0a5dc0
--- /dev/null
+++ b/crates/index/LICENSE-MIT
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2015 Andrew Gallant
+
+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.