From c722ac9e70cf6e66005e6d81da6f9625ec660a4e Mon Sep 17 00:00:00 2001 From: freghar Date: Thu, 6 Aug 2009 16:17:02 +0200 Subject: [PATCH] [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 --- EULA | 9 --------- WARNING | 11 +++++++++++ src/shared/revision_nr.h | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 EULA create mode 100644 WARNING diff --git a/EULA b/EULA deleted file mode 100644 index 719f9fdbe..000000000 --- a/EULA +++ /dev/null @@ -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. diff --git a/WARNING b/WARNING new file mode 100644 index 000000000..89688d768 --- /dev/null +++ b/WARNING @@ -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. diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 9a26db886..b768db07e 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8323" + #define REVISION_NR "8324" #endif // __REVISION_NR_H__