diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index aefc54512..705e093d8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -137,8 +137,7 @@ module.exports = function( grunt ) { "ascii_only": true }, banner: "/*! jQuery v<%= pkg.version %> | " + - "(c) 2005, <%= grunt.template.today('yyyy') %> jQuery Foundation, Inc. | " + - "jquery.org/license */", + "(c) jQuery Foundation | jquery.org/license */", compress: { "hoist_funs": false, loops: false, |