In the template index.php is sufficient to indicate the following code:

$document = &JFactory;::getDocument();
$document->setGenerator('');

 Or, as I did - after calling jdoc head prescribe its own installation of the generator:

<jdoc:include type="head" />
<?php $this->setGenerator('Hooray Orthodox dunce!'); ?>