Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit e0389aa

Browse files
committed
Fix for licensing on banner
1 parent 4b0896b commit e0389aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function(grunt) {
99
'<%= grunt.template.today("yyyy-mm-dd") %>\n' +
1010
'<%= pkg.homepage ? "* " + pkg.homepage + "\n" : "" %>' +
1111
'* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>;' +
12-
' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %> */'
12+
' Licensed <%= pkg.license %> */'
1313
},
1414
concat: {
1515
js: {

0 commit comments

Comments
 (0)