From 84335398494816d03cf6219209f7c66c035caa28 Mon Sep 17 00:00:00 2001 From: gpetrou Date: Thu, 31 Jul 2014 20:07:29 +0100 Subject: [PATCH] Changed CSharp license header to include auto-generated tag so that StyleCop ignores the files. --- Source/Modules/csharp.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/Modules/csharp.cxx b/Source/Modules/csharp.cxx index d30bd18c5..2cacbd148 100644 --- a/Source/Modules/csharp.cxx +++ b/Source/Modules/csharp.cxx @@ -627,9 +627,10 @@ public: * ----------------------------------------------------------------------------- */ void emitBanner(File *f) { - Printf(f, "/* ----------------------------------------------------------------------------\n"); - Swig_banner_target_lang(f, " *"); - Printf(f, " * ----------------------------------------------------------------------------- */\n\n"); + Printf(f, "//------------------------------------------------------------------------------\n"); + Printf(f, "// \n\n"); + Swig_banner_target_lang(f, "//"); + Printf(f, "//------------------------------------------------------------------------------\n\n"); } /*-----------------------------------------------------------------------