diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2014-01-09 20:51:21 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2014-01-09 21:07:45 -0500 |
commit | 551c12c242e931fdc4e50c2ceb5dba94e2d477cf (patch) | |
tree | 65128a6595bd34f09033d1a319e704276f54ecfc /Gruntfile.js | |
parent | 8b88ca28874cd990d25854a6fea0565b716bb482 (diff) | |
download | jquery-551c12c242e931fdc4e50c2ceb5dba94e2d477cf.tar.gz jquery-551c12c242e931fdc4e50c2ceb5dba94e2d477cf.zip |
Build: Happy New Year! Thanks @marlonlandaverde
(cherry picked from commit 3118f58c465286d538404669d09026b882b2149e)
Closes gh-1477
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 29b2e331a..2a32708c9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -117,7 +117,7 @@ module.exports = function( grunt ) { ascii_only: true }, banner: "/*! jQuery v<%= pkg.version %> | " + - "(c) 2005, 2013 jQuery Foundation, Inc. | " + + "(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " + "jquery.org/license */", compress: { hoist_funs: false, |