If you haven't done so already, you should update the copyright year on your website. I learned several years ago that this task can be automated if you program in PHP. I use the following on KZION.
PHP:
-
-
Copyright © 2000–<?php echo date('Y'); ?> KZION LDS Radio All Rights Reserved.
-
This bit of code simply prints the current year. Digital Web Magazine has the code to do the same thing using SSI or Smarty.