ExtUtils::ModuleMaker::Licenses::Standard - Open source software licenses


ExtUtils-ModuleMaker documentation  | view source Contained in the ExtUtils-ModuleMaker distribution.

Index


NAME

Top

ExtUtils::ModuleMaker::Licenses::Standard - Open source software licenses

SYNOPSIS

Top

  use ExtUtils::ModuleMaker::Licenses::Standard;
  blah blah blah

DESCRIPTION

Top

This package holds subroutines imported and used by ExtUtils::ModuleMaker to include license and copyright information in a standard Perl module distribution.

BUGS

Top

None known at this time.

AUTHOR/MAINTAINER

Top

ExtUtils::ModuleMaker was originally written in 2001-02 by R. Geoffrey Avery (modulemaker [at] PlatypiVentures [dot] com). Since version 0.33 (July 2005) it has been maintained by James E. Keenan (jkeenan [at] cpan [dot] org).

SUPPORT

Top

Send email to jkeenan [at] cpan [dot] org. Please include 'modulemaker' in the subject line.

COPYRIGHT

Top

SEE ALSO

Top

ExtUtils::ModuleMaker, modulemaker, perl(1).

PUBLIC METHODS

Top

Each public function/method is described here. These are how you should interact with this module.

License_Apache

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Artistic

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_r_BSD

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_BSD

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_GPL

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_IBM

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Intel

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Jabber

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_LGPL

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_MIT

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_MITRE

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Mozilla_1_0

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Mozilla_1_1

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Nethack

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Nokia

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Python

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Q

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Ricoh

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Sun

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Sleepycat

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Vovida

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_ZLIB

 Purpose   : Get the copyright pod text and LICENSE file text for this license

License_Perl

 Purpose   : Get the copyright pod text and LICENSE file text for this license

Custom_Licenses

 Purpose   : Get the copyright pod text and LICENSE file text for some
			 custom license provided by the programmer


ExtUtils-ModuleMaker documentation  | view source Contained in the ExtUtils-ModuleMaker distribution.