Made a number of spacing changes to bring the code more-inline with the jQuery Core...
[jquery.git] / src / intro.js
index d4ef8fd..19a2c80 100644 (file)
@@ -2,11 +2,16 @@
  * 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){
+(function( window, undefined ) {