Re: A legal-ish question

2010-06-11 Thread Jason van Zyl
You do your coding work, I'll take care of the legal for you. The model of everyone having to check everything is stupid. Code away, if I find a problem we'll yank it. On Jun 11, 2010, at 7:16 AM, Kristian Rosenvold wrote: > fr., 11.06.2010 kl. 06.35 -0700, skrev Jason van Zyl: >> On Jun 10, 20

Re: A legal-ish question

2010-06-11 Thread Jesse McConnell
imo where ever you drop the code just make it very clear where it came from, a link to this thread might not hurt to add as well...point being as others have said it should be perfectly fine for code @ the ASF but these sorts of things have a way of rearing their ugly head years down the road and h

Re: A legal-ish question

2010-06-11 Thread sebb
On 11/06/2010, Kristian Rosenvold wrote: > fr., 11.06.2010 kl. 06.35 -0700, skrev Jason van Zyl: > > > On Jun 10, 2010, at 11:27 PM, Kristian Rosenvold wrote: > > > > > I have a memoizer > > > (http://www.javaconcurrencyinpractice.com/listings/Memoizer.java) that > > > I'd like to include "som

Re: A legal-ish question

2010-06-11 Thread Kristian Rosenvold
fr., 11.06.2010 kl. 06.35 -0700, skrev Jason van Zyl: > On Jun 10, 2010, at 11:27 PM, Kristian Rosenvold wrote: > > > I have a memoizer > > (http://www.javaconcurrencyinpractice.com/listings/Memoizer.java) that > > I'd like to include "somewhere" in our code base. It's like 30 lines of > > code or

Re: A legal-ish question

2010-06-11 Thread Jason van Zyl
On Jun 10, 2010, at 11:27 PM, Kristian Rosenvold wrote: > I have a memoizer > (http://www.javaconcurrencyinpractice.com/listings/Memoizer.java) that > I'd like to include "somewhere" in our code base. It's like 30 lines of > code or so. > > Ï've seen this snippet of code (or extremely minor per

Re: A legal-ish question

2010-06-11 Thread sebb
On 11/06/2010, Brett Porter wrote: > > On 11/06/2010, at 4:27 PM, Kristian Rosenvold wrote: > > > I have a memoizer > > (http://www.javaconcurrencyinpractice.com/listings/Memoizer.java) that > > I'd like to include "somewhere" in our code base. It's like 30 lines of > > code or so. > > > >

Re: A legal-ish question

2010-06-11 Thread Brett Porter
On 11/06/2010, at 4:27 PM, Kristian Rosenvold wrote: > I have a memoizer > (http://www.javaconcurrencyinpractice.com/listings/Memoizer.java) that > I'd like to include "somewhere" in our code base. It's like 30 lines of > code or so. > > Ï've seen this snippet of code (or extremely minor permut

Re: A legal-ish question

2010-06-11 Thread sebb
On 11/06/2010, Kristian Rosenvold wrote: > I have a memoizer > (http://www.javaconcurrencyinpractice.com/listings/Memoizer.java) that > I'd like to include "somewhere" in our code base. It's like 30 lines of > code or so. > > Ï've seen this snippet of code (or extremely minor permutations of i

A legal-ish question

2010-06-10 Thread Kristian Rosenvold
I have a memoizer (http://www.javaconcurrencyinpractice.com/listings/Memoizer.java) that I'd like to include "somewhere" in our code base. It's like 30 lines of code or so. Ï've seen this snippet of code (or extremely minor permutations of it) appear a number of places, under various lisence head