Re: PHP-Nuke: A calling for votes

2003-03-11 Thread Brian Nelson
Glenn Maynard <[EMAIL PROTECTED]> writes: > There also seems to be a consensus that this interpretation of the GPL > is not a valid one (eg. not a reasonable interpretation of the license > itself). Interpreting the GPL in strange, logically unreasonable ways > weakens the GPL, and weakening the

Re: Should the ASP loophole be fixed? (Re: The Affero license)

2003-03-11 Thread Anthony Towns
On Mon, Mar 10, 2003 at 02:58:54PM -0500, David Turner wrote: > > "The LPPL makes the controversial claim that simply having files on a > > machine where a few other people could log in and access them in itself > > constitutes distribution. We believe courts would not uphold this claim, > > but it

Re: Should the ASP loophole be fixed? (Re: The Affero license)

2003-03-11 Thread Anthony Towns
On Mon, Mar 10, 2003 at 12:44:09PM -0800, Thomas Bushnell, BSG wrote: > David Turner <[EMAIL PROTECTED]> writes: > > > True. Ever since I started reading debian-legal, one of the tests > > > applied when we consider the freedom of a license has been, "can it be > > > used in a business?" > > That

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Anthony Towns
On Mon, Mar 10, 2003 at 02:08:58PM +0100, Henning Makholm wrote: > Scripsit Anthony Towns > > "it's about privacy, it's about the freedom to keep things private, > > it's about not fundamental rights" 'til you're blue in the face, and > > even though every word of it's completely true, it's *not r

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Anthony Towns
On Mon, Mar 10, 2003 at 09:16:08PM -0800, Thomas Bushnell, BSG wrote: > Note Barak Perlmutter's newly proposed "tentacles of evil" test: >3. The Tentacles of Evil test. > [...] The license cannot allow > even the author to take away the required freedoms! The license doesn't have t

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Anthony Towns
On Mon, Mar 10, 2003 at 01:00:29PM -0800, Walter Landry wrote: > Anthony Towns wrote: > > Arguments about practicality, that this makes doing legitimate things harder > > or impossible in some situations for purely technical reasons (the stranded > > on an island test does this), are valid, but I

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Anthony Towns
On Mon, Mar 10, 2003 at 12:15:13PM -0800, Thomas Bushnell, BSG wrote: > Anthony Towns writes: > > Consider Frank the lawyer who takes some nice source code from a GPLed > > project, and adds some code his friend was telling him under NDA. He > > puts it up on the web, and suddenly gets demands for

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Anthony Towns
On Mon, Mar 10, 2003 at 04:47:56PM -0500, Glenn Maynard wrote: > > I don't understand this question. Having access to the source is > > necessary if you want to make changes. Examples of dentists' software > > aren't relevant (unless you're a dentist), because that'd be outside > > of the sort of

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Anthony Towns
On Mon, Mar 10, 2003 at 05:59:19PM -0500, David Turner wrote: > On Sun, 2003-03-09 at 18:18, Anthony Towns wrote: > > In the dissident case, we're trying to protect the people from having to > > reveal their changes to the government they're protesting. But this just > > doesn't make any real sense

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Anthony Towns
On Mon, Mar 10, 2003 at 09:15:22PM -0800, Thomas Bushnell, BSG wrote: > Sample onerous conditions: > 1) Pay money. > 2) Send your changes back always. > 3) Pay money on request. "I'm broke and on a desert island, I can't do any of these." > 4) Send your changes back on request. "I'm broke and on

Re: Barriers to an ASP loophole closure (was Re: OSD && DFSG - different purposes - constructive suggestion!)

2003-03-11 Thread Anthony Towns
On Mon, Mar 10, 2003 at 02:27:44PM -0500, Jeremy Hankins wrote: > Anthony Towns writes: > > Basically, as far as I can see, the dissident test is exactly equivalent > > to saying "we don't want to close this ASP loophole thing". > I don't think this is true, if you accept the substitution of users

Re: Another way of thinking of the Chinese dissident test

2003-03-11 Thread Andrea Glorioso
> "tb" == Thomas Bushnell <[EMAIL PROTECTED]> writes: tb> They are restrictions which do not preserve any important tb> rights of the holder of the software(like the source-provision tb> rules of the GPL), and they do not enhance anybody's freedom. tb> They are therefore onerou

is scilab really non-free?

2003-03-11 Thread Torsten Werner
Hello, May we discuss scilab's license, please? Scilab is currently assumed to be non-free because of one sentence(1) in its license text http://www-rocq.inria.fr/scilab/license.txt : Any commercial use or circulation of the DERIVED SOFTWARE shall have been previously authorized by INRIA a

