[8100] Include known MaNGOS EULA.

This commit is contained in:
VladimirMangos 2009-07-01 01:12:33 +04:00 committed by tomrus88
parent 008240678b
commit a7cbc7d8ec
2 changed files with 10 additions and 1 deletions

9
EULA Normal file
View file

@ -0,0 +1,9 @@
MaNGOS End-User License Agreement
MaNGOS has been built with education as the main target, thus you may only use
the source code and binary releases provided by the project for educational
purposes. You are not allowed to use MaNGOS for any commercial purpose, and you
are not allowed to use MaNGOS for hosting MaNGOS servers for public usage.
By translating the supplied source code into binary form and running the final
executable you agree with MaNGOS EULA.

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8099"
#define REVISION_NR "8100"
#endif // __REVISION_NR_H__