Remove headers from autogenerated file

This commit is contained in:
Vinayak Agarwal 2016-10-17 11:28:34 +05:30
parent e225b1fb50
commit 01778531c6
2 changed files with 3 additions and 18 deletions

View file

@ -1,21 +1,3 @@
/*
TShock, a server mod for Terraria
Copyright (C) 2011-2016 Nyx Studios (fka. The TShock Team)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.

View file

@ -77,7 +77,10 @@ def getFiles(path):
else:
for ext in extensions:
if f.endswith(ext):
if f.endswith('.Designer.cs'):
break
print (path + f)
changeText(path + f)
break
getFiles(path)