1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

add some missing licence headers

This commit is contained in:
alexvins
2012-12-19 14:54:10 +00:00
parent 66d9edf76e
commit c0ce8712c1
16 changed files with 1238 additions and 1079 deletions

View File

@@ -1,3 +1,13 @@
/*
* ResourceSet.cpp, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
* License: GNU General Public License v2.0 or later
* Full text of license available in license.txt file, in main folder
*
*/
#include "StdInc.h"
#include "ResourceSet.h"
#include "StringConstants.h"