Changed CSharp license header to include auto-generated tag so that StyleCop ignores the files.
This commit is contained in:
parent
287e84d84c
commit
8433539849
1 changed files with 4 additions and 3 deletions
|
|
@ -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, "// <auto-generated />\n\n");
|
||||
Swig_banner_target_lang(f, "//");
|
||||
Printf(f, "//------------------------------------------------------------------------------\n\n");
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue