summaryrefslogtreecommitdiffstats
path: root/bin/chkcopyright
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-10-24 19:17:24 (GMT)
committerlrknox <lrknox>2016-10-24 19:17:24 (GMT)
commit62232e9120a799f710e89eba86831c37d4096702 (patch)
treedb02062dc09acb4343b813d11a203fcf9e304472 /bin/chkcopyright
parent582bc9481ffdebfd1578cb828c7e7aaefaff02c6 (diff)
downloadhdf5-62232e9120a799f710e89eba86831c37d4096702.zip
hdf5-62232e9120a799f710e89eba86831c37d4096702.tar.gz
hdf5-62232e9120a799f710e89eba86831c37d4096702.tar.bz2
Translate svn commands and references to git.
Diffstat (limited to 'bin/chkcopyright')
-rwxr-xr-xbin/chkcopyright2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chkcopyright b/bin/chkcopyright
index 07fcb24..f6e910d 100755
--- a/bin/chkcopyright
+++ b/bin/chkcopyright
@@ -30,7 +30,7 @@ DIFF="diff"
INITFILE=.h5chkright.ini
EXCEPTIONS=/tmp/h5chkright.except.$$
tmpfile=/tmp/h5chkright_tmp.$$
-EXCEPTIONDIRS="-name CVS -o -name .svn" # at least skip CVS directories.
+EXCEPTIONDIRS="-name .git" # at least skip .git directories.
EXTRACTEDFILE=/tmp/h5chkright.extracted.$$
VERBOSE= # default no
FIXIT= # default no