Whenever a new file is created in Xcode, it automatically inserts copyright information at the top of the file, like this:

//
//  main.m
//  dl
//
//  Created by Mark Szymanski on 5/9/11.
//  Copyright 2011 Mark Szymanski. All rights reserved.
//

Is there any way to stop it from doing this?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Create a new Xcode template that does not contain said copyright statement:

http://stackoverflow.com/questions/33720/change-templates-in-xcode

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.