From a7cbc7d8ec24e46fe77bcfdf243a01b27d3792dd Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Wed, 1 Jul 2009 01:12:33 +0400 Subject: [PATCH] [8100] Include known MaNGOS EULA. --- EULA | 9 +++++++++ src/shared/revision_nr.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 EULA 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__