@@ -146,20 +146,21 @@ if (license === 'Apache-2.0') {
146146
147147 var licenseURL = 'http://www.apache.org/licenses/LICENSE-2.0'
148148 var header = [
149- '/* Copyright ' + year + ' ' + owners ,
150- ' *' ,
151- ' * Licensed under the Apache License, Version 2.0 (the "License");' ,
152- ' * you may not use this file except in compliance with the License.' ,
153- ' * You may obtain a copy of the License at' ,
154- ' *' , (
155- ' * ' + licenseURL ) ,
156- ' *' ,
157- ' * Unless required by applicable law or agreed to in writing, software' ,
158- ' * distributed under the License is distributed on an "AS IS" BASIS,' ,
159- ' * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.' ,
160- ' * See the License for the specific language governing permissions and' ,
161- ' * limitations under the License.' ,
162- ' */'
149+ '/*' ,
150+ 'Copyright ' + year + ' ' + owners ,
151+ '' ,
152+ 'Licensed under the Apache License, Version 2.0 (the "License");' ,
153+ 'you may not use this file except in compliance with the License.' ,
154+ 'You may obtain a copy of the License at' ,
155+ '' ,
156+ ( ' ' + licenseURL ) ,
157+ '' ,
158+ 'Unless required by applicable law or agreed to in writing, software' ,
159+ 'distributed under the License is distributed on an "AS IS" BASIS,' ,
160+ 'WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.' ,
161+ 'See the License for the specific language governing permissions and' ,
162+ 'limitations under the License.' ,
163+ '*/'
163164 ] . join ( '\n' )
164165
165166 var probablyHasHeader = function ( fileContent ) {
0 commit comments