aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan DeMasi <jon.demasi@colorado.edu>2019-10-21 12:56:10 -0600
committerJonathan DeMasi <jon.demasi@colorado.edu>2019-10-21 12:56:10 -0600
commite4f9be0b4e63ff5989bda34fca189251baef1c84 (patch)
tree4144cd24d584f8cb4a384be3be2a511e57091ad4
parent492038445981cdd1939e99725aebe264895ab9ba (diff)
parent5e7b5f06bce4a76f18e122331f31bbc520aa3fbc (diff)
downloadgh_authkey_checker-e4f9be0b4e63ff5989bda34fca189251baef1c84.tar
gh_authkey_checker-e4f9be0b4e63ff5989bda34fca189251baef1c84.tar.gz
gh_authkey_checker-e4f9be0b4e63ff5989bda34fca189251baef1c84.tar.bz2
gh_authkey_checker-e4f9be0b4e63ff5989bda34fca189251baef1c84.tar.lz
gh_authkey_checker-e4f9be0b4e63ff5989bda34fca189251baef1c84.tar.xz
gh_authkey_checker-e4f9be0b4e63ff5989bda34fca189251baef1c84.tar.zst
gh_authkey_checker-e4f9be0b4e63ff5989bda34fca189251baef1c84.zip
Merge branch 'amayer5125-license'HEADmaster
-rw-r--r--LICENSE21
1 files changed, 21 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..a641ecf
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2019 Jonathan DeMasi
+
+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.