NAME
Regexp::Pattern::License::Parts - Regular expressions for licensing sub-parts
VERSION
Version v3.0.28
SYNOPSIS
use Regexp::Pattern; # exports re()
my $re = re("License::Parts::mit_advertising");
DESCRIPTION
Regexp::Pattern::License::Parts provides a hash of regular expression patterns related to sub-parts of legal software licenses.
Regexp::Pattern is a convention for organizing reusable regex patterns.
PATTERNS
Single part
Patterns each covering a single part, e.g. a clause or a disclaimer phrase.
ad_ack_doc_pkg
ad_ack_doc_sw
ad_always
ad_pub_ack_nosrc
ad_verbatim
asis_expr_warranty
asis_name_sw
asis_sw_by_name
asis_sw_name_discl
asis_sw_warranty
cc
cc_by
cc_cc0
cc_nc
cc_nd
cc_sa
cc_sp
cc_url
cc_url_pd
derive_altermark
derive_no_relicense
derive_share
discl_name_warranties
nopromo_except
nopromo_neither
nopromo_written_prior
note_cpyr_perm
note_cpyr_perm_doc
note_invar
note_marketing
note_repro_notice_cond_discl
note_retain_notice_cond_discl
origin_no_misrepresent
origin_no_misrepresent_ack
permission_granted_agree_fee
permission_use_deal_sw
permission_use_deal_materials
permission_use_fee_agree
permission_person_materials
permission_person_materials
permission_person_sw_doc
use_sw_doc_any
version_later_para
version_later_postfix
version_number
version_prefix
AUTHOR
Jonas Smedegaard <dr@jones.dk>
COPYRIGHT AND LICENSE
Copyright © 2016 Jonas Smedegaard
This program is free software; you can redistribute it and/or modify it under the terms of the GNU 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 General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.