Re: foreign code contributions

2010-02-23 Thread Michael Allman
On Tue, 23 Feb 2010, Mark Wielaard wrote: > On Mon, 2010-02-22 at 22:15 -0800, Michael Allman wrote: >> On Tue, 23 Feb 2010, Dalibor Topic wrote: >> >>> Michael Allman wrote: Does the BSD jdk port accept code contributions from non-copyright holders? >>> >>> It follows the same rule 0 as

Re: foreign code contributions

2010-02-23 Thread Christos Zoulas
On Feb 23, 9:43am, gnu_and...@member.fsf.org (Andrew John Hughes) wrote: -- Subject: Re: foreign code contributions Andrew, what MUA do you use that insists on encoding plain ascii text to base-64? Isn't there a configuration setting that avoids this? chr

Re: foreign code contributions

2010-02-23 Thread Andrew John Hughes
On 23 February 2010 09:31, Mark Wielaard wrote: > On Mon, 2010-02-22 at 22:15 -0800, Michael Allman wrote: >> On Tue, 23 Feb 2010, Dalibor Topic wrote: >> >> > Michael Allman wrote: >> >> Does the BSD jdk port accept code contributions from non-copyright >> >> holders? >> > >> > It follows the sam

Re: foreign code contributions

2010-02-23 Thread Mark Wielaard
On Mon, 2010-02-22 at 22:15 -0800, Michael Allman wrote: > On Tue, 23 Feb 2010, Dalibor Topic wrote: > > > Michael Allman wrote: > >> Does the BSD jdk port accept code contributions from non-copyright > >> holders? > > > > It follows the same rule 0 as the rest of the project: > > http://openjdk.j

Re: foreign code contributions

2010-02-22 Thread Michael Allman
On Tue, 23 Feb 2010, Dalibor Topic wrote: > Michael Allman wrote: >> Does the BSD jdk port accept code contributions from non-copyright >> holders? > > It follows the same rule 0 as the rest of the project: > http://openjdk.java.net/contribute/ > > i.e. your patch needs to come in under SCA. Wasn

Re: foreign code contributions

2010-02-22 Thread Dalibor Topic
Michael Allman wrote: > Does the BSD jdk port accept code contributions from non-copyright > holders? It follows the same rule 0 as the rest of the project: http://openjdk.java.net/contribute/ i.e. your patch needs to come in under SCA. > For example, GNU classpath has a kqueue-based selector i

foreign code contributions

2010-02-22 Thread Michael Allman
Does the BSD jdk port accept code contributions from non-copyright holders? For example, GNU classpath has a kqueue-based selector implementation. Can we "steal" that? The licenses are compatible. Cheers, Michael