NAME
Regexp::Pattern::License::Parts - Regular expressions for licensing sub-parts
VERSION
Version v3.0.27
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_verbatim
ad_always
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
discl_provide
discl_disclaim
name_no_ad
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
promo_no_author
provided_no_warranty
repro_notice_cond_discl
retain_notice
retain_notice_cond_discl
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/>.