From 08f260d06a7f44edd042af31b3774e055853010a Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 22 Feb 2021 11:47:56 +0300 Subject: [PATCH] fix: typo in license files --- LICENCE_APACHE => LICENSE_APACHE | 0 LICENCE_MIT => LICENSE_MIT | 0 README.md | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename LICENCE_APACHE => LICENSE_APACHE (100%) rename LICENCE_MIT => LICENSE_MIT (100%) diff --git a/LICENCE_APACHE b/LICENSE_APACHE similarity index 100% rename from LICENCE_APACHE rename to LICENSE_APACHE diff --git a/LICENCE_MIT b/LICENSE_MIT similarity index 100% rename from LICENCE_MIT rename to LICENSE_MIT diff --git a/README.md b/README.md index 6bce802..d67a0ef 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For more information about the commands, simply run `migra help` Licensed under either of these: - * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE_APACHE) or https://www.apache.org/licenses/LICENSE-2.0) - * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * MIT license ([LICENSE-MIT](LICENSE_MIT) or https://opensource.org/licenses/MIT)