Ship license files with the yotta module
diff --git a/yotta/create-module.sh b/yotta/create-module.sh
index 1386c07..4c79ebe 100755
--- a/yotta/create-module.sh
+++ b/yotta/create-module.sh
@@ -37,6 +37,9 @@
 cp data/module.json $TMP
 cp data/README.md $TMP
 
+cp ../LICENSE $TMP
+if [ -f ../apache-2.0.txt ]; then cp ../apache-2.0.txt $TMP; fi
+
 mkdir -p $DEST
 rsync -cr --delete --exclude build --exclude yotta_\* $TMP/ $DEST/
 rm -rf $TMP