From 9e93806a996cb4e019d153d986b64ec4a032ad73 Mon Sep 17 00:00:00 2001 From: Youen Toupin Date: Thu, 28 May 2015 22:20:25 +0200 Subject: [PATCH] Updated license and .gitignore --- .gitignore | 3 +++ LICENSE => License.txt | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) rename LICENSE => License.txt (78%) diff --git a/.gitignore b/.gitignore index be11ecc..bdf7595 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ /*.suo +/Plugin/*.user +/Plugin/obj +/Plugin/bin diff --git a/LICENSE b/License.txt similarity index 78% rename from LICENSE rename to License.txt index 2048d51..fbbcb60 100644 --- a/LICENSE +++ b/License.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 neuoy +Copyright (c) 2014 Youen Toupin, aka neuoy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -20,3 +20,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Except as contained in this notice, the name of the copyright holders shall not +be used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from the copyright holders. \ No newline at end of file