Re: The Affero license

2003-03-11 Thread Richard Braakman
On Tue, Mar 11, 2003 at 01:58:04AM +, James Troup wrote: > ocaml is the canonical example; but there are others. I've even seen > people rip off the QPL and make it the PL; it's most noticeable > when they leave the choice of law section as Oslo. Since ocaml is a compiler (and its libraries a

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Richard Braakman
On Tue, Mar 11, 2003 at 06:31:05PM +1000, Anthony Towns wrote: > On Mon, Mar 10, 2003 at 09:15:22PM -0800, Thomas Bushnell, BSG wrote: > > We already reject (1), (2), and (3). Why is (4) suddenly not rejected > > as onerous? > > Because it's not onerous if someone else covers your costs. In the

Re: The Affero license

2003-03-11 Thread Anthony Towns
On Tue, Mar 11, 2003 at 11:39:02AM +0200, Richard Braakman wrote: > On Tue, Mar 11, 2003 at 01:58:04AM +, James Troup wrote: > > ocaml is the canonical example; but there are others. I've even seen > > people rip off the QPL and make it the PL; it's most noticeable > > when they leave the choi

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Anthony Towns
On Tue, Mar 11, 2003 at 11:46:03AM +0200, Richard Braakman wrote: > Actually, I think the GPL would have serious problems if it didn't have > 3(a). Having to keep the source around for three years would be a > significant burden. What keeps the GPL free is that you have the option > to offer sour

Re: OCAML QPL Issue

2003-03-11 Thread Richard Braakman
On Mon, Mar 10, 2003 at 09:26:01PM -0800, Thomas Bushnell, BSG wrote: [DFSG#4] > I'm not sure I think it was a mistake though; I don't see it as all > that objectionable. I consider it objectionable because of what happens if you try to maintain a forked version, or if you try to mix code from di

Re: is scilab really non-free?

2003-03-11 Thread Joerg Jaspert
Torsten Werner <[EMAIL PROTECTED]> writes: > May we discuss scilab's license, please? Scilab is currently assumed to > be non-free because of one sentence(1) in its license text > http://www-rocq.inria.fr/scilab/license.txt : >Any commercial use or circulation of the DERIVED SOFTWARE shall >

Considering packaging T.Rex firewall, is it free?

2003-03-11 Thread Javier Fernández-Sanguino Peña
(please keep me in Cc: as I'm not in the list) I was considering packaging T.Rex firewall for Debian but I'm not totally sure of several facts, one of the caveats is its current license :"The Livermore Public License (LPL), an Open Source License" which is QPL-based. It seems free to me, but I wou

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Bernhard R. Link
* David Turner <[EMAIL PROTECTED]> [030311 00:46]: > Because the four freedoms do talk about freedom to use the software, but > don't say anthing about the freedom to *not* disclose source code under > certain conditions. I may not talk about freedom, but it talks about: * The freedom to study how

Bug#183672: PHP-Nuke: copyright report

2003-03-11 Thread Hugo Espuny
Branden Robinson wrote: This is an extremely important point; Mr. Espuny, please research this issue and get back to us as soon as you can. If Mr. Landry's fears are founded, then Debian might be infringing the copyrights of people *other* than Mr. Burzi, *right now*. This is a little sum

Re: Should the ASP loophole be fixed? (Re: The Affero license)

2003-03-11 Thread Joe Moore
Anthony Towns said: > On Mon, Mar 10, 2003 at 02:58:54PM -0500, David Turner wrote: >> > "The LPPL makes the controversial claim that simply having files on >> a machine where a few other people could log in and access them in >> itself constitutes distribution. We believe courts would not uphold >

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Brian T. Sniffen
Glenn Maynard <[EMAIL PROTECTED]> writes: > On Mon, Mar 10, 2003 at 03:46:57PM -0500, Brian T. Sniffen wrote: >> As I said: existing mechanisms of licensing Free Software (e.g. GNU >> GPL and MIT/X11) provide an impetus for improvement. A >> compulsory-sharing license, as might bring us closer to

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Jeremy Hankins
[EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > The point is that the alleged "user", even if he has the source to > what's behind the web page, *can't* change it, because it's on a > computer beyond his control, on the other side of that connection. > Giving him the source does *NOT* make it p

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Jeremy Hankins
Anthony Towns writes: > Well, "dissidents" supposedly want to be able to keep their changes > private to a small group from among all the people who have any knowledge > of their software. "ASP" folks want to keep their software private to > themselves. Yes, dissidents want to share their change

RE: lzw patent search (fwd)

2003-03-11 Thread Drew Scott Daniels
Hmm, did they just tell me that there were other patents to scare me? Maybe a search with the keyword LZW may be enough? Drew Daniels -- Forwarded message -- Date: Tue, 11 Mar 2003 09:15:10 -0500 From: "Tartler, Cheryl D." <[EMAIL PROTECTED]> To: 'Drew Scott Daniels' <[EMAIL

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Jeremy Hankins
[EMAIL PROTECTED] (Brian T. Sniffen) writes: > Jeremy Hankins <[EMAIL PROTECTED]> writes: >> Is it users of programs or owners of copies of programs that should >> have freedom? As far as I can see the answer is clearly users. >> Currently those two groups are roughly the same, and the second >>

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Jeremy Hankins
Glenn Maynard <[EMAIL PROTECTED]> writes: > Of course, there are cases of web apps that can be run just as well > on my local webserver, but I think they're a small minority. (It's > this group that you're describing in your other examples, but I > think it's the less significant category.) The

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Brian T. Sniffen
Jeremy Hankins <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > >> The point is that the alleged "user", even if he has the source to >> what's behind the web page, *can't* change it, because it's on a >> computer beyond his control, on the other side of that connec

Re: OCAML QPL Issue

2003-03-11 Thread Henning Makholm
Scripsit [EMAIL PROTECTED] (Thomas Bushnell, BSG) > Henning Makholm <[EMAIL PROTECTED]> writes: > > However the question is whether one needs to invoke clause 6 at > > all. Clauses 3 and 4 allow the development of "modified versions" > > without any forced distribution (but with a patch clause).

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Henning Makholm
Scripsit David Turner <[EMAIL PROTECTED]> > On Mon, 2003-03-10 at 08:04, Henning Makholm wrote: > > In that case you can simply choose to distribute the program only to > > people you trust. You can't do this if the license carries an > > obligation to distribute to a fixed third party, too. > In

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Glenn Maynard
On Tue, Mar 11, 2003 at 10:26:44AM -0500, Jeremy Hankins wrote: > The idea is that, before I make the software available in any way, I > should be able to decide who should get access and who should not. > And that list need not include the author. Rather, you should be able to decide who *you* gi

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Anthony Towns
On Tue, Mar 11, 2003 at 10:26:44AM -0500, Jeremy Hankins wrote: > The idea is that, before I make the software available in any way, I > should be able to decide who should get access and who should not. > And that list need not include the author. Uh, why, exactly? How is that different than sayi

Re: The Affero license

2003-03-11 Thread Henning Makholm
Scripsit Anthony Towns > On Tue, Mar 11, 2003 at 11:39:02AM +0200, Richard Braakman wrote: > > Since ocaml is a compiler (and its libraries are LGPLed), its clause 6 > > probably never comes into play. I'd like a better example :) > find /usr/share/doc/ -type f -maxdepth 2 -name copyright |=20

Re: lzw patent search (fwd)

2003-03-11 Thread Glenn Maynard
On Tue, Mar 11, 2003 at 09:31:07AM -0600, Drew Scott Daniels wrote: > Hmm, did they just tell me that there were other patents to scare me? > Maybe a search with the keyword LZW may be enough? As you're not exactly sure what you're looking for, isn't this rather futile (and possibly dangerous[1])

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Anthony Towns
On Tue, Mar 11, 2003 at 05:47:21AM -0500, Brian T. Sniffen wrote: > But that's exactly the error we reprimand legislators and businesses > for: believing that a different medium requires new laws to make it > safe. That I receive the output of software over HTTP should change > nothing from the ca

Re: Barriers to an ASP loophole closure (was Re: OSD && DFSG - different purposes - constructive suggestion!)

2003-03-11 Thread Steve Langasek
On Tue, Mar 11, 2003 at 06:41:40PM +1000, Anthony Towns wrote: > On Mon, Mar 10, 2003 at 02:27:44PM -0500, Jeremy Hankins wrote: > > Anthony Towns writes: > > > Basically, as far as I can see, the dissident test is exactly equivalent > > > to saying "we don't want to close this ASP loophole thing"

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Brian T. Sniffen
Jeremy Hankins <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Brian T. Sniffen) writes: >> Jeremy Hankins <[EMAIL PROTECTED]> writes: > >>> Is it users of programs or owners of copies of programs that should >>> have freedom? As far as I can see the answer is clearly users. >>> Currently those

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Brian T. Sniffen
Henning Makholm <[EMAIL PROTECTED]> writes: >> Sniffen (who secretely wants to write proprietary software) > > I think you just lost your credibility in this discussion. Absolutely: I'm extremely public about it. I want to write proprietary software. I insist on the integrity and privacy of my

Re: lzw patent search (fwd)

2003-03-11 Thread Drew Scott Daniels
On Tue, 11 Mar 2003 11:30:00 -0500, Glenn Maynard <[EMAIL PROTECTED]> wrote: > On Tue, Mar 11, 2003 at 09:31:07AM -0600, Drew Scott Daniels wrote: > > Hmm, did they just tell me that there were other patents to scare me? > > Maybe a search with the keyword LZW may be enough? > > As you're not exac

Re: Bug#183672: PHP-Nuke: copyright report

2003-03-11 Thread Mark Rafn
On Tue, 11 Mar 2003, Hugo Espuny wrote: > 6) The infamous evil addendum is included in "INSTALL" file , not in > "COPYING" (i don't now if this fact is relevant at all), as follows: > > "I M P O R T A N TN O T E > > IMPORTANT: I saw many sites that removes the copyright line in the footer

Dual licensed software

2003-03-11 Thread Luis Bustamante
Hi, I packaged JpGraph[1], it is an object oriented class library for php4. Currently, it is dual licensed under QPL 1.0 and JpGraph Commercial License[2]. It doesn't have any restriction for open-source use (you can even use QPL for commercial opensource use). The commercial license is used for c

Re: Bug#183672: PHP-Nuke: copyright report

2003-03-11 Thread Hugo Espuny
There are key points in what you said: Mark Rafn wrote: Honestly, unless/until we can get a clarification (e-mail is fine, and it should be included in the distribution) from Mr. Burzi, I'd say this is not ok to distribute at all, even in non-free. I agree with you. We've got a point in wh

Re: Barriers to an ASP loophole closure (was Re: OSD && DFSG - different purposes - constructive suggestion!)

2003-03-11 Thread Stephen Ryan
On Tue, 2003-03-11 at 11:58, Steve Langasek wrote: > I find this an acceptable compromise. The GPL already implements > something very close to this: if you give someone a copy, they're able > to pass it on to a third party who in some cases then has grounds for > demanding source from the autho

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Thomas Bushnell, BSG
Anthony Towns writes: > On Mon, Mar 10, 2003 at 09:15:22PM -0800, Thomas Bushnell, BSG wrote: > > Sample onerous conditions: > > 1) Pay money. > > 2) Send your changes back always. > > 3) Pay money on request. > > "I'm broke and on a desert island, I can't do any of these." > > > 4) Send your c

