summaryrefslogtreecommitdiff
path: root/scripts/bundle_licenses.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bundle_licenses.sh')
-rwxr-xr-xscripts/bundle_licenses.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/bundle_licenses.sh b/scripts/bundle_licenses.sh
index ae94837d6..0886f897e 100755
--- a/scripts/bundle_licenses.sh
+++ b/scripts/bundle_licenses.sh
@@ -33,8 +33,7 @@ for file in $(find ./web/source | license_filter); do
done
# Copy over misc other licenses
-for file in ./LICENSE \
- ./web/source/nollamasworker/sha256.js; do
+for file in ./LICENSE; do
echo "----------------------------------------------------------" >> "$OUTPUT"
echo >> "$OUTPUT"
echo "${file}:" >> "$OUTPUT"