@@ -356,14 +356,14 @@ public void EmitPrelude() {
356
356
EmitLine ( "// Copyright (C) 2007-2009 LShift Ltd., Cohesive Financial" ) ;
357
357
EmitLine ( "// Technologies LLC., and Rabbit Technologies Ltd." ) ;
358
358
EmitLine ( "//" ) ;
359
- EmitLine ( "// Licensed under the Apache License, Version 2.0 (the " License") ; ");
359
+ EmitLine ( "// Licensed under the Apache License, Version 2.0 (the \ " License\ " );" ) ;
360
360
EmitLine ( "// you may not use this file except in compliance with the License." ) ;
361
361
EmitLine ( "// You may obtain a copy of the License at" ) ;
362
362
EmitLine ( "//" ) ;
363
363
EmitLine ( "// http://www.apache.org/licenses/LICENSE-2.0" ) ;
364
364
EmitLine ( "//" ) ;
365
365
EmitLine ( "// Unless required by applicable law or agreed to in writing, software" ) ;
366
- EmitLine ( "// distributed under the License is distributed on an " AS IS" BASIS, ");
366
+ EmitLine ( "// distributed under the License is distributed on an \ " AS IS\ " BASIS," ) ;
367
367
EmitLine ( "// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied." ) ;
368
368
EmitLine ( "// See the License for the specific language governing permissions and" ) ;
369
369
EmitLine ( "// limitations under the License." ) ;
@@ -373,11 +373,11 @@ public void EmitPrelude() {
373
373
EmitLine ( "//" ) ;
374
374
EmitLine ( "//---------------------------------------------------------------------------" ) ;
375
375
EmitLine ( "// The contents of this file are subject to the Mozilla Public License" ) ;
376
- EmitLine ( "// Version 1.1 (the " License") ; you may not use this file except in ") ;
376
+ EmitLine ( "// Version 1.1 (the \ " License\ " ); you may not use this file except in" ) ;
377
377
EmitLine ( "// compliance with the License. You may obtain a copy of the License at" ) ;
378
378
EmitLine ( "// http://www.rabbitmq.com/mpl.html" ) ;
379
379
EmitLine ( "//" ) ;
380
- EmitLine ( "// Software distributed under the License is distributed on an " AS IS"") ;
380
+ EmitLine ( "// Software distributed under the License is distributed on an \ " AS IS\ " " ) ;
381
381
EmitLine ( "// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the" ) ;
382
382
EmitLine ( "// License for the specific language governing rights and limitations" ) ;
383
383
EmitLine ( "// under the License." ) ;
0 commit comments