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 | |
| parent | fba8ecf55ceb8bbe07d4beb24ce3c4dea6fde20b (diff) | |
| download | mruby-67728c15767a238a5679b5465aff01d364f6fb44.tar.gz mruby-67728c15767a238a5679b5465aff01d364f6fb44.zip | |
Rename `MITL` to `LICENSE` to conform GitHub convention.
| -rw-r--r-- | LEGAL | 2 | ||||
| -rw-r--r-- | LICENSE (renamed from MITL) | 2 | ||||
| -rw-r--r-- | README.md | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -2,5 +2,5 @@ LEGAL NOTICE INFORMATION ------------------------ All the files in this distribution are covered under the MIT license -(see the file MITL) except some files mentioned below: +(see the file LICENSE) except some files mentioned below: @@ -1,4 +1,4 @@ -Copyright (c) 2018 mruby developers +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"), @@ -59,7 +59,7 @@ how to use mrbgems look into the folder *examples/mrbgems/*. ## License -mruby is released under the [MIT License](MITL). +mruby is released under the [MIT License](LICENSE). ## Note for License |
