Re: gpl backlash?

1999-07-29 Thread Wilfredo Sanchez
| You could also write your own whiteroom implementation of readline. Why | aren't you considering this? The answer is easy: your time is too | precious to reinvent everything. And readline is implemented pretty well | already. But it has it's price (accepting the GPL) - if the price is too |

Re: gpl backlash?

1999-07-29 Thread Martin Konold
On 28 Jul 1999, Ian Lance Taylor wrote: > I believe that in the copyright arena, intent goes by names such as > ``contributory infringement.'' Thanks for the hint! Yours, -- martin // Martin Konold, Herrenbergerstr. 14, 72070 Tuebingen, Germany // KDE: A stable GUI for a reliable OS.

Re: gpl backlash?

1999-07-28 Thread Ian Lance Taylor
Date:Wed, 28 Jul 1999 12:01:12 +0200 (CEST) From: Martin Konold <[EMAIL PROTECTED]> On 28 Jul 1999 [EMAIL PROTECTED] wrote: > 1. If an alternate implementation from mine exists > 2. and is available for the user to run with your application on that platform > 3. and the

Re: gpl backlash?

1999-07-28 Thread Forrest J. Cavalier III
Maybe this analogy is somewhat relevant for discussion, if only to discern nuances of copyright law From: [EMAIL PROTECTED] > Let's get back to the frame metaphor. When I put a frame in my web page > that displays one of your web pages, I never copy your web page. The > frame is an i

Re: gpl backlash?

1999-07-28 Thread Forrest J. Cavalier III
From: [EMAIL PROTECTED] > From: "Forrest J. Cavalier III" <[EMAIL PROTECTED]> > > If the application was created without ever using the GPL-ed code, > > it is clearly not a derivative work until the end user combines it > > with the GPL-ed code. > > Right. And if the end-user does th

Re: gpl backlash?

1999-07-28 Thread Martin Konold
On 28 Jul 1999 [EMAIL PROTECTED] wrote: > 1. If an alternate implementation from mine exists > 2. and is available for the user to run with your application on that platform > 3. and the user actually has to have it to run your application. > > Postulate that you write an application that works

Re: gpl backlash?

1999-07-28 Thread Csaba Szigetvari
Wilfredo Sanchez wrote: > Now I'm the user, and I want to write some software which maybe > uses a snippet of code from bash. For example, maybe I want to use > readline. You could also write your own whiteroom implementation of readline. Why aren't you considering this? The answer is ea

Re: gpl backlash?

1999-07-27 Thread Matthew C. Weigel
On 28 Jul 1999 [EMAIL PROTECTED] wrote: > Let's get back to the frame metaphor. When I put a frame in my web page > that displays one of your web pages, I never copy your web page. The > frame is an instruction to the end-user's web browser to load your page > and format it with my page around it

Re: gpl backlash?

1999-07-27 Thread bruce
From: "Forrest J. Cavalier III" <[EMAIL PROTECTED]> > If the application was created without ever using the GPL-ed code, > it is clearly not a derivative work until the end user combines it > with the GPL-ed code. Right. And if the end-user does the combining, who is responsible? Does the develo

Re: gpl backlash?

1999-07-27 Thread Forrest J. Cavalier III
> Postulate that you write an application that works with a library full of > no-op stubs. That library just happens to match the interface of a GPL-ed > product I've written, and with that library it is a functioning product. Then > you ship that application with the _intent_ that the user combin

Re: gpl backlash?

1999-07-27 Thread bruce
From: Kyle Rose <[EMAIL PROTECTED]> > Unfortunately, as much as I love the GPL, I don't think this is > enforcable. Remember that the GPL covers only distribution, not use; > hence, if the distribution of a work linked against a library > interface (even that for which only a GPL'ed implementatio

Re: gpl backlash?

1999-07-27 Thread Kyle Rose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Postulate that you write an application that works with a library full of > no-op stubs. That library just happens to match the interface of a GPL-ed > product I've written, and with that library it is a functioning product. Then > you ship that app

Re: gpl backlash?

1999-07-27 Thread bruce
> Just becuase I have code that make calls to a certain API, which you > happen to have implemented, doesn't mean that I'm deriving from your code. It's a lot easier to make that assertion: 1. If an alternate implementation from mine exists 2. and is available for the user to run with your appl

Re: gpl backlash?

1999-07-27 Thread Wilfredo Sanchez
| For example, I'd submit that _reference_ is derivation where software is | concerned. If you call into my library from your program, it's a derived | work. However, copyright law doesn't take that into account and is only | concerned with copying. And therein lies a serious problem, beca

Re: gpl backlash?

