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__