Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/checkyear.sh')
-rw-r--r--contrib/checkyear.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/checkyear.sh b/contrib/checkyear.sh
index dd5317e4e..ec47f3b89 100644
--- a/contrib/checkyear.sh
+++ b/contrib/checkyear.sh
@@ -27,7 +27,7 @@
year=$(date +%Y)
pattern1='\(C\) ([0-9][0-9][0-9][0-9]-)?[0-9][0-9][0-9][0-9] see Authors.txt'
pattern2='\(C\) ([0-9][0-9][0-9][0-9]-)?'"$year"' see Authors.txt'
-extensions=(bat cpp h iss)
+extensions=(bat cpp h iss pl)
valid_extension() {
for e in "${extensions[@]}"; do