On Sat, 2003-03-22 at 21:41, Nikolaus Rumm wrote: > I use XDoclet in Jeeglue, my own open source project. To enable users to > work with the framework out of the box I plan to include the XDoclet jars > with the next distribution. Is this covered by the XDoclet license ? What > else - except the license file - do I have to include ?
I'm not a lawyer, but... (from xdoclet-license.xml): "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: ... Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution." so I guess including the license file in with your docs is all you need to do. A link to where the source code can be obtained by anyone that wants it (i.e. our SF project pages and/or web site) wouldn't go amiss, either. It's not mandatory, but it makes it more likely we'll add your project to the list in xdocs/tools.xml :-) Note that other products we depend on are covered by different licenses (e.g. the commons logging & collections jars use the Apache software license), so you'll have to include those too. Andrew. ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
