Xcode file template Every new source file created from Xcode template has top comment similar to this: // // <file name> // <Name of project> // // Created by <My name> on <Date>. // Copyright <Year and company>. All rights reserved. // It has little useful information, and often incorrect. As file name, project and company changes how can we keep in sync file comments? In Agile environment when w