mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Updated licensing info.
This commit is contained in:
parent
cd297dd9eb
commit
0ababc8fea
10
jquery/jquery.js
vendored
10
jquery/jquery.js
vendored
@ -1,7 +1,9 @@
|
||||
/*
|
||||
* JQuery (http://jquery.com/)
|
||||
* By John Resig (http://ejohn.org/)
|
||||
* Under an Attribution, Share Alike License
|
||||
* jQuery (jquery.com)
|
||||
*
|
||||
* Copyright (c) 2006 John Resig (ejohn.org)
|
||||
* Licensed under the MIT License:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*
|
||||
* $Date$
|
||||
* $Rev$
|
||||
@ -756,4 +758,4 @@ $.fn.text = function(e) {
|
||||
setTimeout(function(){
|
||||
if ( typeof Prototype != "undefined" && $.g == null && $.clean == null )
|
||||
throw "Error: You are overwriting jQuery, please include jQuery last.";
|
||||
}, 1000);
|
||||
}, 1000);
|
||||
|
Loading…
Reference in New Issue
Block a user