Do you want to add copyright notice to your wordpress footer like “Copyright © 2009 Websitename” .. Here is how.
Login into your wordpress and edit the footer.php and add the following line of code
Copyright © 2010 · All Rights Reserved · <?php bloginfo(‘name’); ?>
That’s it, your wordpress footer will have copyright notice as show below
Copyright © 2010 · All Rights Reserved · yourblogname.com