Stop hard-coding the year. Grab a snippet for your stack.

HTML

For static HTML pages where inline JavaScript is acceptable.

<script>document.write(new Date().getFullYear())</script>