aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorAnne-Gaelle Colom <coloma@westminster.ac.uk>2015-01-01 19:34:48 +0000
committerDave Methvin <dave.methvin@gmail.com>2015-01-03 16:01:57 -0500
commit66e1b6b8d49812239b5712d65922ff94c60f7b02 (patch)
tree0ea6a58078d1aad8202e377f93b087aafb48e958 /Gruntfile.js
parentb410b15e8da1a8d285f431640ff165e634196115 (diff)
downloadjquery-66e1b6b8d49812239b5712d65922ff94c60f7b02.tar.gz
jquery-66e1b6b8d49812239b5712d65922ff94c60f7b02.zip
Build: Remove dates from copyright notice
Closes gh-1983
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
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,