[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: c/cruft.pm: Add "retain" as keyword for NVidia license



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

nthykier pushed a commit to branch master
in repository lintian.

commit cb0f133fcc20699394d817636655129cfb8c0cdd
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Feb 24 23:32:34 2014 +0100

    c/cruft.pm: Add "retain" as keyword for NVidia license
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/cruft.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checks/cruft.pm b/checks/cruft.pm
index 4afb997..5660a7a 100644
--- a/checks/cruft.pm
+++ b/checks/cruft.pm
@@ -573,6 +573,7 @@ sub license_check {
     while (my $block = $sfd->readwindow()) {
         if (!exists $licenseproblemhash{'nvidia-intellectual'}) {
             if (   index($block, 'intellectual') > -1
+                && index($block, 'retain') > -1
                 && index($block, 'property') > -1){
                 # nvdia opencv infamous license
                 # non-distributable

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: