This is what I have in one of my custom english.php files (includes/languages/MY_TEMPLATE/english.php). You can see it in action at the Fan Odyssey site in my sig.
Code:
define('FOOTER_TEXT_BODY', 'Copyright © 2001-2007 <a href="http://www.fanodyssey.org" target="_self">Fan Odyssey</a> and <a href="http://www.pamperedwebsites.com" target="_blank">Pampered Websites</a>.
<br />Maintained by <a href="http://www.pamperedwebsites.com" target="_blank">Pampered Websites</a>.
<br />Hosted by <a href="http://www.camelot-hosting.com" target="_blank">Camelot Hosting</a>.
<br />Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>.');
HTH!