On Thu, 14 Feb 2008, Dmitry Goldenberg wrote: > My project is commercial software written in Java. Can I still use > libwpd?
You can certainly use LGPL code in commercial software, but it does have more requirements than just using asf licenced code. Ask google, there are plenty of articles that explain what you have to do ship and do to stay within the licence As for using it from Java, that is possible, but you'll have to do some work to write Java bindings for it. Again, ask google, there are a few tutorials out there on how to wrap a c++ api up for java. You'll almost certainly need to licence these bindings under the lgpl too, but that'll allow others to benifit :) Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
