You can find it in the file markup.php
//Print footer copyright line
if ( ! function_exists( ‘cpotheme_footer’ ) ) {
function cpotheme_footer() {
echo ‘<div class=”footer-content”>’;
echo ‘© ‘ . get_bloginfo( ‘name’ ) . ‘ ‘ . date( ‘Y’ ) . ‘. ‘ . sprintf( __( ”, ‘allegiant’ ), esc_url( CPOTHEME_PREMIUM_URL ), esc_attr( CPOTHEME_NAME ) );
echo ‘</div>’;
}
}