浏览代码

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 年前
父节点
当前提交
b174efcd08
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      UpdateCopyright.sh

+ 1
- 1
UpdateCopyright.sh 查看文件

@@ -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/' {} \;

正在加载...
取消
保存