diff --git a/Gruntfile.js b/Gruntfile.js index 3a3f559e..228eb76a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -125,8 +125,9 @@ module.exports = function(grunt) { } }, options: { - banner: '/*! OpenPGPjs.org this is LGPL licensed code, see LICENSE/our website for more information.- v<%= pkg.version %> - ' + - '<%= grunt.template.today("yyyy-mm-dd") %> */' + banner: '/*! OpenPGP.js v<%= pkg.version %> - ' + + '<%= grunt.template.today("yyyy-mm-dd") %> - ' + + 'this is LGPL licensed code, see LICENSE/our website <%= pkg.homepage %> for more information. */' } }, jsbeautifier: {