1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Code style: move or add licensing information on top of every file

This commit is contained in:
Arseniy Shestakov
2017-07-13 11:26:03 +03:00
parent 564cf05117
commit f1e5797834
335 changed files with 1881 additions and 1512 deletions

View File

@ -1,11 +1,3 @@
#include "StdInc.h"
#include "CSerializer.h"
#include "../CGameState.h"
#include "../mapping/CMap.h"
#include "../CHeroHandler.h"
#include "../mapObjects/CGHeroInstance.h"
/*
* CSerializer.cpp, part of VCMI engine
*
@ -15,6 +7,13 @@
* Full text of license available in license.txt file, in main folder
*
*/
#include "StdInc.h"
#include "CSerializer.h"
#include "../CGameState.h"
#include "../mapping/CMap.h"
#include "../CHeroHandler.h"
#include "../mapObjects/CGHeroInstance.h"
CSerializer::~CSerializer()
{