From eda92001afe4c6afaecb1c100e5d95434f93905b Mon Sep 17 00:00:00 2001 From: metaprime Date: Sat, 18 Nov 2017 23:06:13 -0800 Subject: [PATCH] Update LICENSE and .gitignore --- .gitignore | 2 +- LICENSE.md => LICENSE.txt | 0 README.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE.md => LICENSE.txt (100%) diff --git a/.gitignore b/.gitignore index a640323f..434f0343 100644 --- a/.gitignore +++ b/.gitignore @@ -112,7 +112,7 @@ rips/ .history ripme.jar.update *.swp -rip.properties +*.properties history.json *.iml .settings/ diff --git a/LICENSE.md b/LICENSE.txt similarity index 100% rename from LICENSE.md rename to LICENSE.txt diff --git a/README.md b/README.md index 85f08b81..e6ab0355 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RipMe +# RipMe [![Licensed under the MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/RipMeApp/ripme/blob/master/LICENSE.txt) [![Build Status](https://travis-ci.org/RipMeApp/ripme.svg?branch=master)](https://travis-ci.org/RipMeApp/ripme) [![Join the chat at https://gitter.im/RipMeApp/Lobby](https://badges.gitter.im/RipMeApp/Lobby.svg)](https://gitter.im/RipMeApp/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)