Change the message that appears in the admin footer, why not give yourself a credit for the theme?
// Customise the footer in admin area function itlc_footer_admin () { echo 'Theme designed and developed by <a href="#" target="_blank">YourNameHere</a> and powered by <a href="http://wordpress.org" target="_blank">WordPress</a>.'; } add_filter('admin_footer_text', 'itlc_footer_admin');