diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-07-20 12:27:24 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-07-20 12:27:24 +0200 |
commit | 0892b61180017e6da15aaed298f6f6214442ef33 (patch) | |
tree | 0be61385ac661e3de827d893d3506620bc3343c7 /website/credits.html | |
parent | a9ed18ac85faf01b23a9d76b6d5c4d46f23d137d (diff) | |
download | lombok-0892b61180017e6da15aaed298f6f6214442ef33.tar.gz lombok-0892b61180017e6da15aaed298f6f6214442ef33.tar.bz2 lombok-0892b61180017e6da15aaed298f6f6214442ef33.zip |
Updated credits to list Petr Jiricka and Cobertura, also updated copyright year for the index page.
Diffstat (limited to 'website/credits.html')
-rw-r--r-- | website/credits.html | 2 |
1 files changed, 2 insertions, 0 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> |