Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9049/htdocs
Modified Files:
index.html
Log Message:
add trademarks
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- index.html 17 Nov 2005 05:37:46 -0000 1.29
+++ index.html 22 Nov 2005 03:27:14 -0000 1.30
@@ -1,7 +1,7 @@
<html>
<head>
<meta name="keywords" content="findbugs,plugin,detector,bug,static,jar"/>
-<title>fb-contrib: A FindBugs auxiliary detector plugin</title>
+<title>fb-contrib™: A FindBugs™ auxiliary detector plugin</title>
<script language="javascript">
function toggleBlock(divId, imgId)
{
@@ -31,11 +31,11 @@
</div>
<div style="position:absolute;top:20;left:20;z-index:2;">
- <h1>fb-contrib: A FindBugs auxiliary detector plugin</h1>
+ <h1>fb-contrib™: A FindBugs™ auxiliary detector plugin</h1>
- <p>fb-contrib is an extra detector plugin to be used with the static bug
- finder FindBugs (findbugs.sourceforge.net). Just download the fb-contrib.jar
- file, and place it in your FindBugs' plugin directory. FindBugs will
+ <p>fb-contrib™ is an extra detector plugin to be used with the static bug
+ finder FindBugs™ (findbugs.sourceforge.net). Just download the fb-contrib.jar
+ file, and place it in your FindBugs™' plugin directory. FindBugs™ will
automatically pick up the jar file, and incorporate these detectors with its
own.
</p>
@@ -157,6 +157,12 @@
counting number of unique branches in the method</li>
</ul>
</div>
+ <span align="bottom">
+ <p align="right">
+ fb-contrib is a trademark of MeBigFatGuy.com<br/>
+ FindBugs is a trademark of University of Maryland<br/>
+ </p>
+ </span>
</div>
</body>
</html>
\ No newline at end of file
|