July 2001
h2xs has eXceeded its Stay
Slide 10
COPYRIGHT and LICENSE
use ExtUtils::ModuleMaker; Generate_Module_Files ( NAME => 'Sample::Module', LICENSE => 'perl', );
ExtUtils::ModuleMaker will include a COPYRIGHT section in the pod and a LICENSE file with the distribution
Can select from a list of licenses approved by
OpenSource.Org
Apache (1.1)
Artistic
BSD
GPL (2)
IBM (1.0)
Intel
Jabber (1.0)
LGPL (2.1)
MIT
MITRE
Mozilla (1.0,1.1)
Nethack
Nokia (1.0a)
Python
Q (1.0)
Ricoh (1.0)
Sun
Sleepycat
Vovida (1.0)
ZLIB/LIBPNG
Default is "same terms as Perl itself"
Or can include the text of a custom license and copyright
Copyright © 2001 GlaxoSmithKline
Contents