mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[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:
parent
4574d64008
commit
c722ac9e70
3 changed files with 12 additions and 10 deletions
9
EULA
9
EULA
|
|
@ -1,9 +0,0 @@
|
||||||
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.
|
|
||||||
11
WARNING
Normal file
11
WARNING
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
The Massive Network Game Object Server (MaNGOS) has been built with education
|
||||||
|
as the main target and the MaNGOS team would like to keep it that way.
|
||||||
|
|
||||||
|
Since any public and/or commercial use of this software is considered illegal
|
||||||
|
in many countries (please refer to your local law), the MaNGOS team
|
||||||
|
will not provide any help nor support with such usage in any way.
|
||||||
|
Every user of this software is encouraged to make sure no law is being broken
|
||||||
|
on his side.
|
||||||
|
|
||||||
|
Both the MaNGOS team and MaNGOS foundation don't take any responsibility
|
||||||
|
for any kind of usage of this software by the end users.
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8323"
|
#define REVISION_NR "8324"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue