From 67728c15767a238a5679b5465aff01d364f6fb44 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 12 Mar 2019 07:53:07 +0900 Subject: [PATCH] Rename `MITL` to `LICENSE` to conform GitHub convention. --- LEGAL | 2 +- MITL => LICENSE | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename MITL => LICENSE (96%) diff --git a/LEGAL b/LEGAL index 84929998c..53de0cd9f 100644 --- a/LEGAL +++ b/LEGAL @@ -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: diff --git a/MITL b/LICENSE similarity index 96% rename from MITL rename to LICENSE index 8d8c78fab..ab5432331 100644 --- a/MITL +++ b/LICENSE @@ -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"), diff --git a/README.md b/README.md index e43510ebe..c3e9ae10a 100644 --- a/README.md +++ b/README.md @@ -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