[8324] Add WARNING file and drop the EULA

Basically, the reason for the EULA removal is to ensure the validity of
the GNU GPLv2 license, which might be invalidated in some countries by
the EULA.
Instead, a WARNING file with (hopefully) clear statements has been added.

The basic meaning remains the same - every user should check if he/she
is not breaking any local laws by MaNGOS usage.
And the MaNGOS team/project will not provide any resources/help for
(possible) illegal public usage, simply to protect everyone willing to
help, including services through which the help could be provided (ie. forum).

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2009-08-06 16:17:02 +02:00
parent 4574d64008
commit c722ac9e70
3 changed files with 12 additions and 10 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8323"
#define REVISION_NR "8324"
#endif // __REVISION_NR_H__