Skip to content

Commit

Permalink
Change attribution in banner
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSanderson committed Nov 24, 2015
1 parent 9887559 commit c3bb9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function(grunt) {
fragments: './build/fragments/',
banner: '/*!\n' +
' * Knockout JavaScript library v<%= pkg.version %>\n' +
' * (c) Steven Sanderson - <%= pkg.homepage %>\n' +
' * (c) The Knockout.js team - <%= pkg.homepage %>\n' +
' * License: <%= pkg.licenses[0].type %> (<%= pkg.licenses[0].url %>)\n' +
' */\n\n',

Expand Down

0 comments on commit c3bb9a3

Please sign in to comment.