Adding the copyright at the end of a PHP document that updates is just a short script:

<? echo “Copyright &copy; 2011 – “.date(‘Y’); ?>

I found it handy to have this script around, perhaps you will too.