diff options
author | Jan Lehnardt <jan@apache.org> | 2010-06-01 13:17:19 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2010-06-01 13:17:19 +0000 |
commit | 6fffa56b736946cedf9d7199cae1a7eb1c16bd81 (patch) | |
tree | 093e2585f0c5dece2bbfd6e943fe015c76166a32 | |
parent | 5731599ef0128fca97444ee34dd2ca71edcaf16a (diff) |
add base64.js to license.skip and Makefile.am
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950066 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | license.skip | 1 | ||||
-rw-r--r-- | share/Makefile.am | 1 |
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 \ |