Skip to content

Commit 2bc9d48

Browse files
author
Matthias Radestock
committed
escape quotes
1 parent 2896362 commit 2bc9d48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/client/Apigen/src/apigen/Apigen.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -356,14 +356,14 @@ public void EmitPrelude() {
356356
EmitLine("// Copyright (C) 2007-2009 LShift Ltd., Cohesive Financial");
357357
EmitLine("// Technologies LLC., and Rabbit Technologies Ltd.");
358358
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\");");
360360
EmitLine("// you may not use this file except in compliance with the License.");
361361
EmitLine("// You may obtain a copy of the License at");
362362
EmitLine("//");
363363
EmitLine("// http://www.apache.org/licenses/LICENSE-2.0");
364364
EmitLine("//");
365365
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,");
367367
EmitLine("// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.");
368368
EmitLine("// See the License for the specific language governing permissions and");
369369
EmitLine("// limitations under the License.");
@@ -373,11 +373,11 @@ public void EmitPrelude() {
373373
EmitLine("//");
374374
EmitLine("//---------------------------------------------------------------------------");
375375
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");
377377
EmitLine("// compliance with the License. You may obtain a copy of the License at");
378378
EmitLine("// http://www.rabbitmq.com/mpl.html");
379379
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\"");
381381
EmitLine("// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the");
382382
EmitLine("// License for the specific language governing rights and limitations");
383383
EmitLine("// under the License.");

0 commit comments

Comments
 (0)