From fa4e095bdf8b5adcf46619e5c2cf4e796d373df3 Mon Sep 17 00:00:00 2001 From: theshka Date: Tue, 1 Dec 2015 15:12:20 -0600 Subject: [PATCH] Move LICENSE to LICENSE.md --- .travis.yml | 2 +- CHANGELOG.md | 1 + LICENSE => LICENSE.md | 0 README.md | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) rename LICENSE => LICENSE.md (100%) diff --git a/.travis.yml b/.travis.yml index 90b27d2..ff01cd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ before_deploy: - composer install --no-dev --optimize-autoloader - find vendor/ -type d -path 'vendor/*/*/.git' -print0 | xargs -0 rm -rf - mv index.php.dist index.php - - tar -czf "pico-release-$TRAVIS_TAG.tar.gz" README.md LICENSE CONTRIBUTING.md CHANGELOG.md composer.json composer.lock config content-sample lib plugins themes vendor .htaccess index.php + - tar -czf "pico-release-$TRAVIS_TAG.tar.gz" README.md LICENSE.md CONTRIBUTING.md CHANGELOG.md composer.json composer.lock config content-sample lib plugins themes vendor .htaccess index.php deploy: provider: releases diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb2310..fe5acbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Released: - ``` * [New] This is Picos first stable release! The Pico Community wants to thank all contributors and users which made this possible! +* [Changed] Moving `LICENSE` to `LICENSE.md` ``` ### Version 1.0.0-beta.2 diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index 2fc8768..ca1356a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Pico ==== -[![License](https://img.shields.io/github/license/picocms/Pico.svg)](https://github.com/picocms/Pico/blob/master/LICENSE) +[![License](https://img.shields.io/github/license/picocms/Pico.svg)](https://github.com/picocms/Pico/blob/master/LICENSE.md) [![Version](https://img.shields.io/github/release/picocms/Pico.svg)](https://github.com/picocms/Pico/releases/latest) [![Build Status](https://img.shields.io/travis/picocms/Pico.svg)](https://travis-ci.org/picocms/Pico) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/theshka/pico.svg)](https://scrutinizer-ci.com/g/theshka/Pico/?branch=master)