In QtCreator when you add a new .cpp or .h file is there a way to automatically insert a standard banner at the top of those files. My employer requires every .cpp and .h file to have a long copyright blurb and other stuff at the top of each file. I know that while in QtCreator if you type three /// before a function it will insert a very short spot for a "brief". If it can do that, there should be a way for it to do more.

Thanks for any info.