I think the ASF's position can best be described as follows:

while(true){
List answers = Arrays.asList(new String[]{"Yes!", "NO!", "Maybe!", "Ask someone else", "I have no recollection of that Senator", "On the advice of council I decline to answer"});
    int choice = Math.random() % answers.size();
    LOG.info("Current position: " + answers.get(choice);
    Thread.sleep(1000 * 60 * 60 * 24);
}

Paul

On 02/09/2005, at 7:32 AM, Scott Deboy wrote:

Could someone explain ASF's stance on inclusion of LGPL-dependent code
in our repository and distributions?  I thought I recalled it was
currently not allowed (only code dependent on Apache/BSD/MIT licenses
could be included).

I was just curious if it would be ok to include the irc receiver in
Chainsaw, since it relies on an LGPL-licensed library, and possibly
include the library itself in the Web Start download.

Would be handy to be add a menu item to 'chat with log4j developers',
etc.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to