mirror of https://github.com/apache/druid.git
use unminified jquery to be more friendly for source releases, fix license stuff (#7751)
* use unminified jquery to be more friendly for source releases, fix license stuff * other license file * rats
This commit is contained in:
parent
cfb7756c9b
commit
db3792727e
3
LICENSE
3
LICENSE
|
@ -277,6 +277,9 @@ SOURCE/WEB-CONSOLE
|
|||
This product bundles jQuery version 1.11.0, copyright jQuery Foundation, Inc.,
|
||||
which is available under an MIT license. For details, see licenses/src/jquery.MIT.
|
||||
|
||||
This product bundles sizzle.js by way of jQuery version 1.11.0, copyright jQuery Foundation and other contributors
|
||||
which is available under an MIT license. For details, see licenses/src/sizzle.MIT.
|
||||
|
||||
This product bundles jQuery UI version 1.9.2, copyright jQuery Foundation and other contributors,
|
||||
which is available under an MIT license. For details, see licenses/src/jquery-ui.MIT.
|
||||
|
||||
|
|
|
@ -746,6 +746,9 @@ SOURCE/WEB-CONSOLE
|
|||
This product bundles jQuery version 1.11.0, copyright jQuery Foundation, Inc.,
|
||||
which is available under an MIT license. For details, see licenses/src/jquery.MIT.
|
||||
|
||||
This product bundles sizzle.js by way of jQuery version 1.11.0, copyright jQuery Foundation and other contributors
|
||||
which is available under an MIT license. For details, see licenses/src/sizzle.MIT.
|
||||
|
||||
This product bundles jQuery UI version 1.9.2, copyright jQuery Foundation and other contributors,
|
||||
which is available under an MIT license. For details, see licenses/src/jquery-ui.MIT.
|
||||
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
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.
|
1
pom.xml
1
pom.xml
|
@ -1497,6 +1497,7 @@
|
|||
<licenseFamilyName>MIT JQuery</licenseFamilyName>
|
||||
<notes></notes>
|
||||
<patterns>
|
||||
<pattern>Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors</pattern>
|
||||
<pattern>Copyright 2012 jQuery Foundation and other contributors; Licensed MIT</pattern>
|
||||
<pattern>jQuery Foundation, Inc. | jquery.org/license</pattern>
|
||||
</patterns>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<style type="text/css">@import "old-console/css/demo_table.css";</style>
|
||||
|
||||
<script type="text/javascript" src="old-console/js/underscore-1.2.2.js"></script>
|
||||
<script type="text/javascript" src="old-console/js/jquery-1.11.0.min.js"></script>
|
||||
<script type="text/javascript" src="old-console/js/jquery-1.11.0.js"></script>
|
||||
<script type="text/javascript" src="old-console/js/jquery.dataTables-1.8.2.js"></script>
|
||||
<script type="text/javascript" src="old-console/js/druidTable-0.0.1.js"></script>
|
||||
<script type="text/javascript" src="old-console/js/tablehelper-0.0.2.js"></script>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<style type="text/css">@import "css/demo_table.css";</style>
|
||||
|
||||
<script type="text/javascript" src="js/underscore-1.2.2.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-1.11.0.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.dataTables-1.8.2.js"></script>
|
||||
<script type="text/javascript" src="js/druidTable-0.0.1.js"></script>
|
||||
<script type="text/javascript" src="js/init-0.0.2.js"></script>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<style type="text/css">@import "css/config.css";</style>
|
||||
|
||||
<script type="text/javascript" src="js/underscore-1.2.2.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-1.11.0.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-ui-1.9.2.js"></script>
|
||||
<script type="text/javascript" src="js/config-0.0.2.js"></script>
|
||||
</head>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<style type="text/css">@import "css/enable.css";</style>
|
||||
|
||||
<script type="text/javascript" src="js/underscore-1.2.2.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-1.11.0.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-ui-1.9.2.js"></script>
|
||||
<script type="text/javascript" src="js/enable-0.0.1.js"></script>
|
||||
</head>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -29,7 +29,7 @@
|
|||
<style type="text/css">@import "css/jquery-ui-1.9.2.css";</style>
|
||||
|
||||
<script type="text/javascript" src="js/underscore-1.2.2.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-1.11.0.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-ui-1.9.2.js"></script>
|
||||
<script type="text/javascript" src="js/kill-0.0.1.js"></script>
|
||||
</head>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<style type="text/css">@import "css/rules.css";</style>
|
||||
|
||||
<script type="text/javascript" src="js/underscore-1.2.2.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-1.11.0.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-ui-1.9.2.js"></script>
|
||||
<script type="text/javascript" src="js/rules-0.0.2.js"></script>
|
||||
</head>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<style type="text/css">@import "css/index.css";</style>
|
||||
|
||||
<script type="text/javascript" src="js/underscore-1.2.2.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-1.11.0.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.dataTables-1.8.2.js"></script>
|
||||
<script type="text/javascript" src="js/druidTable-0.0.1.js"></script>
|
||||
<script type="text/javascript" src="js/tablehelper-0.0.2.js"></script>
|
||||
|
|
Loading…
Reference in New Issue