I know its a week old post, but since no replied i would give it a go.
In the footer.php find the line:
© <?php echo date(“Y”) ?> ” title=”<?php esc_attr( bloginfo(‘name’) ); ?>”><?php bloginfo(‘name’); ?>
You can add text after the © – and it will be added to the footer before the date and blogname. (this works for both left and right class)
Sorry if this is not was you were looking for.