Tweeked copyright detection regexes

[SVN r24498]
This commit is contained in:
John Maddock 2004-08-16 10:18:51 +00:00
parent ba4e08ec3a
commit aa251c7a07

View File

@ -22,7 +22,7 @@ std::pair<const licence_info*, int> get_licences()
"\\d[^[:alpha:]]+"
"([[:alpha:]]"
"(?:"
"(?!Use\\b|Permission\\b|All\\b"
"(?!Use\\b|Permission\\b|All\\b|<P|\\w+(?:://|@)"
")[^\\n\\d]"
")+"
")"