<script>document.write(new Date().getFullYear())</script>
so the whole thing would look like this
<footer class="footer-copyright align-center">©<script>document.write(new Date().getFullYear())</script> Your Company Here. All rights reserved.</footer>
also might be a good idea to have a <noscript> tag and manually enter the date in case there is no js enabled