show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Do you add information to the top of each .hpp/.cpp file?

When creating a new C++ header/source file, what information do you add to the top? For example, do you add the date, your name, a description of the file, etc.? Do you use a structured format for this information?

e.g.

// Foo.cpp - Implementation of the Foo class
// Date: 2008-25-11
// Created by: John Smith

One team I know embeds CVS commit messages to the foot of each file, but I'm not sure I want to go this far...