summaryrefslogtreecommitdiffstats
path: root/bin/chkcopyright
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2016-10-24 21:38:45 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2016-10-24 21:38:45 (GMT)
commit3b1b2f42df9fe0579b441f4e57f0838017814266 (patch)
tree1cec7141b5b106e2c31105cb53a6cbe6e8bf7abe /bin/chkcopyright
parent582bc9481ffdebfd1578cb828c7e7aaefaff02c6 (diff)
parentdb9b0cb1006daa2c249a60ceca1d518a3da06c88 (diff)
downloadhdf5-3b1b2f42df9fe0579b441f4e57f0838017814266.zip
hdf5-3b1b2f42df9fe0579b441f4e57f0838017814266.tar.gz
hdf5-3b1b2f42df9fe0579b441f4e57f0838017814266.tar.bz2
Merge pull request #96 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'db9b0cb1006daa2c249a60ceca1d518a3da06c88': Translate SVN commands and references to GIT. 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