From 3b20ef5ecef4442ec51390977a657100e324ae6b Mon Sep 17 00:00:00 2001 From: Dima Granetchi Date: Thu, 9 Mar 2017 02:47:46 +0200 Subject: [PATCH] fix license file name --- .gitignore | 3 ++- LICENCE => LICENSE | 0 submit.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename LICENCE => LICENSE (100%) diff --git a/.gitignore b/.gitignore index 72853c0..18ad5ee 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ target/ *.sublime-workspace .DS_Store -Thumbs.db \ No newline at end of file +Thumbs.db +.history diff --git a/LICENCE b/LICENSE similarity index 100% rename from LICENCE rename to LICENSE diff --git a/submit.sh b/submit.sh index 3d47558..b31ba84 100755 --- a/submit.sh +++ b/submit.sh @@ -1,4 +1,4 @@ #!/bin/bash -zip -r haxelib.zip src haxelib.json README.md LICENCE +zip -r haxelib.zip src haxelib.json README.md LICENSE haxelib submit haxelib.zip \ No newline at end of file