File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ var CSSLoaderPlugin;
268268 var fileName = req . toUrl ( moduleName + '.css' ) ;
269269 var contents = [
270270 '/*---------------------------------------------------------' ,
271- ' * Copyright (C ) Microsoft Corporation. All rights reserved.' ,
271+ ' * Copyright (c ) Microsoft Corporation. All rights reserved.' ,
272272 ' *--------------------------------------------------------*/'
273273 ] , entries = global . cssPluginEntryPoints [ moduleName ] ;
274274 for ( var i = 0 ; i < entries . length ; i ++ ) {
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ var NLSLoaderPlugin;
153153 var fileName = req . toUrl ( moduleName + '.nls.js' ) ;
154154 var contents = [
155155 '/*---------------------------------------------------------' ,
156- ' * Copyright (C ) Microsoft Corporation. All rights reserved.' ,
156+ ' * Copyright (c ) Microsoft Corporation. All rights reserved.' ,
157157 ' *--------------------------------------------------------*/'
158158 ] , entries = entryPointsMap [ moduleName ] ;
159159 var data = { } ;
You can’t perform that action at this time.
0 commit comments