1999Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re[2]: [MUD&#45;Dev] code base inquiry -->
<!--X-From-R13: Fenivf Qnfrl <rsvaqryNvb.pbz> -->
<!--X-Date: Wed, 17 Nov 1999 15:17:12 &#45;0800 -->
<!--X-Message-Id: 6751.991117#io,com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: Pine.LNX.4.03.9911170918290.12577&#45;100000#andru,sonoma.edu -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re[2]: [MUD-Dev] code base inquiry</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:efindel#io,com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00314.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00313.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00306.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00320.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00312">Author</A>
&nbsp;|&nbsp;<A HREF="#00312">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00312">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re[2]: [MUD-Dev] code base inquiry</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: Andru Luvisi &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: Re[2]: [MUD-Dev] code base inquiry</LI>
<LI><em>From</em>: Travis Casey &lt;<A HREF="mailto:efindel#io,com">efindel#io,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 17 Nov 1999 18:01:30 -0500</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Wednesday, November 17, 1999, Andru Luvisi wrote:
&gt; On Wed, 17 Nov 1999, Travis S. Casey wrote:
&gt;&gt; On Mon, 15 Nov 1999, Robert Green wrote:

&gt;&gt; &gt; One particularly excellent reason is that, in my case, the original code
&gt;&gt; &gt; base (nightmare 3.x basis) was later withdrawn from circulation and
&gt;&gt; &gt; declared as unavailable to anybody for any future projects. As a result,
&gt;&gt; &gt; I am probably one of only 2 or 3 muds still using this codebase, and if
&gt;&gt; &gt; something happens to my server, I would be in 'violation' of the current
&gt;&gt; &gt; license if I start over from scratch -- a GPL mud could not be
&gt;&gt; &gt; "un-released" in this manner.
&gt;&gt;
&gt;&gt; Actually, it could.  Someone who chooses to distribute original software
&gt;&gt; under the GPL can still change his/her license terms at any time, just as
&gt;&gt; Descartes did with Nightmare.

&gt; Not exactly *just* like Descartes did.

&gt; Let's say you give me a code base under the GPL.  I now have the right to
&gt; redistribute it to anyone I like.

&gt; Let's say you stop distributing the code under the GPL, and now only
&gt; distribute it under some new license.

&gt; The code that *I* have, I can still redistribute as I like under the GPL.
&gt; I can't necessarily redistribute any *new* ((code you release under the
&gt; new license)) under the GPL.  The *original* release, however, will always
&gt; be out there as long as there is anybody continuing to redistribute it.

Not quite, presuming that what Descartes did was legal.  Descartes not
only stopped distributing Nightmare -- he also said that no one who
already had a copy could create a mud with it.  If it were simply a
question of Descartes' stopping distributing it, anyone who had the
code could still use it.  You'll note the original poster complained
that he cannot legally restart his mud from scratch on a new server --
if the situation were as you describe it, he could, since that would
not involve distributing the code.

Now, let's say that I write a codebase and distribute it under the
GPL.  You then modify my codebase and start distributing your modified
version.  I then decide to stop using the GPL and make my codebase
commercial.  I still own copyright on the code you're using -- and
hence, can legally revoke your right to distribute it.  Now, you
*might* be able to still distribute the code you wrote, but you
can't distribute any part of the codebase that you didn't modify.  And
even if you modified all of it, it might still count as a derivative
work, in which case you wouldn't be able to distribute it without my
permission.

This sort of thing is why people "buying" copyrighted material (like
freelance articles) usually insert phrases like "these rights are
granted in perpetuity" into their contracts -- they don't want the
original creator to decide he can get a better deal from someone else
one day and revoke their right to use the material.

I do have to wonder why Gnu doesn't simply insert language saying that
users of the code are granted the rights they're granted in
perpetuity.  The only reason I can think of is that they might be
afraid that fewer people would distribute their code under the GPL
if they did that.

Now, I must say that I'm not a lawyer, and that ultimately, the only
way to find out whether someone really could change the license on a
distributed codebase this way is through a lawsuit.  From what I
understand, though, there's nothing in the law or the GPL that
prevents this.  If someone does know of something, please correct me!

&gt; What happened with Nightmare was different.  Descartes never gave anyone
&gt; the right to redistribute Nightmare.  He was *always* the only one (asside
&gt; from a few select mirror sites) who could distribute it.  When he yanked
&gt; it, those of us who had copies couldn't legally distribute those copies.

&gt;&gt; If someone incorporates GPLed code that they did not create into their
&gt;&gt; codebase, then they would not be able to change the license -- but someone
&gt;&gt; who writes a codebase from scratch and releases it under the GPL can
&gt;&gt; un-GPL it at any time.

&gt; The GPL's never been tested in court, but one of the goals in writing the
&gt; GPL was to create a license that could not be revoked unless the person
&gt; using the code under the license violated it.  This was part of the
&gt; purpose: to encourage people to contribute not only with the knowledge
&gt; that their contribution would *always* remain free, but also with the
&gt; knowledge that the code they based their contribution on would *also*
&gt; always remain free.