Re: The Affero license

2003-03-11 Thread Thomas Bushnell, BSG
Henning Makholm <[EMAIL PROTECTED]> writes: > Clause 6 still doesn't come into play if the derived application is > released under the QPL itself, in which case one has the choice of > distributing under clauses 3 and 4 instead. > > This is no worse than a GPL'ed library (of which Debian does > d

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Thomas Bushnell, BSG
Anthony Towns writes: > On Mon, Mar 10, 2003 at 12:15:13PM -0800, Thomas Bushnell, BSG wrote: > > Anthony Towns writes: > > > Consider Frank the lawyer who takes some nice source code from a GPLed > > > project, and adds some code his friend was telling him under NDA. He > > > puts it up on the

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Thomas Bushnell, BSG
Jeremy Hankins <[EMAIL PROTECTED]> writes: > But you still haven't answered my question: *IF* it could be done (and > passed the other two tests I mentioned in my other message), would it > be free? No. It wouldn't because freedom means, at its root, the absence of restrictions. The fact that s

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Thomas Bushnell, BSG
Anthony Towns writes: > The idea is that: > > (a) gcc -o foo foo.o bar-gpl.o forms a work (foo) based on bar-gpl.o > and thus that people should make the full source of foo available > > (b) gcc -o foo foo.o -lbar-gpl is much the same as the above > gcc -o foo ba

Re: Should the ASP loophole be fixed? (Re: The Affero license)

2003-03-11 Thread Thomas Bushnell, BSG
Anthony Towns writes: > In the way you're going on about it, yes, it is. What David's talking > about is this: if you've got a business, whose profits are based around > a monopoly on distributing a piece of software, you can't replace your > major bits of software with GPLed software or relicens

Re: Another way of thinking of the Chinese dissident test

2003-03-11 Thread Thomas Bushnell, BSG
Andrea Glorioso <[EMAIL PROTECTED]> writes: > > "tb" == Thomas Bushnell <[EMAIL PROTECTED]> writes: > > tb> They are restrictions which do not preserve any important > tb> rights of the holder of the software(like the source-provision > tb> rules of the GPL), and they do not enhan

Re: Dual licensed software

2003-03-11 Thread James Troup
[EMAIL PROTECTED] (Luis Bustamante) writes: > Hi, > > I packaged JpGraph[1], it is an object oriented class library for > php4. Currently, it is dual licensed under QPL 1.0 and JpGraph > Commercial License[2]. It doesn't have any restriction for open-source > use (you can even use QPL for commerci

Re: Dual licensed software

2003-03-11 Thread Thomas Bushnell, BSG
[EMAIL PROTECTED] (Luis Bustamante) writes: > QPL is DFSG-free iirc, can JpGraph go in main despite the fact it can > be used also under the terms of JpGraph Commercial License? > > References > 1. http://www.aditus.nu/jpgraph > 2. http://www.aditus.nu/jpgraph/jpgprolicense.pdf This unfortunatel

Re: The Affero license

2003-03-11 Thread David Turner
On Sun, 2003-03-09 at 20:57, Nick Phillips wrote: > On Fri, Mar 07, 2003 at 04:40:25PM -0500, David Turner wrote: > > > This seems to be a serious stretch of the actual wording of (2)(d). One > > could also argue that any CD which includes GPL'd software is a > > derivative work of that software.

Re: Bug#183672: PHP-Nuke: copyright report

2003-03-11 Thread Mark Rafn
On Tue, 11 Mar 2003, Hugo Espuny wrote: > >If the clarification is that it IS a license requirement, or that he > >intends to retroactively change the license, it's not distributable at > >all. > > > Unless i remove all GPL modules not from FB and move the packet to > non-free. Do you agree? Per

Re: Dual licensed software

2003-03-11 Thread Glenn Maynard
On Tue, Mar 11, 2003 at 02:11:39PM -0500, Luis Bustamante wrote: > QPL is DFSG-free iirc, can JpGraph go in main despite the fact it can > be used also under the terms of JpGraph Commercial License? The DFSG-freeness of the QPL is currently under renewed debate on this list. -- Glenn Maynard

The Show So Far

2003-03-11 Thread Thomas Bushnell, BSG
So IIUC, Anthony Towns is especially exercised by the alleged difficulty with the QPL's apparent forced publication requirement, which he things should be no difficulty at all. But as Henning has pointed out, the QPL doesn't *have* a forced publication requirement. Thanks to Henning for actually

Re: Bug#183672: PHP-Nuke: copyright report

2003-03-11 Thread Hugo Espuny
Mark Rafn wrote: If the clarification is that it IS a license requirement, or that he intends to retroactively change the license, it's not distributable at all. Unless i remove all GPL modules not from FB and move the packet to non-free. Do you agree? Perhaps. We'd have to veri

Re: Bug#183672: PHP-Nuke: copyright report

2003-03-11 Thread Mark Rafn
> Mark Rafn wrote: > >Also, Debian should not distribute software whose author has given an > >indication that he intends to retroactively change a license. It's under > >question whether this is possible, but I don't want to be a test case. On Tue, 11 Mar 2003, Hugo Espuny wrote: > I have hea

Re: Another way of thinking of the Chinese dissident test

2003-03-11 Thread David Turner
On Sun, 2003-03-09 at 20:23, Thomas Bushnell, BSG wrote: > > > Anthony Towns' excellent criticisms have provoked me to think of > another reason that the Chinese Dissident test captures something > important about free software, and thus why the QPL's forced > publication or the Affero bit are on

Re: PHPNuke license

2003-03-11 Thread Walter Landry
Don Armstrong <[EMAIL PROTECTED]> wrote: > [Just as a note, debian list policy is to _not_ Cc: individuals unless > they explicitly ask for it, or set appropriate MFT:'s. I have done > neither, so you need not Cc: me.] > > On Mon, 10 Mar 2003, David Turner wrote: > >> Anthony is quite reasonable i

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread David Turner
On Tue, 2003-03-11 at 11:33, Henning Makholm wrote: > Scripsit David Turner <[EMAIL PROTECTED]> > > On Mon, 2003-03-10 at 08:04, Henning Makholm wrote: > > > > In that case you can simply choose to distribute the program only to > > > people you trust. You can't do this if the license carries an >

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread David Turner
On Tue, 2003-03-11 at 00:11, Thomas Bushnell, BSG wrote: > David Turner <[EMAIL PROTECTED]> writes: > > > On Mon, 2003-03-10 at 16:00, Walter Landry wrote: > > > Anthony Towns wrote: > > > > Arguments about practicality, that this makes doing legitimate things > > > > harder > > > > or impossibl

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread David Turner
On Tue, 2003-03-11 at 00:16, Thomas Bushnell, BSG wrote: > David Turner <[EMAIL PROTECTED]> writes: > > > On Mon, 2003-03-10 at 08:04, Henning Makholm wrote: > > > > Sure. Compare this to some code using the GPL; same sort of information, > > > > same problem with it: their trade secrets are woven

Re: Barriers to an ASP loophole closure

2003-03-11 Thread David Turner
On Tue, 2003-03-11 at 12:00, Anthony Towns wrote: > Software licenses are, almost by definition, the author placing > obligations on everyone. Or removing them, in the case of Free Software licenses. -- -Dave Turner Stalk Me: 617 441 0668 "On matters of style, swim with th

Re: lzw patent search (fwd)

2003-03-11 Thread Richard Braakman
On Tue, Mar 11, 2003 at 09:31:07AM -0600, Drew Scott Daniels wrote: > Hmm, did they just tell me that there were other patents to scare me? Maybe they meant the IBM patent on LZW :-) Have you seen http://cloanto.com/users/mcb/19950127giflzw.html ? ("The GIF Controversy: A Software Developer's Per

Re: Barriers to an ASP loophole closure

2003-03-11 Thread David Turner
On Tue, 2003-03-11 at 11:58, Brian T. Sniffen wrote: > > Only when you're playing the game of trying to push the definition of > > "user" as far as you can push it. And that's a perfectly legitimate > > and good thing to do when you're discussing a license text, but in > > doing so you shouldn't

Re: Dual licensed software

2003-03-11 Thread Glenn Maynard
On Tue, Mar 11, 2003 at 12:29:12PM -0800, Thomas Bushnell, BSG wrote: > So if you are IBM, say, and you get any financial gain because you use > JpGraph to prepare reports, then you are a "commercial use", and you > are not allowed to distribute under the QPL. This comes back to Steve's message in

Re: Dual licensed software

2003-03-11 Thread Don Armstrong
On Tue, 11 Mar 2003, Thomas Bushnell, BSG wrote: > This unfortunately is not satisfactory. See on the main JpGraph page > the actual license grant: > > ] JpGraph is released under a dual license. > ] > ] QPL 1.0 (Qt Free Licensee) For non-commercial, open-source and > ] educational use and JpGrap

