1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
commit a1a1d4c6e5b8be92afa5b7134196cd5a7af12bf6
Author: Dominique Dumont <dod@debian.org>
Date: Wed Sep 28 08:45:18 2016 +0200
enhance © scan pattern doc in model
diff --git a/lib/Config/Model/models/Dpkg/Copyright/ScanPatterns/Lists.pl b/lib/Config/Model/models/Dpkg/Copyright/ScanPatterns/Lists.pl
index efdb0ad..e72b090 100644
--- a/lib/Config/Model/models/Dpkg/Copyright/ScanPatterns/Lists.pl
+++ b/lib/Config/Model/models/Dpkg/Copyright/ScanPatterns/Lists.pl
@@ -7,7 +7,7 @@
'type' => 'leaf',
'value_type' => 'uniline'
},
- 'description' => 'Files matching any of these suffixes will be scanned by L<licensecheck>. Default suffixes of L<licensecheck> will also be sued. See L<Dpkg::Copyright::Scanner/"electing or ignoring files to scan">',
+ 'description' => 'Files matching any of these suffixes will be scanned by L<licensecheck>. Do not specify the dot with the suffixes (e.g. enter "jpg" and not ".jpg"). Default suffixes of L<licensecheck> will also be used. See L<Dpkg::Copyright::Scanner/"Selecting or ignoring files to scan">',
'type' => 'list'
},
'pattern',
|