diff options
author | Anne-Gaelle Colom <coloma@westminster.ac.uk> | 2014-12-21 18:27:43 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-01-02 09:02:12 -0500 |
commit | c89cb74893c4f99d6163e29110c36d9e02dc7df1 (patch) | |
tree | b318fff0cba72d87f6c5fc0769fcc3ebafc782e2 /Gruntfile.js | |
parent | 713688dccdfc7eddd596cdd1a3522e2ce9fb9d2a (diff) | |
download | jquery-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.js | 2 |
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"; } |