summaryrefslogtreecommitdiffstats
path: root/bin/chkcopyright
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chkcopyright')
-rwxr-xr-xbin/chkcopyright6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/chkcopyright b/bin/chkcopyright
index 6893255..623c742 100755
--- a/bin/chkcopyright
+++ b/bin/chkcopyright
@@ -764,7 +764,11 @@ while read file; do
*.sh | *.sh.in )
SHELL_FILE ${file}
;;
- *Makefile | *Makefile.in | *Makefile.am )
+ *.pl )
+ # Perl script files are similar to Shell files
+ SHELL_FILE ${file}
+ ;;
+ *Makefile | *Makefile.in | *Makefile.am | Makefile.dist )
MAKE_FILE ${file}
;;
*.bat | *.BAT )