diff options
author | Runxi Yu <me@runxiyu.org> | 2024-12-07 21:13:28 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-12-07 21:13:28 +0800 |
commit | 8c18330aa3976aa981bbe4f135960a92b5923fb6 (patch) | |
tree | 6b1548fce387c3d86f110732f971d85f64990c9a /LICENSE.MIT | |
download | meseircd-8c18330aa3976aa981bbe4f135960a92b5923fb6.tar.gz meseircd-8c18330aa3976aa981bbe4f135960a92b5923fb6.tar.zst meseircd-8c18330aa3976aa981bbe4f135960a92b5923fb6.zip |
Initial commit
Diffstat (limited to 'LICENSE.MIT')
-rw-r--r-- | LICENSE.MIT | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/LICENSE.MIT b/LICENSE.MIT new file mode 100644 index 0000000..6c8954c --- /dev/null +++ b/LICENSE.MIT @@ -0,0 +1,16 @@ +This license applies to code copied from Ergo IRCd. + +Copyright (c) 2016-2021 Daniel Oaks +Copyright (c) 2018-2021 Shivaram Lingamneni + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. |