I’ve been working on an iOS project for some time, creating hundreds of source files, and now that it’s well done, I understand that it’s sad: I edit the copyright file template before starting work, and all my files have this chrome format :
// // MyClass.h // // Created by Redwarp on 3/25/13. // Copyright (c) 2013 Redwarp. All rights reserved. //
And this is not cool! I would like to replace it with something more similar:
Anyway. Maybe I could write a script that searches all my files and replaces the first lines of "//" with a better comment, but I'm sure there is a tool that does this perfectly.
Except: I cannot find this tool anywhere.
Does anyone know about such a tool? (Or maybe I'm a fool?)
source share