[licensecheck] 85/112: Extend license pattern dsdp with alternate fedora name PetSC.

Jonas Smedegaard dr at jones.dk
Fri Nov 25 22:02:42 UTC 2016


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

js pushed a commit to branch master
in repository licensecheck.

commit 4c16291ae641586c056bc1354bd6cff86d93a6b0
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Nov 24 18:43:05 2016 +0100

    Extend license pattern dsdp with alternate fedora name PetSC.
---
 lib/Regexp/Pattern/License.pm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lib/Regexp/Pattern/License.pm b/lib/Regexp/Pattern/License.pm
index 9b2dc5f..c218d1c 100644
--- a/lib/Regexp/Pattern/License.pm
+++ b/lib/Regexp/Pattern/License.pm
@@ -376,9 +376,10 @@ our %RE = (
 			qr/Permission to use, copy, modify, and distribute this software for/,
 	},
 	dsdp => {
-		name => 'DSDP',
-		tags => ['mit'],
-		pat  => qr/This program discloses material protectable/,
+		name                     => 'DSDP',
+		'caption.alt.org.fedora' => 'DSDP a.k.a. MIT (PetSC variant)',
+		tags                     => ['mit'],
+		pat => qr/This program discloses material protectable/,
 	},
 	epl => {
 		name    => 'EPL',

-- 
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