From 4cf6c77e41a91656af6a369f14a9703fe0bee2b8 Mon Sep 17 00:00:00 2001 From: frostealth Date: Mon, 11 Apr 2016 23:39:55 +0600 Subject: [PATCH] license file has been renamed --- LICENSE.md => LICENSE | 0 README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE.md => LICENSE (100%) diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/README.md b/README.md index a60113a..8ef5364 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An Amazon S3 component for Yii2. -[![License](https://poser.pugx.org/frostealth/yii2-aws-s3/license)](https://github.com/frostealth/yii2-aws-s3/blob/2.x/LICENSE.md) +[![License](https://poser.pugx.org/frostealth/yii2-aws-s3/license)](https://github.com/frostealth/yii2-aws-s3/blob/2.x/LICENSE) [![Latest Stable Version](https://poser.pugx.org/frostealth/yii2-aws-s3/v/stable)](https://packagist.org/packages/frostealth/yii2-aws-s3) [![Total Downloads](https://poser.pugx.org/frostealth/yii2-aws-s3/downloads)](https://packagist.org/packages/frostealth/yii2-aws-s3) [![Latest Unstable Version](https://poser.pugx.org/frostealth/yii2-aws-s3/v/unstable)](https://packagist.org/packages/frostealth/yii2-aws-s3) @@ -279,4 +279,4 @@ allow to execute this command immediately: `$command->setSomething('some value') ## License Yii2 AWS S3 is licensed under the MIT License. -See the [LICENSE.md](LICENSE.md) file for more information. \ No newline at end of file +See the [LICENSE](LICENSE) file for more information. \ No newline at end of file