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 ) {
10
10
today ( "isoDate" ) + "\n" +
11
11
"* " + pkg . homepage + "\n" +
12
12
"* Includes: " + fileNames . join ( ", " ) + "\n" +
13
- "* Copyright (c) " + today ( "yyyy" ) + " " + pkg . author . name +
13
+ "* Copyright " + today ( "yyyy" ) + " " + pkg . author . name +
14
14
" Licensed " + _ . pluck ( pkg . licenses , "type" ) . join ( ", " ) + " */" ;
15
15
} ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ var pkg = {
25
25
output = "/*! jQuery UI - v1.9.0 - " + today ( "isoDate" ) + "\n" +
26
26
"* http://jqueryui.com\n" +
27
27
"* 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 */" ;
29
29
30
30
module . exports = {
31
31
"test: case 1" : function ( test ) {
You can’t perform that action at this time.
0 commit comments