aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorAnne-Gaelle Colom <coloma@westminster.ac.uk>2014-12-21 18:27:43 +0000
committerScott González <scott.gonzalez@gmail.com>2015-01-02 09:02:12 -0500
commitc89cb74893c4f99d6163e29110c36d9e02dc7df1 (patch)
treeb318fff0cba72d87f6c5fc0769fcc3ebafc782e2 /Gruntfile.js
parent713688dccdfc7eddd596cdd1a3522e2ce9fb9d2a (diff)
downloadjquery-ui-c89cb74893c4f99d6163e29110c36d9e02dc7df1.tar.gz
jquery-ui-c89cb74893c4f99d6163e29110c36d9e02dc7df1.zip
Build: Remove dates from copyright notice
Closes gh-1403
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 241831102..b629adfa1 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -119,7 +119,7 @@ function createBanner( files ) {
"<%= grunt.template.today('isoDate') %>\n" +
"<%= pkg.homepage ? '* ' + pkg.homepage + '\\n' : '' %>" +
(files ? "* Includes: " + fileNames.join(", ") + "\n" : "") +
- "* Copyright <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
+ "* Copyright <%= pkg.author.name %>;" +
" Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */\n";
}