diff --git a/EULA b/EULA new file mode 100644 index 000000000..719f9fdbe --- /dev/null +++ b/EULA @@ -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. diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 0bac1055c..c9b62f044 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 "8099" + #define REVISION_NR "8100" #endif // __REVISION_NR_H__