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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-05-17 11:03:48 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-05-18 22:01:19 +0400
commit5b8df0554c6a37fefd174188e5edc215d128c0b1 (patch)
tree9e4ee9afd3b13237afd58b2cea1bcce7d4674fbd /contrib
parentb9d6de401e2a3ce0c22451bd56a15fb4fed63a7e (diff)
contrib/checkyear.sh: include pl files in the check.
Diffstat (limited to 'contrib')
-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