summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 501e148cb..d8250c07f 100644
--- a/Makefile
+++ b/Makefile
@@ -72,8 +72,6 @@ travis:
mkdir -p $(DIST_PATH)/api
cp -RL api/templates $(DIST_PATH)/api
- cp APACHE-2.0.txt $(DIST_PATH)
- cp GNU-AGPL-3.0.txt $(DIST_PATH)
cp LICENSE.txt $(DIST_PATH)
cp NOTICE.txt $(DIST_PATH)
cp README.md $(DIST_PATH)
@@ -227,8 +225,6 @@ dist: install
mkdir -p $(DIST_PATH)/api
cp -RL api/templates $(DIST_PATH)/api
- cp APACHE-2.0.txt $(DIST_PATH)
- cp GNU-AGPL-3.0.txt $(DIST_PATH)
cp LICENSE.txt $(DIST_PATH)
cp NOTICE.txt $(DIST_PATH)
cp README.md $(DIST_PATH)