Displaying shortcode in footer

Your shortcode function is all wrong, should be:

function copyright_shortcode() {
    return date("Y");
}