20060221

lgpl (lesser general public license)

Witl is under the lgpl, which is the lesser general public license. This is a free software license, and an open source license. So witl is foss, free and open source software.

20060213

serializable outputstream

Witl should take a screenshot and email it. We can take a screenshot and save it to a file. We can attach a file to an email and send it. The problem is that we need to email the screenshot without saving it to a file.

We need lgpl code to get the screenshot image data from the awt in jpeg format and put it in the attachment object to be sent. This problem is delaying witl a little bit right now.