diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-02-07 17:55:01 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-02-07 17:55:01 (GMT) |
commit | 42f1acfcd733c1a9b152aad71cdf30e5e481f345 (patch) | |
tree | bc94a4de629fbb580dce3fb726d7ab9a6dc211ea /bin/chkcopyright | |
parent | c2397f3038a58afde9c8c95ada1ffa835fa14c6f (diff) | |
download | hdf5-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-x | bin/chkcopyright | 3 |
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 } |