diff options
Diffstat (limited to 'src/intro.js')
-rw-r--r-- | src/intro.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/intro.js b/src/intro.js index d4ef8fdc6..adea1b575 100644 --- a/src/intro.js +++ b/src/intro.js @@ -2,10 +2,15 @@ * jQuery JavaScript Library v@VERSION * http://jquery.com/ * - * Copyright (c) 2009 John Resig + * Copyright 2009, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://docs.jquery.com/License * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2009, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * * Date: */ (function(window, undefined){ |