diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-03-12 07:53:07 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-03-12 07:54:38 +0900 |
| commit | 67728c15767a238a5679b5465aff01d364f6fb44 (patch) | |
| tree | 8c671497f3d114a150dbc813d169e2c6a3387efb /LICENSE | |
| parent | fba8ecf55ceb8bbe07d4beb24ce3c4dea6fde20b (diff) | |
| download | mruby-67728c15767a238a5679b5465aff01d364f6fb44.tar.gz mruby-67728c15767a238a5679b5465aff01d364f6fb44.zip | |
Rename `MITL` to `LICENSE` to conform GitHub convention.
Diffstat (limited to 'LICENSE')
| -rw-r--r-- | LICENSE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..ab5432331 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2019 mruby developers + +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. + |
