diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-11-09 22:23:58 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-11-09 22:23:58 (GMT) |
commit | 9c0f8180e78624ca27027fd184ada2d69938b17e (patch) | |
tree | f2439ad329dcddbca60ed9d792049dc82567c860 | |
parent | 73d95bbae9ec9bd346ab64b7623e07637ae03264 (diff) | |
download | hdf5-9c0f8180e78624ca27027fd184ada2d69938b17e.zip hdf5-9c0f8180e78624ca27027fd184ada2d69938b17e.tar.gz hdf5-9c0f8180e78624ca27027fd184ada2d69938b17e.tar.bz2 |
[svn-r11695] Purpose:
Improvement
Description:
The previous HTML files strategy was to expect the very first comment
block is the copyright notice. That did not work well as more and more
other comments appear now.
Solution:
Changed the strategy to look for the only the essential body of copyright
notice. This no longer verifies this body of text is a comment block. But
the previous strategy is not really bullet-proof either.
Platforms tested:
tested in heping.
-rwxr-xr-x | bin/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runtest b/bin/runtest index f595ec5..bd620a1 100755 --- a/bin/runtest +++ b/bin/runtest @@ -781,7 +781,7 @@ if [ -z "$NOCVS" ]; then echo ... tail -$ntaillines $COPYRIGHT_ERR fi - ) | Mail -s "${H5VERSION} Copyrights check Failed" hdf5lib + ) | Mail -s "${H5VERSION} Copyrights check Failed" acheng fi rm $TMPFILE PRINT_BLANK |