Re: The Affero license

2003-03-11 Thread Thomas Bushnell, BSG
David Turner <[EMAIL PROTECTED]> writes: > When you say, "every likelihood", I am not sure that I agree. In fact, > it seems rare to me that code from a web app would go into a non-web > app, although not impossible. Still, it seems that the clause could be > reworded to take this into account.

Re: Dual licensed software

2003-03-11 Thread Thomas Bushnell, BSG
Glenn Maynard <[EMAIL PROTECTED]> writes: > On Tue, Mar 11, 2003 at 02:11:39PM -0500, Luis Bustamante wrote: > > QPL is DFSG-free iirc, can JpGraph go in main despite the fact it can > > be used also under the terms of JpGraph Commercial License? > > The DFSG-freeness of the QPL is currently unde

Re: Barriers to an ASP loophole closure (was Re: OSD && DFSG - different purposes - constructive suggestion!)

2003-03-11 Thread David Turner
On Tue, 2003-03-11 at 14:51, Stephen Ryan wrote: > On Tue, 2003-03-11 at 11:58, Steve Langasek wrote: > > > I find this an acceptable compromise. The GPL already implements > > something very close to this: if you give someone a copy, they're able > > to pass it on to a third party who in some c

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread David Turner
On Tue, 2003-03-11 at 00:10, Thomas Bushnell, BSG wrote: > David Turner <[EMAIL PROTECTED]> writes: > > > Because the four freedoms do talk about freedom to use the software, but > > don't say anthing about the freedom to *not* disclose source code under > > certain conditions. > > Why is this di

