Scroll to navigation

String::License::Naming(3pm) User Contributed Perl Documentation String::License::Naming(3pm)

NAME

String::License::Naming - base class for names of licenses and license naming schemes

VERSION

Version v0.0.9

DESCRIPTION

String::License::Naming is a base class for how to constrain, enumerate, and present licenses.

This class cannot be instantiated on its own. Please use a subclass instead, e.g. String::License::Naming::SPDX.

AUTHOR

Jonas Smedegaard "<dr@jones.dk>"

COPYRIGHT AND LICENSE

  Copyright © 2023 Jonas Smedegaard

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

2023-08-19 perl v5.36.0