summaryrefslogtreecommitdiffstats
path: root/bin/chkcopyright
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-10-24 21:16:35 (GMT)
committerlrknox <lrknox>2016-10-24 21:16:35 (GMT)
commitcd0e92a64f68ed675ea33609edad9bff9a6b0820 (patch)
tree9aedbbecbce9cdfe294d4622afad947cf396b7a9 /bin/chkcopyright
parentd834b7ab62aed1ca1160a595a63517969407e6f9 (diff)
downloadhdf5-cd0e92a64f68ed675ea33609edad9bff9a6b0820.zip
hdf5-cd0e92a64f68ed675ea33609edad9bff9a6b0820.tar.gz
hdf5-cd0e92a64f68ed675ea33609edad9bff9a6b0820.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..1d42f70 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