diff options
-rw-r--r-- | src/rules/license.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rules/license.cpp b/src/rules/license.cpp index 0ec320e..0778831 100644 --- a/src/rules/license.cpp +++ b/src/rules/license.cpp @@ -25,7 +25,7 @@ bool foundManaPlus(false); bool checkText(false); bool foundLicenseNumber(false); -registerRuleExt(license, "005", "(.+)[.](h|cpp)") +registerRuleExt(license, "005", "(.+)[.](h|cpp|cc|inc)") startRule(license) { |