NAME

Software::License::MIT_0 - MIT No Attribution License (MIT-0)

SYNOPSIS

use Software::License::MIT_0;

my $license = Software::License::MIT_0->new(
    {
        holder => 'COPYRIGHT HOLDER',
    }
);

print $license->license;

DESCRIPTION

This module is a Software::License subclass implementation of the MIT No Attribution License. The "MIT No Attribution" or "MIT-0" license is a variant of the permissive MIT license that removes the requirement for attribution.

BUGS

Report bugs at https://github.com/ryoskzypu/Software-License-MIT_0/issues.

AUTHOR

ryoskzypu <ryoskzypu@proton.me>

SEE ALSO

COPYRIGHT

Copyright © 2026 ryoskzypu

MIT-0 License. See LICENSE for details.