diff options
-rw-r--r-- | website/credits.html | 2 | ||||
-rw-r--r-- | website/index.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/website/credits.html b/website/credits.html index 2afdf42a..0ec470d0 100644 --- a/website/credits.html +++ b/website/credits.html @@ -69,6 +69,8 @@ <li>Longtail Video's <a href="http://www.longtailvideo.com/players/jw-flv-player/">JWPlayer</a>, which is bringing the video to those of you who have an aging browser.</li> <li>The <a href="http://code.google.com/p/spi/">spi project</a>, which makes it very easy to extend lombok with your own transformations.</li> + <li>Petr Jiricka for his help with netbeans and javac.</li> + <li><a href="http://cobertura.sourceforge.net/">Cobertura</a> which we use to ensure our tests cover as much as possible.</li> </ul> </div> </div> diff --git a/website/index.html b/website/index.html index 1b7f3f9e..ff1a35b4 100644 --- a/website/index.html +++ b/website/index.html @@ -98,7 +98,7 @@ <a href="novideo.html">I can't see the video</a> | <a href="slideshow.html">I don't want to see the video - show me a slideshow instead!</a> </div> <div class="footer"> - <a href="credits.html" class="creditsLink">credits</a> | Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. + <a href="credits.html" class="creditsLink">credits</a> | Copyright © 2009-2010 Reinier Zwitserloot and Roel Spilker, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. </div> </div> <script type="text/javascript"> |