summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-09-30 14:41:25 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-09-30 14:41:25 -0400
commit6a9cfe2f241f0eed8d6b2c943a8fd04cc1a14019 (patch)
tree21a59088271ce56628cf692abe102388592e8f8b
parent0a9d93974f7f5ca4f8013d5f79faacc3446e7018 (diff)
parent62f7dbb72f44ecfaf3527f506810df8dcac1f279 (diff)
downloadchat-6a9cfe2f241f0eed8d6b2c943a8fd04cc1a14019.tar.gz
chat-6a9cfe2f241f0eed8d6b2c943a8fd04cc1a14019.tar.bz2
chat-6a9cfe2f241f0eed8d6b2c943a8fd04cc1a14019.zip
Merge pull request #883 from mattermost/plt-496
PLT-496 Adding MIT compiled licence to build
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4459da9dd..5cb5467f6 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ travis:
mkdir -p $(DIST_PATH)/api
cp -RL api/templates $(DIST_PATH)/api
- cp LICENSE.txt $(DIST_PATH)
+ cp build/MIT-COMPILED-LICENSE.md $(DIST_PATH)
cp NOTICE.txt $(DIST_PATH)
cp README.md $(DIST_PATH)
@@ -261,7 +261,7 @@ dist: install
mkdir -p $(DIST_PATH)/api
cp -RL api/templates $(DIST_PATH)/api
- cp LICENSE.txt $(DIST_PATH)
+ cp build/MIT-COMPILED-LICENSE.md $(DIST_PATH)
cp NOTICE.txt $(DIST_PATH)
cp README.md $(DIST_PATH)