Legal Questions..
Hey all, got a couple questions. Ive just began the start of a custom server, and I love the way its coming, except I'm not sure at all about the legal issues with EQEMu.
I need to distribute a new eqstr_us.txt, bmpwad8.s3d (I don't really need to for this, but I'd like to.), spells_us.txt, i may put a eqhost.txt in the 'package' for simplicity, but I do not want to be giving out warez. So, I have a few questions.
1 -> Is making an eqstr_us.txt, bmpwad8.s3d, spells_us.txt, eqhost.txt illegal? If I implement an EQ detector-thing, will that make it any different (if it is 'illegal')
2 -> If I make a patcher for my server look like the EQL patcher, (Not identical, but using the same UI files found in ./skins/default/images/), would that be bad?
3 -> Is there any specific wording on a disclaimer I'd need to have somewhere before downloading or installing?
Thanks for your help guys.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|