NAME
    Software::License::GPL3andArtistic2 - GPL 3 and Artistic 2.0 Dual
    License

VERSION
    version 0.04

SYNOPSIS
      my $license = Software::License::GPL_3_Artistic_2_0->new({
        holder => 'Caleb Cushing',
      });

      open (my $license_file, '>', 'LICENSE') or die $!;
      print $license_file $license->fulltext;

DESCRIPTION
    This package provides a Dual Licence for GPLv3 and Artistic 2.0. Written
    Because as of yet Software::License (and Dist::Zilla ) doesn't provide a
    way to multilicense

AUTHOR
      Caleb Cushing <xenoterracide@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2010 by Caleb Cushing.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

