The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Software::License::NetHack - The NetHack General Public License

VERSION

version 0.01

SYNOPSIS

  my $license = Software::License::NetHack->new({
      holder => 'Jesse Luehrs',
  });

DESCRIPTION

This provides a Software::License class for the NetHack General Public License. This is useful because the NetHack license is restrictive enough such that any derivative code must also be licensed under the identical license (so relicensing is not allowed).

BUGS

No known bugs.

Please report any bugs through RT: email bug-software-license-nethack at rt.cpan.org, or browse to http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Reply.

SEE ALSO

Software::License

SUPPORT

You can find this documentation for this module with the perldoc command.

    perldoc Software::License::NetHack

You can also look for information at:

AUTHOR

Jesse Luehrs <doy at cpan dot org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by Jesse Luehrs.

This is free software, licensed under:

  The MIT (X11) License