summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--license.skip1
-rw-r--r--share/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/license.skip b/license.skip
index 32d8b7f1..ea059564 100644
--- a/license.skip
+++ b/license.skip
@@ -63,6 +63,7 @@
^share/www/script/jquery.*
^share/www/script/json2.js
^share/www/script/sha1.js
+^share/www/script/base64.js
^share/www/script/test/lorem*
^src/Makefile
^src/Makefile.in
diff --git a/share/Makefile.am b/share/Makefile.am
index ac4d6fb0..16221307 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -103,6 +103,7 @@ nobase_dist_localdata_DATA = \
www/script/json2.js \
www/script/oauth.js \
www/script/sha1.js \
+ www/script/base64.js \
www/script/test/all_docs.js \
www/script/test/attachments.js \
www/script/test/attachments_multipart.js \