Edit line 11 in index.php (main template)
<small><?php the_time('F jS, Y') ?> <!--by <?php the_author() ?> --></small>
remove the comment tag around by author so it looks like this:
<small><?php the_time('F jS, Y') ?> by <?php the_author() ?> </small>