From: Scott W. <sc...@pe...> - 2008-11-10 15:19:36
|
On Mon, Nov 10, 2008 at 09:39:39AM +0100, sf...@ma... wrote: > Hello, > > I would like to use the Soap::Lite in a project, which is developed > under the Eclipse Public License. Under what license is Soap::Lite > available and is it possible to include the package in other projects? > > I would appreciate a short answer... Let's see... short answer... % perldoc SOAP::Lite /COPYRIGHT Here we go... COPYRIGHT Copyright (C) 2000−2005 Paul Kulchenko. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This text and all associated documentation for this library is made available under the Creative Commons Attribution‐NoDerivs 2.0 license. http://creativecommons.org/licenses/by−nd/2.0/ Short answer: same terms as Perl itself (see perldoc perlartistic). You can find any Perl module's licensing by reading that module's documentation (usually near the bottom of it) in the COPYRIGHT and/or LICENSE section. Good luck with your project, Scott -- Scott Wiersdorf <sc...@pe...> |