aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-01-04 23:34:18 +0000
committerJohn Resig <jeresig@gmail.com>2009-01-04 23:34:18 +0000
commit192d6cd4a30bef497f72b1ca9b62fd8b90ade806 (patch)
treecf2fb9f8de112e59114b39212b5d256d7879fcb5 /src
parent9472728bced5c6c2de53b8a95eead8d08a299eda (diff)
downloadjquery-192d6cd4a30bef497f72b1ca9b62fd8b90ade806.tar.gz
jquery-192d6cd4a30bef497f72b1ca9b62fd8b90ade806.zip
Moved the copyright to the intro file, added a ! so that it passes through YUIMin untouched, and changed the Date and Revision so that they're now generated automatically based upon all of jQuery rather than just the core file.
Diffstat (limited to 'src')
-rw-r--r--src/core.js11
-rw-r--r--src/intro.js11
2 files changed, 11 insertions, 11 deletions
diff --git a/src/core.js b/src/core.js
index 9347689a3..4eab2cde4 100644
--- a/src/core.js
+++ b/src/core.js
@@ -1,14 +1,3 @@
-/*
- * jQuery @VERSION - New Wave Javascript
- *
- * Copyright (c) 2008 John Resig (jquery.com)
- * Dual licensed under the MIT (MIT-LICENSE.txt)
- * and GPL (GPL-LICENSE.txt) licenses.
- *
- * $Date$
- * $Rev$
- */
-
var
// Will speed up references to window, and allows munging its name.
window = this,
diff --git a/src/intro.js b/src/intro.js
index af50383ec..f286767b5 100644
--- a/src/intro.js
+++ b/src/intro.js
@@ -1 +1,12 @@
+/*!
+ * jQuery JavaScript Library v@VERSION
+ * http://jquery.com/
+ *
+ * Copyright (c) 2009 John Resig
+ * Dual licensed under the MIT and GPL licenses.
+ * http://docs.jquery.com/License
+ *
+ * Date:
+ * Revision:
+ */
(function(){