1999-07-27 Thread Seth David Schoen
[EMAIL PROTECTED] writes: > From: John Cowan <[EMAIL PROTECTED]> > > I don't see how that can be made consistent with the GPL's claim that > > "changing it [the GPL] is not allowed." > > Well, if reference to license text was considered derivation this would be a > problem, but it isn't. Linus p

Re: gpl backlash?

1999-07-27 Thread bruce
From: John Cowan <[EMAIL PROTECTED]> > I don't see how that can be made consistent with the GPL's claim that > "changing it [the GPL] is not allowed." Well, if reference to license text was considered derivation this would be a problem, but it isn't. Linus put a note before the copyrighted GPL te

Re: gpl backlash?

1999-07-27 Thread Seth David Schoen
Matthew C. Weigel writes: > On Tue, 27 Jul 1999, Seth David Schoen wrote: > > > It could be viewed as an additional permission, making Linux > > dual-licensed, except that Linus doesn't have authority to grant that > > permission on behalf of all of the other developers -- who presumably have >

Re: gpl backlash?

1999-07-27 Thread bruce
From: John Cowan <[EMAIL PROTECTED]> > Then in your view, only GPL-compatible programs can be run under Linux? No, because of this exception that Linus makes to the GPL: NOTE! This copyright does *not* cover user programs that use kernel services by normal system calls - this is

Re: gpl backlash?

1999-07-27 Thread Matthew C. Weigel
On Tue, 27 Jul 1999, Seth David Schoen wrote: > It could be viewed as an additional permission, making Linux > dual-licensed, except that Linus doesn't have authority to grant that > permission on behalf of all of the other developers -- who presumably have > the right to assert that this is eith

Re: gpl backlash?

1999-07-27 Thread Ian Lance Taylor
From: John Cowan <[EMAIL PROTECTED]> Date: Tue, 27 Jul 1999 17:33:40 -0400 (EDT) > [T]he LGPL, the license under which the major libraries are > released, specifically allows non-free programs to link to binaries > under that license. The kernel, however (which is just another

Re: gpl backlash?

1999-07-27 Thread Seth David Schoen
John Cowan writes: > Kyle Rose scripsit: > > > [T]he LGPL, the license under which the major libraries are > > released, specifically allows non-free programs to link to binaries > > under that license. > > The kernel, however (which is just another library), is under the GPL. > I know that Lin

Re: gpl backlash?

1999-07-27 Thread John Cowan
Kyle Rose scripsit: > [T]he LGPL, the license under which the major libraries are > released, specifically allows non-free programs to link to binaries > under that license. The kernel, however (which is just another library), is under the GPL. I know that Linus explicitly states that the GPL's

Re: gpl backlash?

1999-07-27 Thread Kyle Rose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Cowan <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] scripsit: > > For example, I'd submit that _reference_ is derivation where software is > > concerned. If you call into my library from your program, it's a derived > > work. > > Then in your

Re: gpl backlash?

1999-07-27 Thread John Cowan
[EMAIL PROTECTED] scripsit: > For example, I'd submit that _reference_ is derivation where software is > concerned. If you call into my library from your program, it's a derived > work. Then in your view, only GPL-compatible programs can be run under Linux? -- John Cowan

Re: gpl backlash?

1999-07-27 Thread Martin Konold
On 27 Jul 1999 [EMAIL PROTECTED] wrote: > For example, I'd submit that _reference_ is derivation where software is > concerned. If you call into my library from your program, it's a derived > work. However, copyright law doesn't take that into account and is only > concerned with copying. > > So

Re: gpl backlash?

1999-07-27 Thread bruce
Part of the problem is that _copyright_law_ doesn't define derived work in terms that make much sense for _software_ rather than a printed work, film, or sound recording. For example, I'd submit that _reference_ is derivation where software is concerned. If you call into my library from your prog

Re: gpl backlash?

1999-07-27 Thread Ian Lance Taylor
Date: Mon, 26 Jul 1999 20:13:25 -0700 From: Wilfredo Sanchez <[EMAIL PROTECTED]> | Do you mean by this that if the GPL were more specific in its | allowances and prohibitions, it would make for more acceptance and a | better license? Most certainly. For starters, it should

Re: gpl backlash?

1999-07-27 Thread Wilfredo Sanchez
| Obviously, the GPL is aimed at being "user-protective" rather than | "business-protective". No. It's "author-protective". You write software. You want people to use it (for whatever reasons), but you have certain restrictions you use on usage to protect you as the author. This is t

Re: gpl backlash?

1999-07-27 Thread Creed Erickson
At 7:17 PM -0600 7/27/99, Jacques Chester wrote: > >The GPL has had many areas of success. I wonder, out of sheer >curiousity, whether there will emerge a *technical* or *quantitative* >case for any of the licenses. I'm not convinced that it's a technical or quantitative issue. Seems like asking