Re: Another way of thinking of the Chinese dissident test

2003-03-11 Thread Thomas Bushnell, BSG
David Turner <[EMAIL PROTECTED]> writes: > But what say you about Section 4, a section whose sole purpose is to > make the GPL more easily enforceable? This section couldn't even exist > without copyright law. It only makes it more easily enforceable, and it operates purely as a stick. I don't

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Thomas Bushnell, BSG
David Turner <[EMAIL PROTECTED]> writes: > On Tue, 2003-03-11 at 12:00, Anthony Towns wrote: > > Software licenses are, almost by definition, the author placing > > obligations on everyone. > > Or removing them, in the case of Free Software licenses. Hah. Forced publication requirements *remo

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Thomas Bushnell, BSG
David Turner <[EMAIL PROTECTED]> writes: > So, I think we have to go back to looking at which restrictions we > allow. For instance, we allow the GPL's section 4, which prohibits > certain people (on account of their past actions) from copying, > modifying, or distributing GPL'd software. Why?

Re: The Show So Far

2003-03-11 Thread Glenn Maynard
On Tue, Mar 11, 2003 at 12:49:19PM -0800, Thomas Bushnell, BSG wrote: > We have already said that, in the context of the GPL, static linking > and dynamic linking both make a "single program", and anyone who > distributes that program, in parts or as a single whole, with the > intention of distribu

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Anthony Towns
On Tue, Mar 11, 2003 at 12:00:38PM -0800, Thomas Bushnell, BSG wrote: > Anthony Towns writes: > > Because it's not onerous if someone else covers your costs. In the same > > way "You must give me your sources at cost if you give me your binaries" > > isn't onerous. > It has been pointed out that t

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Glenn Maynard
On Tue, Mar 11, 2003 at 04:45:02PM -0500, David Turner wrote: > > Software licenses are, almost by definition, the author placing > > obligations on everyone. > > Or removing them, in the case of Free Software licenses. The GPL places lots of obligations on people in the interests of preserving

