How to remove Open Source Content Management Joomla! 1.7
1. use FTP and go to
/libraries/joomla/document/html/renderer/ folder
2. Edit the file head.php file
Find
$buffer .= $tab.'<meta name="generator" content="'.htmlspecialchars($document->getGenerator()).'" />'.$lnEnd;
removed the above line.