Re: gpl backlash?

1999-07-27 Thread Jacques Chester
>On Mon, 26 Jul 1999, Wilfredo Sanchez wrote: >> Certainly the GPL has worked well here. Writing a compiler is >> enough of a pain in the ass that dealing with the GPL, regardless of >> your objections, is likely worthwhile. The GPL has had many areas of success. I wonder, out of sheer curiou

Re: gpl backlash?

1999-07-26 Thread Wilfredo Sanchez
| I disagree -- it looks like people are starting to see the benefits of | getting their end users to fix bugs. Which can be a different animal | from open source entirely. Not entirely. I don't mind paying for software. What kills me is "that damned bug that's been there forever and why

Re: gpl backlash?

1999-07-26 Thread Matthew C. Weigel
On Mon, 26 Jul 1999, Wilfredo Sanchez wrote: [for readability I've reformatted some comments] > | Except the *NeXT* community. > > OK, that's fair. > | making open systems in the first place), of course. My objective > | is to benefit the user, and make the user's life nice. > OK, I like

Re: gpl backlash?

1999-07-26 Thread Wilfredo Sanchez
| > NeXT used GPL'ed code for years without adding much value to the | > GNU Project because they made lots of NeXT-specific changes and | > didn't care at all whether they got folded into the FSF source base. | > Sure the software remaind "free", but none of it ever made it into | >

Re: gpl backlash?

1999-07-26 Thread Derek J. Balling
> > >1 Infinite Loop, 302-4K, Cupertino, CA > >This has got to be a joke...? No. It is a circular road in Cupertino which, IIRC, surrounds one of Apple's campuses. (or something like that). The NAMING of the road was certainly a joke, but :) D

Re: gpl backlash?

1999-07-26 Thread Matthew C. Weigel
On Mon, 26 Jul 1999, Wilfredo Sanchez wrote: > That's a fairly narrow view, Bruce. It can be, but since I disagree with both of you... :) > NeXT used GPL'ed code for years without adding much value to the > GNU Project because they made lots of NeXT-specific changes and > didn't care at

Re: gpl backlash?

1999-07-26 Thread Wilfredo Sanchez
| For the software I personally write, there really isn't much choice but the | GPL. That's because I donate my time to increase the amount of available | free software, _not_ non-free software. I absolutely will not tolerate being | treated as an unpaid employee by someone who takes my cont

Re: gpl backlash?

1999-07-25 Thread bruce
By the way, if you are looking for a license how-to, start with http://perens.com/OSD.html . It's not an instruction manual, but puts across most of the concepts. Thanks Bruce

Re: gpl backlash?

1999-07-25 Thread bruce
Have you looked at freshmeat.net lately? At least half of the program announcements there have "GPL" as their license. That's a lot more than it used to be. For the software I personally write, there really isn't much choice but the GPL. That's because I donate my time to increase the amount of a

Re: gpl backlash?

1999-07-25 Thread Paul Crowley
"Jacques Chester" <[EMAIL PROTECTED]> writes: > The above list is not comprehensive, by any means. I begin to think > that this list might wish to work towards a License HOW-TO, which > sets out several aspects of the common licenses and how to choose > your best choice. For maximum interoperabili

Re: gpl backlash?

1999-07-25 Thread Jacques Chester
Hi all; ... a maiden poster here. Trust me to pick a holy war to start with, eh? >Seems to be a backlash against the GPL lately - slashdot has posted numerous >articles on freebsd, which invariably say that "the gpl is evil (blah blah), >and use freebsd because it's better. ". > >Anybody el

Re: gpl backlash?

1999-07-24 Thread Ian Lance Taylor
Date: Sat, 24 Jul 1999 10:03:33 -0500 From: Signal 11 <[EMAIL PROTECTED]> Seems to be a backlash against the GPL lately - slashdot has posted numerous articles on freebsd, which invariably say that "the gpl is evil (blah blah), and use freebsd because it's better. ". There has be

Re: gpl backlash?

1999-07-24 Thread bruce
There are always anti-GPL messages on slashdot, many from people who don't write software. I'd not concern yourself with them. There are also lots of people who speak in favor of the GPL and more vendors are using it lately. The PHP4 license was not quite identical with the QPL 2.0. We discussed

gpl backlash?

1999-07-24 Thread Signal 11
Thought I'd mention that the licensing has changed for "php4" aka zend. It was under the GPL, but now it appears to be under the QPL (just like kde). Seems to be a backlash against the GPL lately - slashdot has posted numerous articles on freebsd, which invariably say that "the gpl is evil (blah