RE: [Nant-users] GPL and build scripts

2005-01-21 Thread Craig Andera
Thanks - that's the conclusion I came to as well. > -Original Message- > From: Merrill Cornish [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 19, 2005 4:15 PM > To: Craig Andera; nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] GPL and buil

Re: [Nant-users] GPL and build scripts

2005-01-19 Thread Merrill Cornish
Craig, I'm pretty sure that "link" means _link_. If you go to the FSF site, in their explanation of the GPL (at least at one time), they gave the example of the GPL'ed Bash application being used to call proprietary programs (which is much like NAnt calling external programs). Since the Bash

[Nant-users] GPL and build scripts

2005-01-19 Thread Craig Andera
I'm not a lawyer, but my understanding of the GPL is that any component that links to a GPL program must also release under the GPL. The obvious example of this in Nant is tasks. However, I'm trying to figure out if the same applies to my build script. Although it's XML, it could still be considere

RE: [Nant-users] GPL and build scripts

2005-01-18 Thread Angus Grant
ohn Hardin > Sent: Wednesday, 19 January 2005 7:26 AM > To: [EMAIL PROTECTED] > Cc: NAnt Users mailing list > Subject: Re: [Nant-users] GPL and build scripts > > > On Tue, 2005-01-18 at 10:47, [EMAIL PROTECTED] wrote: > > > Can anyone provide guidance here? Is my build sc

Re: [Nant-users] GPL and build scripts

2005-01-18 Thread John Hardin
On Tue, 2005-01-18 at 10:47, [EMAIL PROTECTED] wrote: > Can anyone provide guidance here? Is my build script constrained to be GPL > the way tasks would be? Nope, no more than a shell script running under BASH is bound by the GPL on BASH. IANAL either, though. -- John Hardin Development and Te

[Nant-users] GPL and build scripts

2005-01-18 Thread nant-users
I'm not a lawyer, but my understanding of the GPL is that any component that links to a GPL program must also release under the GPL. The obvious example of this in Nant is tasks. However, I'm trying to figure out if the same applies to my build script. Although it's XML, it could still be considere