Re: OSD && DFSG - different purposes - constructive suggestion!

2003-03-11 Thread Anthony Towns
On Tue, Mar 11, 2003 at 12:02:06PM -0800, Thomas Bushnell, BSG wrote: > Anthony Towns writes: > > On Mon, Mar 10, 2003 at 12:15:13PM -0800, Thomas Bushnell, BSG wrote: > > > Anthony Towns writes: > > > > Consider Frank the lawyer who takes some nice source code from a GPLed > > > > project, and a

Standard non-copyleft free license?

2003-03-11 Thread Terry Hancock
Admidst the storms of controversy, I'd just like to ask a (hopefully) simple question... ;-) The GPL is the "clear winner" for being a maximally "standard" copyleft free license. The BSD license is apparently not directly usable (mentions Berkeley explicitly, etc), so these licenses are genera

Re: Should the ASP loophole be fixed? (Re: The Affero license)

2003-03-11 Thread David Turner
On Tue, 2003-03-11 at 00:21, Thomas Bushnell, BSG wrote: > > Joe rebuilds the software to offer customers contracts over the web. > > Now, one of his customers says, "that's really cool, I want to be able > > to do the same for my customers." Ought that customer to be able to get > > the source c

Re: Should the ASP loophole be fixed? (Re: The Affero license)

