List all team members.
diff --git a/org.jacoco.doc/docroot/doc/index.html b/org.jacoco.doc/docroot/doc/index.html
index 0c29216..50151a7 100644
--- a/org.jacoco.doc/docroot/doc/index.html
+++ b/org.jacoco.doc/docroot/doc/index.html
@@ -64,15 +64,16 @@
   <li><a href="changes.html">Change History</a></li>

 </ul>

 

-<h3>Legal</h3>

+<h3>Miscellaneous</h3>

 

 <ul>

   <li><a href="license.html">License</a></li>

+  <li><a href="team.html">Team</a></li>

 </ul>

 

 <div class="footer">

   <div class="versioninfo"><a href="@HOMEURL@">JaCoCo</a> @VERSION@</div>

-  <a href="license.html">Copyright</a> &copy; 2009 Mountainminds GmbH &amp; Co. KG and Contributors

+  <a href="license.html">Copyright</a> &copy; 2009, 2010 Mountainminds GmbH &amp; Co. KG and Contributors

 </div>

 

 </body>

diff --git a/org.jacoco.doc/docroot/doc/team.html b/org.jacoco.doc/docroot/doc/team.html
new file mode 100644
index 0000000..1ed22b5
--- /dev/null
+++ b/org.jacoco.doc/docroot/doc/team.html
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>

+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

+<head>

+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

+  <link rel="stylesheet" href=".resources/doc.css" charset="ISO-8859-1" type="text/css" />

+  <title>JaCoCo - Team</title>

+</head>

+<body>

+

+<div class="breadcrumb">

+  <a href="../index.html" class="el_session">JaCoCo</a> &gt;

+  <a href="index.html" class="el_group">Documentation</a> &gt;

+  <span class="el_source">Team</span>

+</div>

+

+<h1>Team</h1>

+

+<p>

+  The current team behind JaCoCo is (sequence uppon entry):

+</p>

+

+<ul>

+  <li>Marc R. Hoffmann (Project Lead)</li>

+  <li>Brock Janiczak</li>

+  <li>Radek Liba</li>

+  <li>Christoph Beck</li>

+</ul>

+

+<p>

+  To keep the development process open please use the 

+  <a href="support.html">public communication channels</a> and do not contact

+  individual team members. 

+</p>

+

+<div class="footer">

+  <div class="versioninfo"><a href="@HOMEURL@">JaCoCo</a> @VERSION@</div>

+  <a href="license.html">Copyright</a> &copy; 2009, 2010 Mountainminds GmbH &amp; Co. KG and Contributors

+</div>

+

+</body>

+</html>
\ No newline at end of file
diff --git a/org.jacoco.doc/docroot/index.html b/org.jacoco.doc/docroot/index.html
index b81535b..c65678b 100644
--- a/org.jacoco.doc/docroot/index.html
+++ b/org.jacoco.doc/docroot/index.html
@@ -15,10 +15,9 @@
 <h1>JaCoCo - Java Code Coverage Library</h1>

 

 <p>

-  JaCoCo is a free Java code coverage library implemented by Marc R. Hoffmann

-  and Brock Janiczak distributed under the <a href="doc/license.html">Eclipse

-  Public License</a>. Check <a href="@HOMEURL@">@HOMEURL@</a> for updates and

-  feedback.

+  JaCoCo is a free Java code coverage library distributed under the

+  <a href="doc/license.html">Eclipse Public License</a>. Check

+  <a href="@HOMEURL@">@HOMEURL@</a> for updates and feedback.

 </p>

 

 <p>

@@ -109,7 +108,7 @@
 

 <div class="footer">

   <div class="versioninfo"><a href="@HOMEURL@">JaCoCo</a> @VERSION@</div>

-  <a href="doc/license.html">Copyright</a> &copy; 2009 Mountainminds GmbH &amp; Co. KG and Contributors

+  <a href="doc/license.html">Copyright</a> &copy; 2009, 2010 Mountainminds GmbH &amp; Co. KG and Contributors

 </div>

 

 </body>