Re: [Nant-users] Licensing Components

2004-04-22 Thread Gert Driesen
L PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 11:43 PM Subject: Re: [Nant-users] Licensing Components > > > - Original Message - > > From: "Matthew W. Adams" <[EMAIL PROTECTED]> > > To: "Gert Driesen" <[EMAIL PROTECTED

Re: [Nant-users] Licensing Components

2004-04-22 Thread Gert Driesen
> - Original Message - > From: "Matthew W. Adams" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, April 22, 2004 10:28 PM > Subject: RE: [Nant-users] Licensing Components >

RE: [Nant-users] Licensing Components

2004-04-22 Thread Matthew W. Adams
rt Driesen [mailto:[EMAIL PROTECTED] Sent: 22 April 2004 20:32 To: Matthew W. Adams; [EMAIL PROTECTED] Subject: Re: [Nant-users] Licensing Components Matthew, I know too little of licensing in .NET itself, but commenting out that code will render the license task useless, as this code will then just

Re: [Nant-users] Licensing Components

2004-04-22 Thread Gert Driesen
Matthew, I know too little of licensing in .NET itself, but commenting out that code will render the license task useless, as this code will then just create an empty licenses file, no ? : using (FileStream fs = new FileStream(licensesFile, FileMode.Create)) { // note the ToUpper() - this is