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 20:51:21 -0500 |
commit | 3118f58c465286d538404669d09026b882b2149e (patch) | |
tree | a0f1148dc222e4af8382fb4145b161ca11b6cbac /Gruntfile.js | |
parent | 085814474e4a854d533b5ccbaef24c090081e0c4 (diff) | |
download | jquery-3118f58c465286d538404669d09026b882b2149e.tar.gz jquery-3118f58c465286d538404669d09026b882b2149e.zip |
Build: Happy New Year! Thanks @marlonlandaverde
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 74768e624..fef8537d4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -120,7 +120,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, |