diff options
author | lrknox <lrknox> | 2016-10-24 19:17:24 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2016-10-24 19:17:24 (GMT) |
commit | 62232e9120a799f710e89eba86831c37d4096702 (patch) | |
tree | db02062dc09acb4343b813d11a203fcf9e304472 /bin/chkcopyright | |
parent | 582bc9481ffdebfd1578cb828c7e7aaefaff02c6 (diff) | |
download | hdf5-62232e9120a799f710e89eba86831c37d4096702.zip hdf5-62232e9120a799f710e89eba86831c37d4096702.tar.gz hdf5-62232e9120a799f710e89eba86831c37d4096702.tar.bz2 |
Translate svn commands and references to git.
Diffstat (limited to 'bin/chkcopyright')
-rwxr-xr-x | bin/chkcopyright | 2 |
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 |