1String::License::NamingU(s3e)r Contributed Perl DocumentaSttiroinng::License::Naming(3)
2
3
4
6 String::License::Naming - base class for names of licenses and license
7 naming schemes
8
10 Version v0.0.4
11
13 String::License::Naming is a base class for how to constrain,
14 enumerate, and present licenses.
15
16 This class cannot be instantiated on its own. Please use a subclass
17 instead, e.g. String::License::Naming::SPDX.
18
20 Jonas Smedegaard "<dr@jones.dk>"
21
23 Copyright © 2023 Jonas Smedegaard
24
25 This program is free software: you can redistribute it and/or modify it
26 under the terms of the GNU Affero General Public License as published
27 by the Free Software Foundation, either version 3, or (at your option)
28 any later version.
29
30 This program is distributed in the hope that it will be useful, but
31 WITHOUT ANY WARRANTY; without even the implied warranty of
32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33 Affero General Public License for more details.
34
35 You should have received a copy of the GNU Affero General Public
36 License along with this program. If not, see
37 <https://www.gnu.org/licenses/>.
38
39
40
41perl v5.36.0 2023-01-29 String::License::Naming(3)