View Single Post
  #5  
Old 07-12-2005, 09:35 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by mseals
Maybe but you don't technically OWN the client I mean after all Just because you purchase something doesn't mean you own it. If that was the case as soon as I purchased my windows xp I could run around and install it on everyones computer. Thus warez sites would be legal cause you would OWn the programs.
Thus the proper arguement was the program you purchased rights to use on any server you wish to use it on. Therefore back to my origional question if it is illegal to run one server with the everquest engine why wouldn't it be illegal to run another.
Erm. No. You do OWN the client, under a single-user license, without the permissions to redistribute it.
__________________
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.
Reply With Quote