Include Sizzle.js license

bundled jquery-ui bundles jquery which bundles sizzle (see our bundled
jquery.js)
update jquery.MIT license with license text from jquery-1.10.2 in github
(version noted in jquery.js)
add licenses/sizzle.MIT for sizzle version bundled by jquery-1.10.2
(jquery-1.10.2 github links to sizzle github version)
diff --git a/LICENSE b/LICENSE
index 7c57633..25dce2d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -223,4 +223,7 @@
 This product bundles portions of jquery which is available under a MIT license.
 For details, see licenses/jquery.MIT
 
+The bundled jquery bundles Sizzle which is available under a MIT license.
+For details, see licenses/sizzle.MIT
+
 ======================================
diff --git a/binary-release/LICENSE b/binary-release/LICENSE
index a152d21..8b5b0ed 100644
--- a/binary-release/LICENSE
+++ b/binary-release/LICENSE
@@ -395,4 +395,7 @@
         The file bundles portions of jquery which is available under a MIT license.
         For details, see licenses/jquery.MIT
     
+        The bundled jquery bundles Sizzle which is available under a MIT license.
+        For details, see licenses/sizzle.MIT
+    
 --------------------------------
diff --git a/licenses/jquery.MIT b/licenses/jquery.MIT
index 1837c84..0e8956f 100644
--- a/licenses/jquery.MIT
+++ b/licenses/jquery.MIT
@@ -1,27 +1,24 @@
 servlets/webapp_content/js/ext/jquery-ui-1.11.4.custom/external/jquery/jquery.js:
 License type: MIT
 
-  Copyright jQuery Foundation and other contributors, https://jquery.org/
-  
-  This software consists of voluntary contributions made by many
-  individuals. For exact contribution history, see the revision history
-  available at https://github.com/jquery/jquery
+Copyright 2013 jQuery Foundation and other contributors
+http://jquery.com/
 
-  Permission is hereby granted, free of charge, to any person obtaining
-  a copy of this software and associated documentation files (the
-  "Software"), to deal in the Software without restriction, including
-  without limitation the rights to use, copy, modify, merge, publish,
-  distribute, sublicense, and/or sell copies of the Software, and to
-  permit persons to whom the Software is furnished to do so, subject to
-  the following conditions:
-  
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/licenses/sizzle.MIT b/licenses/sizzle.MIT
new file mode 100644
index 0000000..7dced1a
--- /dev/null
+++ b/licenses/sizzle.MIT
@@ -0,0 +1,25 @@
+servlets/webapp_content/js/ext/jquery-ui-1.11.4.custom/external/jquery/jquery.js:
+For included Sizzle.js
+License type: MIT
+
+Copyright 2013 jQuery Foundation and other contributors
+http://jquery.com/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.