diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2013-01-11 16:08:09 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-01-11 16:08:09 -0500 |
commit | c0c1bdde6099a3fa1c16014be090aa6bf1fca8ca (patch) | |
tree | fa30abcaafe2dc40bb9679d78247949ca0880b9f /Gruntfile.js | |
parent | bad229c53e50ae9e34ae3bd8ddf1737c538416f6 (diff) | |
download | jquery-c0c1bdde6099a3fa1c16014be090aa6bf1fca8ca.tar.gz jquery-c0c1bdde6099a3fa1c16014be090aa6bf1fca8ca.zip |
Update copyrights used in file headers.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index f18d071a0..7a35c6fda 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -96,7 +96,7 @@ module.exports = function( grunt ) { "dist/jquery.min.js": [ "dist/jquery.js" ] }, options: { - banner: "/*! jQuery v<%= pkg.version %> jquery.com | jquery.org/license */", + banner: "/*! jQuery v<%= pkg.version %> jquery.com | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license */", sourceMap: "dist/jquery.min.map", beautify: { ascii_only: true |