File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -439,13 +439,16 @@ namespace :copyright do
439
439
'javascript/selenium-core/scripts/ui-map-sample.js' ,
440
440
'javascript/selenium-core/scripts/user-extensions.js' ,
441
441
'javascript/selenium-core/scripts/xmlextras.js' ,
442
- 'javascript/selenium-core/xpath/**/*.js'
442
+ 'javascript/selenium-core/xpath/**/*.js' ,
443
+ 'javascript/grid-ui/node_modules/**/*.js'
443
444
)
444
445
)
446
+ Copyright . new . update ( FileList [ 'javascript/**/*.tsx' ] )
445
447
Copyright . new ( comment_characters : '#' ) . update ( FileList [ 'py/**/*.py' ] )
446
448
Copyright . new ( comment_characters : '#' , prefix : [ "# frozen_string_literal: true\n " , "\n " ] )
447
449
. update ( FileList [ 'rb/**/*.rb' ] )
448
450
Copyright . new . update ( FileList [ 'java/**/*.java' ] )
451
+ Copyright . new . update ( FileList [ 'rust/**/*.rs' ] )
449
452
end
450
453
end
451
454
You can’t perform that action at this time.
0 commit comments