[licensecheck] 17/26: Rename License::Parts pattern note_copr_perm_doc → repro_copr_perm_appear_doc.

Jonas Smedegaard dr at jones.dk
Sun Feb 5 10:12:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository licensecheck.

commit ba87df07266ef601e02076fd39c7116cc96a6c5f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jan 24 03:20:16 2017 +0100

    Rename License::Parts pattern note_copr_perm_doc → repro_copr_perm_appear_doc.
---
 lib/Regexp/Pattern/License.pm       | 2 +-
 lib/Regexp/Pattern/License/Parts.pm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Regexp/Pattern/License.pm b/lib/Regexp/Pattern/License.pm
index 87df097..c6d9b26 100644
--- a/lib/Regexp/Pattern/License.pm
+++ b/lib/Regexp/Pattern/License.pm
@@ -456,7 +456,7 @@ our %RE = (
 		name => 'ICU',
 		tags => ['mit'],
 		pat =>
-			qr/$P{note_copr_perm} of the Software and that $P{note_copr_perm_doc}\.\s+$P{asis_sw_warranty}(?:[^.]+\.\s+){2}$P{nopromo_except}/,
+			qr/$P{note_copr_perm} of the Software and that $P{repro_copr_perm_appear_doc}\.\s+$P{asis_sw_warranty}(?:[^.]+\.\s+){2}$P{nopromo_except}/,
 	},
 	lgpl => {
 		name    => 'LGPL',
diff --git a/lib/Regexp/Pattern/License/Parts.pm b/lib/Regexp/Pattern/License/Parts.pm
index 6d00fca..102d3da 100644
--- a/lib/Regexp/Pattern/License/Parts.pm
+++ b/lib/Regexp/Pattern/License/Parts.pm
@@ -224,8 +224,6 @@ $RE{ad_mat_ack_this}{pat}
 	= qr/All advertising materials mentioning features or use of this software must display $RE{ack_name}{pat}/;
 $RE{note_copr_perm}{pat}
 	= qr/provided that$I? $RE{copr_perm}{pat} appear in all copies/;
-$RE{note_copr_perm_doc}{pat}
-	= qr/both $RE{copr_perm}{pat} appear in supporting documentation/;
 $RE{note_marketing}{pat}
 	= qr/$RE{incl}{pat} in $RE{cp_sw}{pat}, its documentation and marketing/;
 $RE{retain_copr_perm_subst}{pat}
@@ -240,6 +238,8 @@ $RE{nopromo_except}{pat}
 	= qr/Except as contained in this notice, $RE{namenot}{pat} $RE{used_ad}{pat}/;
 $RE{repro_copr_cond_discl}{pat}
 	= qr/$RE{redist_bin_repro}{pat} $RE{copr_cond_discl}{pat} in $RE{doc_mat_dist}{pat}/;
+$RE{repro_copr_perm_appear_doc}{pat}
+	= qr/both $RE{copr_perm}{pat} appear in supporting documentation/;
 $RE{nopromo_neither}{pat}
 	= qr/(?:$RE{neithername}{pat}|$RE{namenot}{pat}) $RE{used_endorse_deriv}{pat} $RE{without_prior_written}{pat}/;
 $RE{redist_ack_this}{pat}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/licensecheck.git



More information about the Pkg-perl-cvs-commits mailing list