2003-03-11 Thread David Turner
On Mon, 2003-03-10 at 17:33, Henning Makholm wrote: > Scripsit David Turner <[EMAIL PROTECTED]> > > On Sun, 2003-03-09 at 14:49, Henning Makholm wrote: > > > > True. Ever since I started reading debian-legal, one of the tests > > > applied when we consider the freedom of a license has been, "can i

Re: Standard non-copyleft free license?

2003-03-11 Thread Glenn Maynard
On Tue, Mar 11, 2003 at 03:46:05PM -0800, Terry Hancock wrote: > I don't want to ruffle their feathers by making them consider all the license > details -- I'd like to just say "BSD license" or some appropriate standard > that they can live with. They could, of course, sell the software to someo

Re: PHP-Nuke: A calling for votes

2003-03-11 Thread David Turner
On Mon, 2003-03-10 at 05:01, Glenn Maynard wrote: > > Richard Braakman wrotes: > >>Note that this is not so much a legal question as a question of > >>software freedom. The only legal argument that would apply would > >>go like this: > > > > > 1. The GPL is DFSG-free by definition > > > 2. The

Re: Standard non-copyleft free license?

2003-03-11 Thread David Turner
Copyright (c) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute,

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Mark Rafn
> On Tue, 2003-03-11 at 11:58, Brian T. Sniffen wrote: > > When I say you're a user of router software, I'm not pushing the > > definition of user any further than you are when you say I'm a user of > > PHP-nuke or Apache. On Tue, 11 Mar 2003, David Turner wrote: > Here, I think Apache is closer

