How to move meta information in TwentyTwelve’s single post template?

Given that it is TwentyTwelve you’re dealing with, check the file content.php:

The relevant code block is between the lines 44 and 63 and will have to move below line 31.

For the sake of semantics, the element should not be a <footer> element anymore, make it a <div> or a <section>.