Hmm... again, I'm no lawyer, but it doesn't look to me as if the
present GPL does that.  It *does* insure that no one but original code
creators can revoke the license, but I don't see where it prevents the
original code creators from doing so.  (Of course, in the present
environment, most, or at least many, people releasing code under the GPL
are borrowing some code that ultimately comes from Gnu itself.  Thus,
this isn't much of an issue at the moment.)

&gt;&gt; Whether such retroactive license changes are legal is another question
&gt;&gt; -- but that question is independent of the use of the GPL.

&gt; Actually, it is tightly intertwined with the philosophy behind the GPL.
&gt; You may notice that even if you violate the GPL, anyone who you've
&gt; redistributed the software to *doesn't* lose *their* rights.  This was
&gt; deliberately put in to try and make retroactive retractions impossible.

The philosophy of the GPL doesn't have any bearing on whether changing
the license on code that people are already using is legal.  Neither
does the language about violations of the license -- the copyright
owner has the right to define the license for anything he distributes,
and therefore cannot be in violation of it -- he can always make an
exception for himself.  (He *can* be in violation of a contract or
implied contract he has made with others -- for instance, if the license
stated that he granted rights in perpetuity, he could not legally
revoke them, since that would constitute a contract (or at least an
implied contract).)

--
       |\      _,,,---,,_        Travis S. Casey  &lt;efindel#io,com&gt;
 ZZzz  /,`.-'`'    -.  ;-;;,_   No one agrees with me.  Not even me.
      |,4-  ) )-,_..;\ (  `'-'
     '---''(_/--'  `-'\_)





_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00346" HREF="msg00346.html">Re: [MUD-Dev] code base inquiry</A></strong>
<ul compact><li><em>From:</em> Ben Greear &lt;greear#cyberhighway,net&gt;</li></ul>
<li><strong><A NAME="00320" HREF="msg00320.html">Re: [MUD-Dev] code base inquiry</A></strong>
<ul compact><li><em>From:</em> "Matthew D. Fuller" &lt;fullermd#futuresouth,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00306" HREF="msg00306.html">Re: [MUD-Dev] code base inquiry</A></STRONG>
<UL><LI><EM>From:</EM> Andru Luvisi &lt;luvisi#andru,sonoma.edu&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00314.html">Re: [MUD-Dev] Sony's EverQuest Admits Using Diku</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00313.html">RE: [MUD-Dev] code base inquiry</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00306.html">Re: [MUD-Dev] code base inquiry</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00320.html">Re: [MUD-Dev] code base inquiry</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00312"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00312"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>Re: [MUD-Dev] code base inquiry</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00276" HREF="msg00276.html">Re: [MUD-Dev] code base inquiry</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 17 Nov 1999, 02:18 GMT
</LI>
</ul>
<LI><strong><A NAME="00279" HREF="msg00279.html">Re: [MUD-Dev] code base inquiry</A></strong>, 
Robert Green <a href="mailto:mooncrow#lava,net">mooncrow#lava,net</a>, Wed 17 Nov 1999, 02:18 GMT
<UL>
<LI><strong><A NAME="00295" HREF="msg00295.html">Re: [MUD-Dev] code base inquiry</A></strong>, 
Travis S. Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Wed 17 Nov 1999, 17:17 GMT
<UL>
<LI><strong><A NAME="00306" HREF="msg00306.html">Re: [MUD-Dev] code base inquiry</A></strong>, 
Andru Luvisi <a href="mailto:luvisi#andru,sonoma.edu">luvisi#andru,sonoma.edu</a>, Wed 17 Nov 1999, 21:24 GMT
<UL>
<LI><strong><A NAME="00312" HREF="msg00312.html">Re[2]: [MUD-Dev] code base inquiry</A></strong>, 
Travis Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Wed 17 Nov 1999, 23:17 GMT
<UL>
<LI><strong><A NAME="00320" HREF="msg00320.html">Re: [MUD-Dev] code base inquiry</A></strong>, 
Matthew D. Fuller <a href="mailto:fullermd#futuresouth,com">fullermd#futuresouth,com</a>, Wed 17 Nov 1999, 23:32 GMT
<UL>
<LI><strong><A NAME="00340" HREF="msg00340.html">Re[2]: [MUD-Dev] code base inquiry</A></strong>, 
Travis Casey <a href="mailto:efindel#io,com">efindel#io,com</a>, Thu 18 Nov 1999, 02:12 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00346" HREF="msg00346.html">Re: [MUD-Dev] code base inquiry</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Thu 18 Nov 1999, 07:34 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00260" HREF="msg00260.html">Re: [MUD-Dev] code base inquiry</A></strong>, 
cg <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Tue 16 Nov 1999, 02:37 GMT
</LI>
</ul>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>