rbb 2004/03/09 18:44:27
Modified: build run-gcov.sh
Log:
add a last updated and change the copyright.
Revision Changes Path
1.3 +3 -1 apr/build/run-gcov.sh
Index: run-gcov.sh
===================================================================
RCS file: /home/cvs/apr/build/run-gcov.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- run-gcov.sh 9 Mar 2004 19:05:24 -0000 1.2
+++ run-gcov.sh 10 Mar 2004 02:44:27 -0000 1.3
@@ -93,6 +93,8 @@
echo " <a href=\"$name\">$name</a><br>" >> index.html
done;
+echo "<p>Last generated `date`</p>" >> index.html
+
cat >> index.html << EOF
</td></tr>
</table>
@@ -100,7 +102,7 @@
<tr><td colspan="2"><hr noshade="noshade" size="1"/></td></tr>
<tr><td colspan="2" align="center">
<font size="-1">
- <em>Copyright © 1999-2003, The Apache Software Foundation</em>
+ <em>Copyright © 1999-2004, The Apache Software Foundation</em>
</font>
</td>
</tr>