Re: Barriers to an ASP loophole closure

2003-03-11 Thread Thomas Bushnell, BSG
David Turner <[EMAIL PROTECTED]> writes: > Here, I think Apache is closer to router software than to PHPNuke. > PHPNuke is distinguishable because it's not designed to do some standard > thing -- instead, users choose to visit PHPNuke sites in part because > of their specific, unique features.

Re: The Show So Far

2003-03-11 Thread Thomas Bushnell, BSG
Glenn Maynard <[EMAIL PROTECTED]> writes: > On Tue, Mar 11, 2003 at 12:49:19PM -0800, Thomas Bushnell, BSG wrote: > > We have already said that, in the context of the GPL, static linking > > and dynamic linking both make a "single program", and anyone who > > distributes that program, in parts or

Re: The Show So Far

2003-03-11 Thread David Turner
[note: ASP stands for Application Service Provider, and an example ASP is provided further down in this message] On Tue, 2003-03-11 at 15:49, Thomas Bushnell, BSG wrote: > Why a Forced Publication Requirement is Not Free > > > The basic reason her

Re: Should the ASP loophole be fixed? (Re: The Affero license)

2003-03-11 Thread Thomas Bushnell, BSG
David Turner <[EMAIL PROTECTED]> writes: > On Tue, 2003-03-11 at 00:21, Thomas Bushnell, BSG wrote: > > > Joe rebuilds the software to offer customers contracts over the web. > > > Now, one of his customers says, "that's really cool, I want to be able > > > to do the same for my customers." Ough

Re: The Show So Far

2003-03-11 Thread Thomas Bushnell, BSG
David Turner <[EMAIL PROTECTED]> writes: > > Why the GPL is free > > --- > > > > But then why is the forced distribution of source ok which the GPL > > requires? Because this actually augments the freedom of the recipient > > of the code. > > Doesn't this depend on which "reci

Re: Standard non-copyleft free license?

2003-03-11 Thread Don Armstrong
On Tue, 11 Mar 2003, Terry Hancock wrote: > Is there a *standard* boilerplate for a "BSD-type" or say "maximally > free" non-copyleft license (if BSD doesn't cut it). You're looking for the Modified BSD or so called, 3-clause BSD license. FE, see http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5

Re: Should the ASP loophole be fixed? (Re: The Affero license)

2003-03-11 Thread Thomas Bushnell, BSG
David Turner <[EMAIL PROTECTED]> writes: > When you say "providing a service", you are inadvertently concealing a > significant difference between printing an invoice for a customer, and > the customer interacting with the software. Excuse me? What is "printing an invoice" but "interacting with

Re: Standard non-copyleft free license?

2003-03-11 Thread Don Armstrong
On Tue, 11 Mar 2003, David Turner wrote: > Copyright (c) [snip] > Stuff in [] is optional. Stuff in <> needs to be replaced. For those following along at home, this is (basically) the X11 license. http://www.x.org/Downloads_terms.html Don Armstrong -- "A one-question geek test. If you ge

Re: The Show So Far

2003-03-11 Thread David Turner
On Tue, 2003-03-11 at 20:34, Thomas Bushnell, BSG wrote: > David Turner <[EMAIL PROTECTED]> writes: > > > > Why the GPL is free > > > --- > > > > > > But then why is the forced distribution of source ok which the GPL > > > requires? Because this actually augments the freedom of t

Re: PHP-Nuke: A calling for votes

2003-03-11 Thread David Turner
On Mon, 2003-03-10 at 17:24, Richard Braakman wrote: > > My rule of thumb is that if you ever find yourself in a situation where > the technically ideal solution is blocked by software licensing, then > you're not dealing with free software. This is my version of freedom 0. > (You could always get

Re: The Show So Far

2003-03-11 Thread Glenn Maynard
On Tue, Mar 11, 2003 at 08:36:44PM -0500, David Turner wrote: > [note: ASP stands for Application Service Provider, and an example ASP > is provided further down in this message] OK. It's ASP in the context of HTTP (probably due to the nearby PHPNuke thread) that caused my confusion. -- Glenn M

Re: Another way of thinking of the Chinese dissident test

2003-03-11 Thread David Turner
On Tue, 2003-03-11 at 17:58, Thomas Bushnell, BSG wrote: > David Turner <[EMAIL PROTECTED]> writes: > > > But what say you about Section 4, a section whose sole purpose is to > > make the GPL more easily enforceable? This section couldn't even exist > > without copyright law. > > It only makes i

  1   2   >