Skip to content

Commit

Permalink
Adding min version of jquery.blockUI.js and License details
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorvpatil committed Sep 19, 2014
1 parent 83ec8b3 commit 3ab2063
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 614 deletions.
25 changes: 25 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -433,3 +433,28 @@ 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.

-----------------------------------------------------------------------

For jquery.blockUI.min.js (storm-core/src/ui/public/js/jquery.blockUI.min.js)

jQuery BlockUI; v20131009
http://jquery.malsup.com/block/
Copyright (c) 2013 M. Alsup; Dual licensed: MIT/GPL

Copyright © 2007-2013 M. Alsup.

MIT license selected:

The BlockUI plugin is dual licensed under the MIT and GPL licenses.

You may use either license. The MIT license is recommended for most projects
because it is simple and easy to understand and it places almost no
restrictions on what you can do with the plugin.

If the GPL suits your project better you are also free to use the plugin
under that license.

You do not have to do anything special to choose one license or the other and
you don't have to notify anyone which license you are using. You are free to
use the BlockUI plugin in commercial projects as long as the copyright header is left intact.

2 changes: 1 addition & 1 deletion storm-core/src/ui/public/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<script src="/js/jquery.mustache.js" type="text/javascript"></script>
<script src="/js/purl.js" type="text/javascript"></script>
<script src="/js/bootstrap-twipsy.js" type="text/javascript"></script>
<script src="/js/jquery.blockUI.min.js" type="text/javascript"></script>
<script src="/js/script.js" type="text/javascript"></script>
<script src="/js/moment.min.js" type="text/javascript"></script>
<script src="/js/jquery.blockUI.js" type="text/javascript"></script>
</head>
<body>
<h1><a href="/">Storm UI</a></h1>
Expand Down
2 changes: 1 addition & 1 deletion storm-core/src/ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<script src="/js/jquery.cookies.2.2.0.min.js" type="text/javascript"></script>
<script src="/js/jquery.mustache.js" type="text/javascript"></script>
<script src="/js/bootstrap-twipsy.js" type="text/javascript"></script>
<script src="/js/jquery.blockUI.min.js" type="text/javascript"></script>
<script src="/js/script.js" type="text/javascript"></script>
<script src="/js/jquery.blockUI.js" type="text/javascript"></script>
</head>
<body>
<h1><a href="/">Storm UI</a></h1>
Expand Down
Loading

0 comments on commit 3ab2063

Please sign in to comment.