Browse Source

We're missing a file!

Change-Id: I92010f61f3289579603a239ab46b0a304799dedb
Reviewed-on: http://gerrit.dmdirc.com/3043
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.8rc1
Shane Mc Cormack 10 years ago
parent
commit
b174efcd08
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      UpdateCopyright.sh

+ 1
- 1
UpdateCopyright.sh View File

@@ -13,4 +13,4 @@ fi;
13 13
 
14 14
 echo "Updating copyright to: ${THISYEAR}"
15 15
 
16
-find . -regextype posix-egrep -iregex '.*/(.*\.(java|sh|php|xml|dpr|nsh|html|htm)|dmdirc.license|LICENCE|DMDirc-Apple.c|DMDirc - MIT|copyright)$' -exec sed -i 's/\(Copyright.*\)2006-20[0-9][0-9]\(.*DMDirc.*\)/\12006-'${THISYEAR}'\2/' {} \;
16
+find . -regextype posix-egrep -iregex '.*/(.*\.(java|sh|php|xml|dpr|nsh|html|htm)|dmdirc.license|LICENCE|licenseheader.txt|DMDirc-Apple.c|DMDirc - MIT|copyright)$' -exec sed -i 's/\(Copyright.*\)2006-20[0-9][0-9]\(.*DMDirc.*\)/\12006-'${THISYEAR}'\2/' {} \;

Loading…
Cancel
Save