If it's a large enterprise project, it's almost certainly being done by an organization that has these requirements already in place.
I work for a large company and they change the copyright requirements just about every year which annoys the hell out of us.
The one thing that stays common is the requirement to use the full word "Copyright" unless you have the real (c) symbol [NOT the three characters: (, c, )], the use of the year of first and last publication and the rights reservation clause. For example,
Copyright 1995, 2008 HAL Corporation.
All rights reserved.
I don't know if these are required by law. I do know that HAL Legal will descend on me like a pack of dogs if I don't follow their rules. They are a company that would know. They also lodge their source (well, enough of it to be handy in a court case) with the Library of Congress.
But, you should not be asking for legal advice on SO (or anywhere other than at a lawyers). Think of the lawyers' children, how will they eat?
With regards to the non-legal stuff, I follow the same rule for function headers. Describe what the item is (the file in this case), not how it works (which is better left to the real code).
And nobody cares when they're reading the file who wrote it or its history - that stuff can be obtained from source control if it's needed. I'd leave out the $-tags.