From 9c0f8180e78624ca27027fd184ada2d69938b17e Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 9 Nov 2005 17:23:58 -0500 Subject: [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. --- bin/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12