summaryrefslogtreecommitdiffstats
path: root/bin/chkcopyright
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-02-07 17:55:01 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-02-07 17:55:01 (GMT)
commit42f1acfcd733c1a9b152aad71cdf30e5e481f345 (patch)
treebc94a4de629fbb580dce3fb726d7ab9a6dc211ea /bin/chkcopyright
parentc2397f3038a58afde9c8c95ada1ffa835fa14c6f (diff)
downloadhdf5-42f1acfcd733c1a9b152aad71cdf30e5e481f345.zip
hdf5-42f1acfcd733c1a9b152aad71cdf30e5e481f345.tar.gz
hdf5-42f1acfcd733c1a9b152aad71cdf30e5e481f345.tar.bz2
[svn-r13256] Updated fortran source code with new THG copyright.
Tested: kagiso.
Diffstat (limited to 'bin/chkcopyright')
-rwxr-xr-xbin/chkcopyright3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/chkcopyright b/bin/chkcopyright
index 928b9ec..4f67c78 100755
--- a/bin/chkcopyright
+++ b/bin/chkcopyright
@@ -456,6 +456,9 @@ FORTRAN_SOURCE()
# show the difference
FAILED $f
$DIFF ${EXTRACTEDFILE} ${FTN_COPYRIGHT}
+ if [ -n "$FIXIT" ]; then
+ FIX_COPYRIGHT $FTN_COPYRIGHT $f
+ fi
;;
esac
}