Add license files for upstream jquery-* libs

Updated the update scripts too

Change-Id: Ia5f509cdc3ab91cd30c81d91da999993d13c68d1
This commit is contained in:
Santhosh Thottingal
2016-06-03 16:48:13 +05:30
parent f41d47a4a0
commit 9327417702
17 changed files with 1482 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
BASEDIR=$(dirname "$0")
BASEDIR="$BASEDIR/.."
DEST="$BASEDIR/lib/"
DEST="$BASEDIR/lib/jquery.webfonts"
CLONEDIR="$BASEDIR/vendor/jquery.wefonts"
UPSTREAM="https://github.com/wikimedia/jquery.webfonts.git"
@@ -19,4 +19,4 @@ else
fi
rm -rf "$DEST/jquery.webfonts.js"
cp -R "$CLONEDIR/src/jquery.webfonts.js" "$DEST/jquery.webfonts.js"
cp -R "$CLONEDIR"/{src,*LICENSE} "$DEST"