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

Bug#721252: [PATCH 3/3] Check gfdl harder



Remove included in the the sentence the copy is included, in order to check harder gfdl file.
---
 checks/cruft.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/cruft.pm b/checks/cruft.pm
index 16f146f..818704f 100644
--- a/checks/cruft.pm
+++ b/checks/cruft.pm
@@ -506,7 +506,7 @@ sub find_cruft {
                 index($block, 'license') > -1
                 && $block =~ m/gnu (?:\s+|\s*<\/span>\s*|\s*\}\s+)? free \s+
                      documentation \s+ license (?'rawgfdlsections'.{0,1024}?)
-                     a \s+ copy \s+ of \s+ the \s+ license \s+ is \s+ included/xsm
+                     a \s+ copy \s+ of \s+ the \s+ license \s+ is/xsm
               ) {
                 if (!exists $licenseproblemhash{'gfdl-invariants'}) {
                     my $rawgfdlsections = $+{rawgfdlsections};
-- 
1.7.10.4


Reply to: