File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ module.exports = function( pkg, fileNames ) {
1010 today ( "isoDate" ) + "\n" +
1111 "* " + pkg . homepage + "\n" +
1212 "* Includes: " + fileNames . join ( ", " ) + "\n" +
13- "* Copyright (c) " + today ( "yyyy" ) + " " + pkg . author . name +
13+ "* Copyright " + today ( "yyyy" ) + " " + pkg . author . name +
1414 " Licensed " + _ . pluck ( pkg . licenses , "type" ) . join ( ", " ) + " */" ;
1515} ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ var pkg = {
2525 output = "/*! jQuery UI - v1.9.0 - " + today ( "isoDate" ) + "\n" +
2626 "* http://jqueryui.com\n" +
2727 "* Includes: jquery.ui.autocomplete.js, jquery.ui.accordion.js\n" +
28- "* Copyright (c) " + today ( "yyyy" ) + " authors.txt Licensed MIT, GPL */" ;
28+ "* Copyright " + today ( "yyyy" ) + " authors.txt Licensed MIT, GPL */" ;
2929
3030module . exports = {
3131 "test: case 1" : function ( test ) {
You can’t perform that action at this time.
0 commit comments