| Index: third_party/devscripts/licensecheck.pl
|
| diff --git a/third_party/devscripts/licensecheck.pl b/third_party/devscripts/licensecheck.pl
|
| index 672b773bee30d638e47d0f6863b6bbe603a99075..7303ece7762cc7aafad5f5c2c91a25d65303113d 100755
|
| --- a/third_party/devscripts/licensecheck.pl
|
| +++ b/third_party/devscripts/licensecheck.pl
|
| @@ -460,7 +460,7 @@ sub parselicense($) {
|
| $extrainfo = " (with Qt exception)$extrainfo"
|
| }
|
|
|
| - if ($licensetext =~ /(All changes made in this file will be lost|DO NOT (EDIT|delete this file)|Generated (automatically|by|from)|generated.*file)/i) {
|
| + if ($licensetext =~ /(All changes made in this file will be lost|DO NOT (EDIT|delete this file)|Generated (automatically|by|from)|generated.*file|automatically generated)/i) {
|
| $license = "GENERATED FILE";
|
| }
|
|
|
|
|