diff options
author | John Resig <jeresig@gmail.com> | 2009-01-04 23:34:18 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-01-04 23:34:18 +0000 |
commit | 192d6cd4a30bef497f72b1ca9b62fd8b90ade806 (patch) | |
tree | cf2fb9f8de112e59114b39212b5d256d7879fcb5 /src/intro.js | |
parent | 9472728bced5c6c2de53b8a95eead8d08a299eda (diff) | |
download | jquery-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/intro.js')
-rw-r--r-- | src/intro.js | 11 |
1 files changed, 11 insertions, 0 deletions
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(){ |