>People are asking about why even if they remove the classic
><meta name="generator" content="WordPress <?php bloginfo('version');
>?>" />
add_filter('the_generator', create_function('', 'return "";'));
For more specific cases (remove in blog page but not feed etc...) see
general-template.php/the_generator()
Ozh