@Jeremy P's response is correct. You are not allowed to modify the copyright attribution in any way.
You are allowed to center it or style it in any reasonable way, ensuring that the text is still readable and not obstructed (so no colouring that's hard to see, attempts to make it invisible with CSS, etc.).
To center it, add the following CSS to the EXTRA.css template:
.copyright { text-align: center; }